>>> xxhash 0.8.1 Extracting gzip -d -c /tmp/instance-16/dl/xxhash/xxhash-0.8.1.tar.gz | tar --strip-components=1 -C /tmp/instance-16/output-1/build/xxhash-0.8.1 -xf - >>> xxhash 0.8.1 Patching Applying 0001-fix-man-page-installation.patch using patch: patching file Makefile Applying 0002-Makefile-add-dedicated-install-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 494 (offset -11 lines). Hunk #2 succeeded at 511 (offset -11 lines). Applying 0003-do-no-longer-depend-on-assert-h-for-XXH_STATIC_ASSERT.patch using patch: patching file xxhash.h Hunk #1 succeeded at 1546 (offset -203 lines). >>> xxhash 0.8.1 Configuring >>> xxhash 0.8.1 Building PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-ar" AS="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-as" LD="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-ld" NM="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-nm" CC="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" GCC="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" CPP="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-cpp" CXX="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-g++" FC="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-gfortran" F77="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-gfortran" RANLIB="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-ranlib" READELF="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-objcopy" OBJDUMP="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-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/tmp/instance-16/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-16/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-16/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-16/output-1/host/lib -Wl,-rpath,/tmp/instance-16/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-as" DEFAULT_LINKER="/tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -Og -g0 -static" FFLAGS=" -Og -g0 -static" PKG_CONFIG="/tmp/instance-16/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-16/output-1/host/arm-buildroot-linux-musleabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 -C /tmp/instance-16/output-1/build/xxhash-0.8.1 xxhsum libxxhash.a libxxhash.pc make[1]: Entering directory '/tmp/instance-16/output-1/build/xxhash-0.8.1' /tmp/instance-16/output-1/host/bin/arm-buildroot-linux-musleabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -static -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xxhash.o xxhash.c In file included from xxhash.c:43: In function 'XXH3_accumulate', inlined from 'XXH3_hashLong_internal_loop' at xxhash.h:4390:9, inlined from 'XXH3_hashLong_64b_internal' at xxhash.h:4453:5, inlined from 'XXH3_hashLong_64b_withSecret' at xxhash.h:4473:12, inlined from 'XXH3_64bits_internal' at xxhash.h:4554:12, inlined from 'XXH3_64bits_withSecret' at xxhash.h:4570:12: xxhash.h:4196:1: error: inlining failed in call to 'always_inline' 'XXH3_accumulate_512_scalar': function not considered for inlining 4196 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xxhash.h:4368:9: note: called from here 4368 | f_acc512(acc, | ^~~~~~~~~~~~~ 4369 | in, | ~~~ 4370 | secret + n*XXH_SECRET_CONSUME_RATE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'XXH3_hashLong_internal_loop', inlined from 'XXH3_hashLong_64b_internal' at xxhash.h:4453:5, inlined from 'XXH3_hashLong_64b_withSecret' at xxhash.h:4473:12, inlined from 'XXH3_64bits_internal' at xxhash.h:4554:12, inlined from 'XXH3_64bits_withSecret' at xxhash.h:4570:12: xxhash.h:4214:1: error: inlining failed in call to 'always_inline' 'XXH3_scrambleAcc_scalar': function not considered for inlining 4214 | XXH3_scrambleAcc_scalar(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) | ^~~~~~~~~~~~~~~~~~~~~~~ xxhash.h:4391:9: note: called from here 4391 | f_scramble(acc, secret + secretSize - XXH_STRIPE_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'XXH3_accumulate', inlined from 'XXH3_hashLong_internal_loop' at xxhash.h:4398:9, inlined from 'XXH3_hashLong_64b_internal' at xxhash.h:4453:5, inlined from 'XXH3_hashLong_64b_withSecret' at xxhash.h:4473:12, inlined from 'XXH3_64bits_internal' at xxhash.h:4554:12, inlined from 'XXH3_64bits_withSecret' at xxhash.h:4570:12: xxhash.h:4196:1: error: inlining failed in call to 'always_inline' 'XXH3_accumulate_512_scalar': function not considered for inlining 4196 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xxhash.h:4368:9: note: called from here 4368 | f_acc512(acc, | ^~~~~~~~~~~~~ 4369 | in, | ~~~ 4370 | secret + n*XXH_SECRET_CONSUME_RATE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'XXH3_hashLong_internal_loop', inlined from 'XXH3_hashLong_64b_internal' at xxhash.h:4453:5, inlined from 'XXH3_hashLong_64b_withSecret' at xxhash.h:4473:12, inlined from 'XXH3_64bits_internal' at xxhash.h:4554:12, inlined from 'XXH3_64bits_withSecret' at xxhash.h:4570:12: xxhash.h:4196:1: error: inlining failed in call to 'always_inline' 'XXH3_accumulate_512_scalar': function not considered for inlining 4196 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xxhash.h:4403:13: note: called from here 4403 | f_acc512(acc, p, secret + secretSize - XXH_STRIPE_LEN - XXH_SECRET_LASTACC_START); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'XXH3_accumulate', inlined from 'XXH3_hashLong_internal_loop' at xxhash.h:4390:9, inlined from 'XXH3_hashLong_128b_internal' at xxhash.h:5232:5, inlined from 'XXH3_hashLong_128b_withSecret' at xxhash.h:5272:12, inlined from 'XXH3_128bits_internal' at xxhash.h:5327:12, inlined from 'XXH3_128bits_withSecret' at xxhash.h:5345:12: xxhash.h:4196:1: error: inlining failed in call to 'always_inline' 'XXH3_accumulate_512_scalar': function not considered for inlining 4196 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xxhash.h:4368:9: note: called from here 4368 | f_acc512(acc, | ^~~~~~~~~~~~~ 4369 | in, | ~~~ 4370 | secret + n*XXH_SECRET_CONSUME_RATE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'XXH3_hashLong_internal_loop', inlined from 'XXH3_hashLong_128b_internal' at xxhash.h:5232:5, inlined from 'XXH3_hashLong_128b_withSecret' at xxhash.h:5272:12, inlined from 'XXH3_128bits_internal' at xxhash.h:5327:12, inlined from 'XXH3_128bits_withSecret' at xxhash.h:5345:12: xxhash.h:4214:1: error: inlining failed in call to 'always_inline' 'XXH3_scrambleAcc_scalar': function not considered for inlining 4214 | XXH3_scrambleAcc_scalar(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) | ^~~~~~~~~~~~~~~~~~~~~~~ xxhash.h:4391:9: note: called from here 4391 | f_scramble(acc, secret + secretSize - XXH_STRIPE_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'XXH3_accumulate', inlined from 'XXH3_hashLong_internal_loop' at xxhash.h:4398:9, inlined from 'XXH3_hashLong_128b_internal' at xxhash.h:5232:5, inlined from 'XXH3_hashLong_128b_withSecret' at xxhash.h:5272:12, inlined from 'XXH3_128bits_internal' at xxhash.h:5327:12, inlined from 'XXH3_128bits_withSecret' at xxhash.h:5345:12: xxhash.h:4196:1: error: inlining failed in call to 'always_inline' 'XXH3_accumulate_512_scalar': function not considered for inlining 4196 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xxhash.h:4368:9: note: called from here 4368 | f_acc512(acc, | ^~~~~~~~~~~~~ 4369 | in, | ~~~ 4370 | secret + n*XXH_SECRET_CONSUME_RATE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'XXH3_hashLong_internal_loop', inlined from 'XXH3_hashLong_128b_internal' at xxhash.h:5232:5, inlined from 'XXH3_hashLong_128b_withSecret' at xxhash.h:5272:12, inlined from 'XXH3_128bits_internal' at xxhash.h:5327:12, inlined from 'XXH3_128bits_withSecret' at xxhash.h:5345:12: xxhash.h:4196:1: error: inlining failed in call to 'always_inline' 'XXH3_accumulate_512_scalar': function not considered for inlining 4196 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xxhash.h:4403:13: note: called from here 4403 | f_acc512(acc, p, secret + secretSize - XXH_STRIPE_LEN - XXH_SECRET_LASTACC_START); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [: xxhash.o] Error 1 make[1]: Leaving directory '/tmp/instance-16/output-1/build/xxhash-0.8.1' make: *** [package/pkg-generic.mk:293: /tmp/instance-16/output-1/build/xxhash-0.8.1/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-16/buildroot'