>>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Building PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ar" AS="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-as" LD="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ld" NM="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-nm" CC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gcc" GCC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gcc" CPP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-cpp" CXX="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-g++" FC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gfortran" F77="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gfortran" RANLIB="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ranlib" READELF="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-readelf" STRIP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-strip" OBJCOPY="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-objcopy" OBJDUMP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/test/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/test/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/test/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/test/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/test/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-as" DEFAULT_LINKER="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/test/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi all make[1]: Entering directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi' [Compile] wiringPi.c [Compile] wiringSerial.c [Compile] wiringShift.c [Compile] piHiPri.c [Compile] piThread.c [Compile] wiringPiSPI.c [Compile] wiringPiI2C.c wiringPi.c:1248:21: warning: 'digitalWrite8Dummy' defined but not used [-Wunused-function] static void digitalWrite8Dummy (UNU struct wiringPiNodeStruct *node, UNU int pin, UNU int value) { return ; } ^~~~~~~~~~~~~~~~~~ wiringPi.c:1247:21: warning: 'digitalRead8Dummy' defined but not used [-Wunused-function] static unsigned int digitalRead8Dummy (UNU struct wiringPiNodeStruct *node, UNU int UNU pin) { return 0 ; } ^~~~~~~~~~~~~~~~~ [Compile] softPwm.c [Compile] softTone.c [Compile] mcp23008.c [Compile] mcp23016.c [Compile] mcp23017.c [Compile] mcp23s08.c [Compile] mcp23s17.c [Compile] sr595.c [Compile] pcf8574.c [Compile] pcf8591.c [Compile] mcp3002.c [Compile] mcp3004.c [Compile] mcp4802.c [Compile] mcp3422.c [Compile] max31855.c [Compile] max5322.c [Compile] ads1115.c [Compile] sn3218.c [Compile] bmp180.c [Compile] htu21d.c [Compile] ds18b20.c [Compile] rht03.c [Compile] drcSerial.c [Compile] drcNet.c [Compile] pseudoPins.c [Compile] wpiExtensions.c pseudoPins.c: In function 'myAnalogRead': pseudoPins.c:50:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] int *ptr = (int *)node->data0 ; ^ pseudoPins.c: In function 'myAnalogWrite': pseudoPins.c:59:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] int *ptr = (int *)node->data0 ; ^ pseudoPins.c: In function 'pseudoPinsSetup': pseudoPins.c:89:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] node->data0 = (unsigned int)ptr ; ^ [Link (Dynamic)] make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi' PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ar" AS="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-as" LD="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ld" NM="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-nm" CC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gcc" GCC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gcc" CPP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-cpp" CXX="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-g++" FC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gfortran" F77="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gfortran" RANLIB="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ranlib" READELF="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-readelf" STRIP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-strip" OBJCOPY="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-objcopy" OBJDUMP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/test/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/test/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/test/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/test/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/test/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-as" DEFAULT_LINKER="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/test/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib all make[1]: Entering directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib' [Compile] ds1302.c [Compile] maxdetect.c [Compile] piNes.c [Compile] gertboard.c [Compile] piFace.c [Compile] lcd128x64.c [Compile] lcd.c [Compile] scrollPhat.c [Compile] piGlow.c [Link (Dynamic)] make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib' PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ar" AS="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-as" LD="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ld" NM="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-nm" CC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gcc" GCC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gcc" CPP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-cpp" CXX="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-g++" FC="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gfortran" F77="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gfortran" RANLIB="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ranlib" READELF="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-readelf" STRIP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-strip" OBJCOPY="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-objcopy" OBJDUMP="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/test/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/test/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/test/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/test/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/test/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-as" DEFAULT_LINKER="/home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/test/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio all make[1]: Entering directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio' [Compile] gpio.c [Compile] readall.c [Compile] pins.c [Link (Dynamic)] make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio' >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Installing to staging directory PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi install DESTDIR=/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot PREFIX=/usr LDCONFIG=true make[1]: Entering directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi' [Install Headers] [Install Dynamic Lib] make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi' PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib install DESTDIR=/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot PREFIX=/usr LDCONFIG=true make[1]: Entering directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib' [Install Headers] [Install Dynamic Lib] make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib' >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Fixing libtool files >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Installing to target PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi install DESTDIR=/home/test/autobuild/run/instance-3/output/target PREFIX=/usr LDCONFIG=true make[1]: Entering directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi' [Install Headers] [Install Dynamic Lib] make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi' PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib install DESTDIR=/home/test/autobuild/run/instance-3/output/target PREFIX=/usr LDCONFIG=true make[1]: Entering directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib' [Install Headers] [Install Dynamic Lib] make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib' /usr/bin/install -D -m 0755 /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio/gpio /home/test/autobuild/run/instance-3/output/target/usr/bin/gpio /usr/bin/install -D -m 0755 /home/test/autobuild/run/instance-3/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio/pintest /home/test/autobuild/run/instance-3/output/target/usr/bin/pintest wsapi-fcgi-1.6.1-1.src.rock: OK (sha256: 73dc200889bc185953cd3a7c5350c998c090f901fcd10771273b7a63a3ffcdcf) >>> wsapi-fcgi 1.6.1-1 Extracting mkdir -p /home/test/autobuild/run/instance-3/output/build/wsapi-fcgi-1.6.1-1/luarocks-extract cd /home/test/autobuild/run/instance-3/output/build/wsapi-fcgi-1.6.1-1/luarocks-extract && LUA_PATH="/home/test/autobuild/run/instance-3/output/host/share/lua/5.3/?.lua" /home/test/autobuild/run/instance-3/output/host/bin/lua /home/test/autobuild/run/instance-3/output/host/bin/luarocks unpack --force /home/test/autobuild/run/instance-3/dl/wsapi-fcgi-1.6.1-1.src.rock Done. You may now enter directory wsapi-fcgi-1.6.1-1/wsapi-1.6.1 and type 'luarocks make' to build. mv /home/test/autobuild/run/instance-3/output/build/wsapi-fcgi-1.6.1-1/luarocks-extract/*/* /home/test/autobuild/run/instance-3/output/build/wsapi-fcgi-1.6.1-1 >>> wsapi-fcgi 1.6.1-1 Patching >>> wsapi-fcgi 1.6.1-1 Configuring >>> wsapi-fcgi 1.6.1-1 Building >>> wsapi-fcgi 1.6.1-1 Installing to target cd /home/test/autobuild/run/instance-3/output/build/wsapi-fcgi-1.6.1-1/wsapi-1.6.1 && LUA_PATH="/home/test/autobuild/run/instance-3/output/host/share/lua/5.3/?.lua" flock /home/test/autobuild/run/instance-3/output/target /home/test/autobuild/run/instance-3/output/host/bin/lua /home/test/autobuild/run/instance-3/output/host/bin/luarocks make --keep wsapi-fcgi-1.6.1-1.rockspec Warning: skipping dependency checks. /home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -DLUA_COMPAT_5_2 -I/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include -c src/fastcgi/lfcgi.c -o src/fastcgi/lfcgi.o -I/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/include /home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-gcc -shared -o lfcgi.so -L/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/lib src/fastcgi/lfcgi.o -L/home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/lib -lfcgi wsapi-fcgi 1.6.1-1 is now installed in /home/test/autobuild/run/instance-3/output/target/usr (license: MIT/X11) Missing dependencies for wsapi-fcgi 1.6.1-1: wsapi >= 1.6.1 (not installed) rings >= 1.3.0 (not installed) coxpcall >= 1.14 (not installed) wsapi-1.6.1-1.src.rock: OK (sha256: f7f1b0ddc68c257965c42ac7155904d8ff7c2b7256f65ef1b82fda0039137d61) >>> wsapi 1.6.1-1 Extracting mkdir -p /home/test/autobuild/run/instance-3/output/build/wsapi-1.6.1-1/luarocks-extract cd /home/test/autobuild/run/instance-3/output/build/wsapi-1.6.1-1/luarocks-extract && LUA_PATH="/home/test/autobuild/run/instance-3/output/host/share/lua/5.3/?.lua" /home/test/autobuild/run/instance-3/output/host/bin/lua /home/test/autobuild/run/instance-3/output/host/bin/luarocks unpack --force /home/test/autobuild/run/instance-3/dl/wsapi-1.6.1-1.src.rock Done. You may now enter directory wsapi-1.6.1-1/wsapi-1.6.1 and type 'luarocks make' to build. mv /home/test/autobuild/run/instance-3/output/build/wsapi-1.6.1-1/luarocks-extract/*/* /home/test/autobuild/run/instance-3/output/build/wsapi-1.6.1-1 >>> wsapi 1.6.1-1 Patching Applying 0001-Lua-5.3-compatibility.patch using patch: patching file wsapi-1.6.1/src/wsapi/ringer.lua patching file wsapi-1.6.1/src/wsapi/util.lua >>> wsapi 1.6.1-1 Configuring >>> wsapi 1.6.1-1 Building >>> wsapi 1.6.1-1 Installing to target cd /home/test/autobuild/run/instance-3/output/build/wsapi-1.6.1-1/wsapi-1.6.1 && LUA_PATH="/home/test/autobuild/run/instance-3/output/host/share/lua/5.3/?.lua" flock /home/test/autobuild/run/instance-3/output/target /home/test/autobuild/run/instance-3/output/host/bin/lua /home/test/autobuild/run/instance-3/output/host/bin/luarocks make --keep wsapi-1.6.1-1.rockspec Warning: skipping dependency checks. wsapi 1.6.1-1 is now installed in /home/test/autobuild/run/instance-3/output/target/usr (license: MIT/X11) Missing dependencies for wsapi 1.6.1-1: luafilesystem >= 1.6.2 (not installed) Missing dependencies for wsapi-fcgi 1.6.1-1: wsapi >= 1.6.1 (not installed) rings >= 1.3.0 (not installed) coxpcall >= 1.14 (not installed) >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/run/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/run/instance-3/output/target/etc/inittab rm -f /home/test/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/test/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/test/autobuild/run/instance-3/output/host/bin/glib-compile-schemas /home/test/autobuild/run/instance-3/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/test/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /home/test/autobuild/run/instance-3/output/target/usr/share/lua/5.3/doc rm -rf /home/test/autobuild/run/instance-3/output/target/usr/lib/luarocks PYTHONPATH="/home/test/autobuild/run/instance-3/output/target/usr/lib/python3.6/" cd /home/test/autobuild/run/instance-3/output/target && /home/test/autobuild/run/instance-3/output/host/bin/python3.6 /home/test/autobuild/run/instance-3/buildroot/support/scripts/pycompile.py usr/lib/python3.6 find /home/test/autobuild/run/instance-3/output/target/usr/lib/python3.6 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/test/autobuild/run/instance-3/output/target/usr/lib/python3.6 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/test/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/test/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/test/autobuild/run/instance-3/output/target/bin/sh rm -f /home/test/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/test/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-3/output/target/usr/include /home/test/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/test/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-3/output/target/usr/lib/cmake /home/test/autobuild/run/instance-3/output/target/usr/share/cmake find /home/test/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-3/output/target/lib/ /home/test/autobuild/run/instance-3/output/target/usr/lib/ /home/test/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/test/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-3/output/target/usr/man /home/test/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/test/autobuild/run/instance-3/output/target/usr/info /home/test/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/test/autobuild/run/instance-3/output/target/usr/doc /home/test/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/test/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/test/autobuild/run/instance-3/output/host/bin/sparc64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/test/autobuild/run/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/test/autobuild/run/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/test/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-git-01014-gb173516"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-git\"" \ ) > /home/test/autobuild/run/instance-3/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/test/autobuild/run/instance-3/buildroot' make: Entering directory `/home/test/autobuild/run/instance-3/buildroot' >>> Buildroot 2017.11-git-01014-gb173516 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alljoyn-tcl 16.04.00a Collecting legal info >>> host-scons 2.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-expat 2.2.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> armadillo 7.900.1 Collecting legal info LICENSE.txt: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> arptables 0.0.4 Collecting legal info >>> at 3.1.16 Collecting legal info ERROR: No hash found for Copyright ERROR: No hash found for COPYING >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.5 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> coxpcall 1.16.0-1 Collecting legal info ERROR: No hash found for coxpcall/doc/license.html >>> host-luarocks 2.4.3 Collecting legal info ERROR: No hash found for COPYING >>> host-luainterpreter Collecting legal info >>> host-lua 5.3.4 Collecting legal info ERROR: No hash found for doc/readme.html >>> luainterpreter Collecting legal info >>> lua 5.3.4 Collecting legal info ERROR: No hash found for doc/readme.html >>> cppcms 1.0.5 Collecting legal info ERROR: No hash found for COPYING.TXT >>> libgcrypt 1.8.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cryptsetup 1.7.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> lvm2 2.02.173 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> dante 1.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> directfb 1.7.7 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.8 Collecting legal info ERROR: No hash found for docs/LICENSE.TXT ERROR: No hash found for docs/FTL.TXT ERROR: No hash found for docs/GPLv2.TXT >>> espeak 1.48.04 Collecting legal info ERROR: No hash found for License.txt >>> evtest 1.33 Collecting legal info ERROR: No hash found for COPYING >>> execline 2.3.0.3 Collecting legal info ERROR: No hash found for COPYING >>> skalibs 2.6.0.1 Collecting legal info ERROR: No hash found for COPYING >>> freeswitch 1.6.19 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for libs/apr/LICENSE ERROR: No hash found for libs/apr-util/LICENSE ERROR: No hash found for libs/sofia-sip/COPYING ERROR: No hash found for libs/sofia-sip/COPYRIGHTS ERROR: No hash found for libs/spandsp/COPYING ERROR: No hash found for libs/srtp/LICENSE ERROR: No hash found for libs/tiff-4.0.2/COPYRIGHT >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> libcurl 7.56.1 Collecting legal info COPYING: OK (sha256: cbcf511f5702f7baf5424193a792bc9c18fab22bcbec2e6a587598389dc632c2) >>> openssl Collecting legal info >>> libopenssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> openldap 2.4.45 Collecting legal info ERROR: No hash found for LICENSE >>> speex 1.2rc1 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ghostscript-fonts 8.11 Collecting legal info ERROR: No hash found for COPYING >>> gnuplot 5.0.6 Collecting legal info ERROR: No hash found for Copyright >>> hwdata 0.267 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> initscripts Collecting legal info >>> leafnode2 2.0.0.alpha20140727b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> lensfun 0.3.2 Collecting legal info ERROR: No hash found for docs/gpl-3.0.txt ERROR: No hash found for docs/lgpl-3.0.txt >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> libcap 2.25 Collecting legal info ERROR: No hash found for License >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info ERROR: No hash found for License >>> libcoap v4.1.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.BSD >>> libfcgi 2.4.0 Collecting legal info ERROR: No hash found for LICENSE.TERMS >>> libftdi1 1.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LIB >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libglob 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> libid3tag 0.15.1b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> libksba 1.3.5 Collecting legal info ERROR: No hash found for AUTHORS ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv3 >>> libmad 0.15.1b Collecting legal info ERROR: No hash found for COPYING >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libmodbus 3.1.4 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> libmpdclient 2.10 Collecting legal info ERROR: No hash found for COPYING >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> libsigrokdecode 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> libxml2 2.9.5 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> liquid-dsp v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> lshw B.02.18 Collecting legal info ERROR: No hash found for COPYING >>> ltris 1.0.19 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> lua-markdown 0.33-1 Collecting legal info ERROR: No hash found for markdown/LICENSE >>> luafilesystem 1.7.0-2 Collecting legal info ERROR: No hash found for luafilesystem/LICENSE >>> madplay 0.15.2b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> minicom 2.7.1 Collecting legal info ERROR: No hash found for COPYING >>> ncmpc 0.27 Collecting legal info ERROR: No hash found for COPYING >>> newt 0.52.20 Collecting legal info ERROR: No hash found for COPYING >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python-mako 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-setuptools v36.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-pyratemp 0.3.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-ubjson 0.9.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-wcwidth 0.1.7 Collecting legal info ERROR: No hash found for LICENSE.txt >>> rings 1.3.0-1 Collecting legal info ERROR: No hash found for rings-v_1_3_0/doc/us/license.html >>> s6-dns 2.2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> s6-networking 2.3.0.2 Collecting legal info ERROR: No hash found for COPYING >>> s6 2.6.1.1 Collecting legal info ERROR: No hash found for COPYING >>> semodule-utils 2.7 Collecting legal info ERROR: No hash found for COPYING >>> ser2net 3.4 Collecting legal info ERROR: No hash found for COPYING >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> snappy be6dc3db83c4701e3e79694dcbfd1c3da03b91dd Collecting legal info ERROR: No hash found for COPYING >>> sudo 1.8.21p2 Collecting legal info ERROR: No hash found for doc/LICENSE >>> wipe 2.3.1 Collecting legal info ERROR: No hash found for LICENSE >>> wireguard 0.0.20171101 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> wsapi-fcgi 1.6.1-1 Collecting legal info ERROR: No hash found for wsapi-1.6.1/doc/us/license.html >>> wsapi 1.6.1-1 Collecting legal info ERROR: No hash found for wsapi-1.6.1/doc/us/license.html WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: alljoyn-tcl-16.04.00a: cannot save license (ALLJOYN_TCL_LICENSE_FILES not defined) WARNING: arptables-0.0.4: cannot save license (ARPTABLES_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/test/autobuild/run/instance-3/buildroot'