^ rice.c:5075:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+2) = (*(s+2) << 5) | (data_word >> 17) & 0x1f; ^ rice.c:5081:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5085:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 5) | (data_word >> 27) & 0x1f; ^ rice.c:5086:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 5) | (data_word >> 22) & 0x1f; ^ rice.c:5087:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+2) = (*(s+2) << 5) | (data_word >> 17) & 0x1f; ^ rice.c:5093:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5097:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 5) | (data_word >> 27) & 0x1f; ^ rice.c:5098:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 5) | (data_word >> 22) & 0x1f; ^ rice.c:5104:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5113:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; ^ rice.c:5114:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; ^ rice.c:5120:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5124:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; ^ rice.c:5125:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; ^ rice.c:5131:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5135:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; ^ rice.c:5136:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; ^ rice.c:5142:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5146:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; ^ rice.c:5147:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; ^ rice.c:5153:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5162:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; ^ rice.c:5163:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; ^ rice.c:5169:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5173:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; ^ rice.c:5174:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; ^ rice.c:5180:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5184:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; ^ rice.c:5185:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; ^ rice.c:5191:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5195:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; ^ rice.c:5196:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; ^ rice.c:5202:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5211:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; ^ rice.c:5212:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; ^ rice.c:5216:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5219:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; ^ rice.c:5220:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; ^ rice.c:5224:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5227:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; ^ rice.c:5228:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; ^ rice.c:5232:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5235:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; ^ rice.c:5236:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; ^ rice.c:5240:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5255:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5265:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5285:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5295:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5307:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5316:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5339:39: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5349:35: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5353:28: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = zero_count + big_zero_count; ^ rice.c:5384:43: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5394:39: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5398:32: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *t++ = zero_count + big_zero_count; ^ rice.c:5404:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] m = *t++; ^ rice.c:5426:39: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5436:35: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^ rice.c:5464:41: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] memset(s, 0, (end-s)*sizeof(int)); ^ rice.c: In function 'szip_uncompress_memory': rice.c:5518:23: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] input_byte_data = (unsigned char *) in; ^ rice.c:5530:44: warning: conversion to 'size_t {aka unsigned int}' from 'long int' may change the sign of the result [-Wsign-conversion] interleave_array = (char *) malloc(out_bytes); ^ rice.c: In function 'szip_check_params': rice.c:5800:5: warning: declaration of 'bits_per_pixel' shadows a global declaration [-Wshadow] int bits_per_pixel; ^ rice.c:126:12: note: shadowed declaration is here static int bits_per_pixel; ^ rice.c:5801:5: warning: declaration of 'pixels_per_block' shadows a global declaration [-Wshadow] int pixels_per_block; ^ rice.c:131:12: note: shadowed declaration is here static int pixels_per_block; ^ rice.c:5802:5: warning: declaration of 'pixels_per_scanline' shadows a global declaration [-Wshadow] int pixels_per_scanline; ^ rice.c:132:12: note: shadowed declaration is here static int pixels_per_scanline; ^ rice.c:5812:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "bits per pixel must be in range 1..24,32,64"; ^ rice.c:5818:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "maximum pixels per block exceeded"; ^ rice.c:5824:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "pixels per block must be even"; ^ rice.c:5830:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "pixels per block > pixels per scanline"; ^ rice.c:5836:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "maximum pixels per scanline exceeded"; ^ rice.c:5842:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "image pixels less than pixels per scanline"; ^ rice.c: In function 'rice_decode': rice.c:5358:20: warning: 'ext2_bit' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ext2_bit) ^ /bin/bash ../libtool --tag=CC --mode=link /srv/storage/autobuild/run/instance-0/output-1/host/bin/mips-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -version-info 2:0:0 -o libsz.la -rpath /usr/lib rice.lo sz_api.lo encoding.lo -lm libtool: link: /srv/storage/autobuild/run/instance-0/output-1/host/bin/mips-linux-gnu-gcc -shared -fPIC -DPIC .libs/rice.o .libs/sz_api.o .libs/encoding.o -lm -Os -O -Wl,-soname -Wl,libsz.so.2 -o .libs/libsz.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libsz.so.2" && ln -s "libsz.so.2.0.0" "libsz.so.2") libtool: link: (cd ".libs" && rm -f "libsz.so" && ln -s "libsz.so.2.0.0" "libsz.so") libtool: link: ( cd ".libs" && rm -f "libsz.la" && ln -s "../libsz.la" "libsz.la" ) make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' Making all in test make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' >>> szip 2.1.1 Installing to staging directory PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libsz.so.2.0.0 libtool: install: (cd /srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[3]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' >>> szip 2.1.1 Fixing libtool files for la in $(find /srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/srv/storage/autobuild/run/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/srv/storage/autobuild/run/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> szip 2.1.1 Installing to target PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-0/output-1/target install -C /srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-0/output-1/target/usr/lib' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-0/output-1/target/usr/include' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/srv/storage/autobuild/run/instance-0/output-1/target/usr/lib' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/srv/storage/autobuild/run/instance-0/output-1/target/usr/include' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/libsz.so.2.0.0 libtool: install: (cd /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[3]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/szip-2.1.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /srv/storage/autobuild/run/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/srv/storage/autobuild/run/instance-0/output-1/host/bin/mips-linux-gnu-%g' -e 's%@TARGET_ARCH@%mips%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/srv/storage/autobuild/run/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /srv/storage/autobuild/run/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /srv/storage/autobuild/run/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /srv/storage/autobuild/run/instance-0/output-1/host/etc/meson/cross-compilation.conf rm -f /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /srv/storage/autobuild/run/instance-0/output-1/host/bin/glib-compile-schemas /srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/srv/storage/autobuild/run/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /srv/storage/autobuild/run/instance-0/output-1/target/etc echo "buildroot" > /srv/storage/autobuild/run/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /srv/storage/autobuild/run/instance-0/output-1/target/etc/hosts mkdir -p /srv/storage/autobuild/run/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /srv/storage/autobuild/run/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /srv/storage/autobuild/run/instance-0/output-1/target/etc/shadow rm -f /srv/storage/autobuild/run/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /srv/storage/autobuild/run/instance-0/output-1/build/locales.nopurge for dir in /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/locale /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /srv/storage/autobuild/run/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/include /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/aclocal \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/pkgconfig /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/pkgconfig \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/cmake /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/cmake \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/doc find /srv/storage/autobuild/run/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /srv/storage/autobuild/run/instance-0/output-1/target/lib/ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/ /srv/storage/autobuild/run/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/gdb rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/bash-completion rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/etc/bash_completion.d rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/zsh rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/man /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/man rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/info /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/info rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/doc /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/gtk-doc rmdir /srv/storage/autobuild/run/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/lib/debug /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/debug find /srv/storage/autobuild/run/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /srv/storage/autobuild/run/instance-0/output-1/host/bin/mips-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /srv/storage/autobuild/run/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /srv/storage/autobuild/run/instance-0/output-1/host/bin/mips-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /srv/storage/autobuild/run/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /srv/storage/autobuild/run/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /srv/storage/autobuild/run/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-rc1-1075-g3345caa907"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.11-git\"" \ ) > /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /srv/storage/autobuild/run/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/srv/storage/autobuild/run/instance-0/output-1/per-package /srv/storage/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target touch /srv/storage/autobuild/run/instance-0/output-1/target/usr ln -snf /srv/storage/autobuild/run/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot /srv/storage/autobuild/run/instance-0/output-1/staging make: Leaving directory '/srv/storage/autobuild/run/instance-0/buildroot' make: Entering directory '/srv/storage/autobuild/run/instance-0/buildroot' >>> Buildroot 2020.08-rc1-1075-g3345caa907 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info mips-2016.05-8-mips-linux-gnu.src.tar.bz2: OK (sha256: 2658e55d5b71bba25d6f77e868e18b200ea5f75c8add7ed3a9266e716d9adfff) >>> toolchain-external-codesourcery-mips 2016.05-8 Collecting legal info >>> toolchain Collecting legal info >>> bluez5_utils 5.55 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.55.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.6 Collecting legal info LICENSE: OK (sha256: 1dceef1677a39befa8bf0285ab2db441ba117520bb2de839547ace006a17750d) >>> host-expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> freetype 2.10.2 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gflags 2.2.2 Collecting legal info COPYING.txt: OK (sha256: 90d1f3701813c3cd65eee2dc736746fe46b465918f3f7d6d31463a2018b33fa5) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libhdhomerun 20200521 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> logrotate 3.17.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> mc 4.8.25 Collecting legal info COPYING: OK (sha256: 5576bbec76296e1c8e081f7037ebd01bdada388635f58d844a2f20d37bbe4284) >>> monkey 1.6.9 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> openpgm 5-3-128 Collecting legal info openpgm/pgm/LICENSE: OK (sha256: 4a7d4ec71fa60969399fd4caad64d5a3003fee2775445f271a5a36a8ae743a29) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-mips-2016.05-8: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS_LICENSE_FILES not defined) Legal info produced in /srv/storage/autobuild/run/instance-0/output-1/legal-info make: Leaving directory '/srv/storage/autobuild/run/instance-0/buildroot'