979 | memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); | ^~~~~~~~~~~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1022 | if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:1024:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1024 | if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) | ^~ At top level: /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:1087:27: warning: 'parser_strings' defined but not used [-Wunused-const-variable=] 1087 | static const char* const parser_strings [] = { | ^~~~~~~~~~~~~~ [ 75%] Building C object mpcenc/CMakeFiles/mpcenc.dir/wave_in.o [ 76%] Building C object mpcenc/CMakeFiles/mpcenc.dir/winmsg.o [ 78%] Linking C executable mpcenc [ 78%] Built target mpcenc [ 80%] Building C object mpc2sv8/CMakeFiles/mpc2sv8.dir/mpc2sv8.o [ 82%] Linking C executable mpc2sv8 [ 82%] Built target mpc2sv8 [ 84%] Building C object mpccut/CMakeFiles/mpccut.dir/mpccut.o [ 86%] Linking C executable mpccut [ 86%] Built target mpccut [ 88%] Building C object mpcchap/CMakeFiles/mpcchap.dir/mpcchap.o /tmp/instance-14/output-1/build/musepack-r475/mpcchap/mpcchap.c: In function 'add_chaps_cue': /tmp/instance-14/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:40: warning: '%i' directive writing between 1 and 10 bytes into a region of size between 5 and 14 [-Wformat-overflow=] 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~ /tmp/instance-14/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:36: note: directive argument in the range [1, 2147483647] 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~~~~~~ /tmp/instance-14/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:17: note: 'sprintf' output between 4 and 22 bytes into a destination of size 16 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Building C object mpcchap/CMakeFiles/mpcchap.dir/dictionary.o [ 92%] Building C object mpcchap/CMakeFiles/mpcchap.dir/iniparser.o /tmp/instance-14/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_getnkey': /tmp/instance-14/output-1/build/musepack-r475/mpcchap/iniparser.c:187:16: warning: variable 'i_sec' set but not used [-Wunused-but-set-variable] 187 | int i, i_sec, cnt = 0 ; | ^~~~~ /tmp/instance-14/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_line': /tmp/instance-14/output-1/build/musepack-r475/mpcchap/iniparser.c:556:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 556 | strcpy(section, section); | ^~~~~~ /tmp/instance-14/output-1/build/musepack-r475/mpcchap/iniparser.c:563:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 563 | strcpy(key, key); | ^~~~~~ /tmp/instance-14/output-1/build/musepack-r475/mpcchap/iniparser.c:582:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 582 | strcpy(key, key); | ^~~~~~ [ 94%] Building C object mpcchap/CMakeFiles/mpcchap.dir/__/common/tags.o /tmp/instance-14/output-1/build/musepack-r475/common/tags.c: In function 'IsUnicode': /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 629 | if ( len & 1 ) // odd number of bytes? | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:632:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 632 | if ( src [0] != (char)0xFF || src [1] != (char)0xFE ) // Microsoft Unicode preample (also useful to detect endianess, but currently only little endian is supported) | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 854 | if ( TagCount == 0 ) | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:857:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 857 | if (flags & TAG_NO_PREAMBLE) { | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 966 | if ( -1 == fseek ( fp, -128L, SEEK_END ) ) | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:969:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 969 | if ( 128 != fread(tmp, 1, 128, fp) ) | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:976:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 976 | if ( !tmp[3] && !tmp[33] && !tmp[63] && !tmp[93] && !tmp[97] ) | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:979:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 979 | memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); | ^~~~~~~~~~~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1022 | if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) | ^~ /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:1024:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1024 | if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) | ^~ At top level: /tmp/instance-14/output-1/build/musepack-r475/common/tags.c:1087:27: warning: 'parser_strings' defined but not used [-Wunused-const-variable=] 1087 | static const char* const parser_strings [] = { | ^~~~~~~~~~~~~~ [ 96%] Linking C executable mpcchap [ 96%] Built target mpcchap [ 98%] Building C object wavcmp/CMakeFiles/wavcmp.dir/wavcmp.o [100%] Linking C executable wavcmp [100%] Built target wavcmp make[1]: Leaving directory '/tmp/instance-14/output-1/build/musepack-r475' >>> musepack r475 Installing to staging directory PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-14/output-1/build/musepack-r475/ make[1]: Entering directory '/tmp/instance-14/output-1/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so.7.0.1 -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so.7 -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpcgain -- Set runtime path of "/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpcgain" to "" -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpcdec -- Set runtime path of "/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpcdec" to "" -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpcenc -- Set runtime path of "/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpcenc" to "" -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpc2sv8 -- Set runtime path of "/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpc2sv8" to "" -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpccut -- Set runtime path of "/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpccut" to "" -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpcchap -- Set runtime path of "/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/mpcchap" to "" -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/wavcmp -- Set runtime path of "/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/wavcmp" to "" -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/streaminfo.h -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/reader.h -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/mpc_types.h -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/mpcmath.h -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/mpcdec.h -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/minimax.h -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/datatypes.h -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/text-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/props -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/prop-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/props -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/prop-base -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/entries -- Installing: /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/all-wcprops make[1]: Leaving directory '/tmp/instance-14/output-1/build/musepack-r475' >>> musepack r475 Fixing libtool files for la in $(find /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-14/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-14/output-1/host/riscv32-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@:/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-14/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> musepack r475 Installing to target PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-14/output-1/target install/fast -C /tmp/instance-14/output-1/build/musepack-r475/ make[1]: Entering directory '/tmp/instance-14/output-1/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-14/output-1/target/usr/lib/libmpcdec.so.7.0.1 -- Installing: /tmp/instance-14/output-1/target/usr/lib/libmpcdec.so.7 -- Installing: /tmp/instance-14/output-1/target/usr/lib/libmpcdec.so -- Installing: /tmp/instance-14/output-1/target/usr/bin/mpcgain -- Set runtime path of "/tmp/instance-14/output-1/target/usr/bin/mpcgain" to "" -- Installing: /tmp/instance-14/output-1/target/usr/bin/mpcdec -- Set runtime path of "/tmp/instance-14/output-1/target/usr/bin/mpcdec" to "" -- Installing: /tmp/instance-14/output-1/target/usr/bin/mpcenc -- Set runtime path of "/tmp/instance-14/output-1/target/usr/bin/mpcenc" to "" -- Installing: /tmp/instance-14/output-1/target/usr/bin/mpc2sv8 -- Set runtime path of "/tmp/instance-14/output-1/target/usr/bin/mpc2sv8" to "" -- Installing: /tmp/instance-14/output-1/target/usr/bin/mpccut -- Set runtime path of "/tmp/instance-14/output-1/target/usr/bin/mpccut" to "" -- Installing: /tmp/instance-14/output-1/target/usr/bin/mpcchap -- Set runtime path of "/tmp/instance-14/output-1/target/usr/bin/mpcchap" to "" -- Installing: /tmp/instance-14/output-1/target/usr/bin/wavcmp -- Set runtime path of "/tmp/instance-14/output-1/target/usr/bin/wavcmp" to "" -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/streaminfo.h -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/reader.h -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/mpc_types.h -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/mpcmath.h -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/mpcdec.h -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/minimax.h -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/datatypes.h -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/tmp -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/tmp/text-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/tmp/props -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/tmp/prop-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/text-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/props -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/prop-base -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/entries -- Installing: /tmp/instance-14/output-1/target/usr/include/mpc/.svn/all-wcprops make[1]: Leaving directory '/tmp/instance-14/output-1/build/musepack-r475' >>> host-patchelf 0.13 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-14/output-1/build/.patchelf-0.13.tar.bz2.cBxrO2/output' 'https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2' --2023-03-05 06:09:41-- https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2 Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/2928164/01108d9f-4a05-4c47-b476-3d77195d9e68?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230305%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230305T130942Z&X-Amz-Expires=300&X-Amz-Signature=d5bd24ef7b88ee4e1c129d09b20671860f8cc63337337cb3c8f821d63d55aa90&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=2928164&response-content-disposition=attachment%3B%20filename%3Dpatchelf-0.13.tar.bz2&response-content-type=application%2Foctet-stream [following] --2023-03-05 06:09:42-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/2928164/01108d9f-4a05-4c47-b476-3d77195d9e68?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230305%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230305T130942Z&X-Amz-Expires=300&X-Amz-Signature=d5bd24ef7b88ee4e1c129d09b20671860f8cc63337337cb3c8f821d63d55aa90&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=2928164&response-content-disposition=attachment%3B%20filename%3Dpatchelf-0.13.tar.bz2&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 172499 (168K) [application/octet-stream] Saving to: '/tmp/instance-14/output-1/build/.patchelf-0.13.tar.bz2.cBxrO2/output' 0K .......... .......... .......... .......... .......... 29% 365K 0s 50K .......... .......... .......... .......... .......... 59% 754K 0s 100K .......... .......... .......... .......... .......... 89% 86.8M 0s 150K .......... ........ 100% 19.8M=0.2s 2023-03-05 06:09:42 (822 KB/s) - '/tmp/instance-14/output-1/build/.patchelf-0.13.tar.bz2.cBxrO2/output' saved [172499/172499] patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /tmp/instance-14/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /tmp/instance-14/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 /tmp/instance-14/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 /tmp/instance-14/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-14/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="/tmp/instance-14/output-1/host/lib/pkgconfig:/tmp/instance-14/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/tmp/instance-14/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-14/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-14/output-1/host/include" LDFLAGS="-L/tmp/instance-14/output-1/host/lib -Wl,-rpath,/tmp/instance-14/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-14/output-1/host/include" LDFLAGS="-L/tmp/instance-14/output-1/host/lib -Wl,-rpath,/tmp/instance-14/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-14/output-1/host" --sysconfdir="/tmp/instance-14/output-1/host/etc" --localstatedir="/tmp/instance-14/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... /usr/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="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-14/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="/tmp/instance-14/output-1/host/lib/pkgconfig:/tmp/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-14/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/tmp/instance-14/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/tmp/instance-14/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-14/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-14/output-1/host/include -L/tmp/instance-14/output-1/host/lib -Wl,-rpath,/tmp/instance-14/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-14/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="/tmp/instance-14/output-1/host/lib/pkgconfig:/tmp/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-14/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/src' /usr/bin/mkdir -p '/tmp/instance-14/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-14/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/tmp/instance-14/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 '/tmp/instance-14/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-14/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README.md '/tmp/instance-14/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-14/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-14/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-14/output-1/build/host-patchelf-0.13' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-14/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-14/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-14/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/tmp/instance-14/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-14/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-14/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-14/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/tmp/instance-14/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-14/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-14/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-14/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-14/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-14/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-14/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-14/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-14/output-1/target/etc/shells; fi mkdir -p /tmp/instance-14/output-1/target/etc echo "buildroot" > /tmp/instance-14/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-14/output-1/target/etc/hosts mkdir -p /tmp/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-14/output-1/target/etc/shells if [ -x /tmp/instance-14/output-1/target/sbin/swapon -a -x /tmp/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-14/output-1/target/etc/inittab; fi rm -rf /tmp/instance-14/output-1/target/usr/include /tmp/instance-14/output-1/target/usr/share/aclocal \ /tmp/instance-14/output-1/target/usr/lib/pkgconfig /tmp/instance-14/output-1/target/usr/share/pkgconfig \ /tmp/instance-14/output-1/target/usr/lib/cmake /tmp/instance-14/output-1/target/usr/share/cmake \ /tmp/instance-14/output-1/target/usr/lib/rpm /tmp/instance-14/output-1/target/usr/doc find /tmp/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-14/output-1/target/lib/ /tmp/instance-14/output-1/target/usr/lib/ /tmp/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-14/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-14/output-1/target/usr/share/gdb rm -rf /tmp/instance-14/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-14/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-14/output-1/target/usr/share/zsh rm -rf /tmp/instance-14/output-1/target/usr/man /tmp/instance-14/output-1/target/usr/share/man rm -rf /tmp/instance-14/output-1/target/usr/info /tmp/instance-14/output-1/target/usr/share/info rm -rf /tmp/instance-14/output-1/target/usr/doc /tmp/instance-14/output-1/target/usr/share/doc rm -rf /tmp/instance-14/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-14/output-1/target/lib/debug /tmp/instance-14/output-1/target/usr/lib/debug find /tmp/instance-14/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-14/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-14/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-14/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-14/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-14/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 /tmp/instance-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-rc2-9-g783cd8d90d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc2\"" \ ) > /tmp/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-14/output-1/per-package /tmp/instance-14/buildroot/support/scripts/fix-rpath target touch /tmp/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-14/output-1/build/buildroot-fs mkdir -p /tmp/instance-14/output-1/build/buildroot-fs printf ' \n' >> /tmp/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /tmp/instance-14/output-1/images rm -rf /tmp/instance-14/output-1/build/buildroot-fs/axfs mkdir -p /tmp/instance-14/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-14/output-1/target/ /tmp/instance-14/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-14/output-1/build/buildroot-fs/axfs/target" >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-14/buildroot/support/scripts/mkusers /tmp/instance-14/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-14/output-1/build/buildroot-fs/axfs/target >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot echo "/tmp/instance-14/output-1/host/bin/makedevs -d /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-14/output-1/build/buildroot-fs/axfs/target" >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /tmp/instance-14/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-14/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot echo "find /tmp/instance-14/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot echo "find /tmp/instance-14/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot printf ' /tmp/instance-14/output-1/host/bin/mkfs.axfs -s -a /tmp/instance-14/output-1/build/buildroot-fs/axfs/target /tmp/instance-14/output-1/images/rootfs.axfs\n' >> /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-14/output-1/host/bin/fakeroot -- /tmp/instance-14/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/tmp/instance-14/output-1/build/buildroot-fs/axfs/target table='/tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 396 number of 4KB nodes: 2122 Total image size: 7230843 ln -snf /tmp/instance-14/output-1/host/riscv32-buildroot-linux-gnu/sysroot /tmp/instance-14/output-1/staging make: Leaving directory '/tmp/instance-14/buildroot' make: Entering directory '/tmp/instance-14/buildroot' >>> Buildroot 2023.02-rc2-9-g783cd8d90d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> initscripts Collecting legal info >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-14/output-1/legal-info make: Leaving directory '/tmp/instance-14/buildroot'