644 | snprintf(tagbuf, sizeof(tagbuf), "%d: ", i); | ^~~~~~ io.c:644:17: note: 'snprintf' output between 4 and 14 bytes into a destination of size 8 644 | snprintf(tagbuf, sizeof(tagbuf), "%d: ", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [CC] logformat.o [CC] malloc.o [CC] metadump.o [CC] output.o [CC] print.o [CC] quit.o [CC] sb.o [CC] sig.o [CC] strvec.o [CC] text.o [CC] type.o [CC] write.o [CC] attrset.o [CC] symlink.o [CC] fsmap.o [CC] fuzz.o [CC] btdump.o [CC] btheight.o [CC] convert.o [CC] info.o [CC] namei.o namei.c: In function 'path_navigate': namei.c:101:35: warning: pointer targets in initialization of 'const unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 101 | .name = dirpath->path[i], | ^~~~~~~ namei.c:101:35: note: (near initialization for 'xname.name') namei.c: In function 'dir_emit': namei.c:253:51: warning: pointer targets in initialization of 'const unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 253 | struct xfs_name xname = { .name = name }; | ^~~~ namei.c:253:51: note: (near initialization for 'xname.name') [CC] timelimit.o [LD] xfs_db Building estimate [CC] xfs_estimate.o [LD] xfs_estimate Building fsck Building fsr [CC] xfs_fsr.o [LD] xfs_fsr Building growfs [CC] xfs_growfs.o [LD] xfs_growfs Building io [CC] init.o [CC] attr.o [CC] bmap.o [CC] bulkstat.o [CC] crc32cselftest.o [CC] cowextsize.o [CC] encrypt.o [CC] file.o [CC] freeze.o [CC] fsync.o [CC] getrusage.o [CC] imap.o [CC] inject.o [CC] label.o [CC] link.o [CC] mmap.o [CC] open.o [CC] parent.o [CC] pread.o [CC] prealloc.o [CC] pwrite.o [CC] reflink.o [CC] resblks.o [CC] scrub.o [CC] seek.o [CC] shutdown.o [CC] stat.o stat.c: In function 'dump_raw_stat': stat.c:69:39: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 69 | printf("stat.atime.tv_sec = %ld\n", st->st_atim.tv_sec); | ~~^ ~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld stat.c:71:39: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 71 | printf("stat.ctime.tv_sec = %ld\n", st->st_ctim.tv_sec); | ~~^ ~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld stat.c:73:39: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 73 | printf("stat.mtime.tv_sec = %ld\n", st->st_mtim.tv_sec); | ~~^ ~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld [CC] swapext.o [CC] sync.o [CC] truncate.o [CC] utimes.o [CC] fadvise.o [CC] madvise.o [CC] mincore.o [CC] sendfile.o [CC] fiemap.o [CC] copy_file_range.o [CC] sync_file_range.o [CC] readdir.o [CC] fsmap.o [LD] xfs_io Building logprint [CC] logprint.o [CC] log_copy.o [CC] log_dump.o [CC] log_misc.o [CC] log_print_all.o [CC] log_print_trans.o [CC] log_redo.o [LD] xfs_logprint Building mkfs [CC] proto.o [CC] xfs_mkfs.o [LD] mkfs.xfs Building quota [CC] init.o [CC] util.o [CC] edit.o [CC] free.o [CC] linux.o [CC] path.o [CC] project.o [CC] quot.o [CC] quota.o [CC] report.o [CC] state.o [LD] xfs_quota Building mdrestore [CC] xfs_mdrestore.o [LD] xfs_mdrestore Building repair [CC] agheader.o [CC] agbtree.o [CC] attr_repair.o [CC] avl.o [CC] bulkload.o [CC] bmap.o [CC] btree.o [CC] da_util.o [CC] dino_chunks.o [CC] dinode.o [CC] dir2.o In file included from ../include/libxfs.h:11, from dir2.c:7: dir2.c: In function 'process_leaf_node_dir2': ../include/platform_defs.h:48:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'xfs_fileoff_t' {aka 'long long unsigned int'} [-Wformat=] 48 | # define _(x) (x) | ^~~ dir2.c:1361:1: note: in expansion of macro '_' 1361 | _("corrupt directory data block %lu for inode %" PRIu64 "\n"), | ^ [CC] globals.o [CC] incore_bmc.o [CC] incore.o [CC] incore_ext.o [CC] incore_ino.o [CC] init.o [CC] phase1.o [CC] phase2.o [CC] phase3.o [CC] phase4.o [CC] phase5.o [CC] phase6.o [CC] phase7.o [CC] prefetch.o [CC] progress.o [CC] quotacheck.o [CC] rmap.o [CC] rt.o [CC] sb.o [CC] scan.o [CC] slab.o [CC] threads.o [CC] versions.o [CC] xfs_repair.o [LD] xfs_repair Building rtcp [CC] xfs_rtcp.o [LD] xfs_rtcp Building m4 Building man Building man2 Building man3 Building man5 Building man8 Building doc [ZIP] CHANGES.gz Building debian Building spaceman [CC] info.o [CC] init.o [CC] file.o [CC] health.o [CC] prealloc.o [CC] trim.o [CC] freesp.o [LD] xfs_spaceman Building scrub [CC] common.o In file included from common.c:10: common.c: In function '__str_out': ../include/platform_defs.h:48:33: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=] 48 | # define _(x) (x) | ^~~ common.c:125:33: note: in expansion of macro '_' 125 | fprintf(stream, _("%s."), strerror_r(error, buf, DESCR_BUFSZ)); | ^ [CC] counter.o [CC] descr.o [CC] disk.o [CC] filemap.o [CC] fscounters.o [CC] inodes.o [CC] phase1.o [CC] phase2.o [CC] phase3.o [CC] phase4.o [CC] phase5.o [CC] phase6.o [CC] phase7.o [CC] progress.o [CC] read_verify.o [CC] repair.o [CC] scrub.o [CC] spacemap.o [CC] vfs.o [CC] xfs_scrub.o [LD] xfs_scrub [SED] xfs_scrub_all [SED] xfs_scrub_all.cron gmake[2]: Nothing to be done for 'include'. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xfsprogs-5.14.2' >>> xfsprogs 5.14.2 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DIST_ROOT=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/xfsprogs-5.14.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xfsprogs-5.14.2' Installing libfrog-install Installing libxfs-install ../install-sh -o root -g root -m 755 -d /usr/include/xfs Installing libxlog-install Installing libxcmd-install Installing libhandle-install Installing copy-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_copy /usr/sbin Installing db-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_db /usr/sbin ../install-sh -o root -g root -m 755 xfs_admin.sh /usr/sbin/xfs_admin ../install-sh -o root -g root -m 755 xfs_ncheck.sh /usr/sbin/xfs_ncheck ../install-sh -o root -g root -m 755 xfs_metadump.sh /usr/sbin/xfs_metadump Installing estimate-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_estimate /usr/sbin Installing fsck-install ../install-sh -o root -g root -m 755 -d /sbin ../install-sh -o root -g root -m 755 xfs_fsck.sh /sbin/fsck.xfs Installing fsr-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_fsr /usr/sbin Installing growfs-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_growfs /usr/sbin Installing io-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_io /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_bmap.sh /usr/sbin/xfs_bmap /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_freeze.sh /usr/sbin/xfs_freeze /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_mkfile.sh /usr/sbin/xfs_mkfile Installing logprint-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_logprint /usr/sbin Installing mkfs-install ../install-sh -o root -g root -m 755 -d /sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 mkfs.xfs /sbin Installing quota-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_quota /usr/sbin Installing mdrestore-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_mdrestore /usr/sbin Installing repair-install ../install-sh -o root -g root -m 755 -d /sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_repair /sbin Installing rtcp-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_rtcp /usr/sbin Installing m4-install gmake[2]: Nothing to be done for 'install'. Installing man-install gmake[3]: Nothing to be done for 'install'. gmake[3]: Nothing to be done for 'install'. ../../install-sh -o root -g root -m 755 -d /usr/share/man/man5 ../../install-sh -o root -g root -m 644 projects.5.gz /usr/share/man/man5/projects.5.gz ../../install-sh -o root -g root -m 644 projid.5.gz /usr/share/man/man5/projid.5.gz ../../install-sh -o root -g root -m 644 xfs.5.gz /usr/share/man/man5/xfs.5.gz ../../install-sh -o root -g root -m 755 -d /usr/share/man/man8 ../../install-sh -o root -g root -m 644 fsck.xfs.8.gz /usr/share/man/man8/fsck.xfs.8.gz ../../install-sh -o root -g root -m 644 mkfs.xfs.8.gz /usr/share/man/man8/mkfs.xfs.8.gz ../../install-sh -o root -g root -m 644 xfs_admin.8.gz /usr/share/man/man8/xfs_admin.8.gz ../../install-sh -o root -g root -m 644 xfs_bmap.8.gz /usr/share/man/man8/xfs_bmap.8.gz ../../install-sh -o root -g root -m 644 xfs_copy.8.gz /usr/share/man/man8/xfs_copy.8.gz ../../install-sh -o root -g root -m 644 xfs_db.8.gz /usr/share/man/man8/xfs_db.8.gz ../../install-sh -o root -g root -m 644 xfs_estimate.8.gz /usr/share/man/man8/xfs_estimate.8.gz ../../install-sh -o root -g root -m 644 xfs_freeze.8.gz /usr/share/man/man8/xfs_freeze.8.gz ../../install-sh -o root -g root -m 644 xfs_fsr.8.gz /usr/share/man/man8/xfs_fsr.8.gz ../../install-sh -o root -g root -m 644 xfs_growfs.8.gz /usr/share/man/man8/xfs_growfs.8.gz ../../install-sh -o root -g root -m 644 xfs_info.8.gz /usr/share/man/man8/xfs_info.8.gz ../../install-sh -o root -g root -m 644 xfs_io.8.gz /usr/share/man/man8/xfs_io.8.gz ../../install-sh -o root -g root -m 644 xfs_logprint.8.gz /usr/share/man/man8/xfs_logprint.8.gz ../../install-sh -o root -g root -m 644 xfs_mdrestore.8.gz /usr/share/man/man8/xfs_mdrestore.8.gz ../../install-sh -o root -g root -m 644 xfs_metadump.8.gz /usr/share/man/man8/xfs_metadump.8.gz ../../install-sh -o root -g root -m 644 xfs_mkfile.8.gz /usr/share/man/man8/xfs_mkfile.8.gz ../../install-sh -o root -g root -m 644 xfs_ncheck.8.gz /usr/share/man/man8/xfs_ncheck.8.gz ../../install-sh -o root -g root -m 644 xfs_quota.8.gz /usr/share/man/man8/xfs_quota.8.gz ../../install-sh -o root -g root -m 644 xfs_repair.8.gz /usr/share/man/man8/xfs_repair.8.gz ../../install-sh -o root -g root -m 644 xfs_rtcp.8.gz /usr/share/man/man8/xfs_rtcp.8.gz ../../install-sh -o root -g root -m 644 xfs_scrub.8.gz /usr/share/man/man8/xfs_scrub.8.gz ../../install-sh -o root -g root -m 644 xfs_scrub_all.8.gz /usr/share/man/man8/xfs_scrub_all.8.gz ../../install-sh -o root -g root -m 644 xfs_spaceman.8.gz /usr/share/man/man8/xfs_spaceman.8.gz Installing doc-install ../install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs ../install-sh -o root -g root -m 644 CHANGES.gz CREDITS /usr/share/doc/xfsprogs Installing debian-install gmake[2]: Nothing to be done for 'install'. Installing spaceman-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_spaceman /usr/sbin ../install-sh -o root -g root -m 755 xfs_info.sh /usr/sbin/xfs_info Installing scrub-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_scrub /usr/sbin ../install-sh -o root -g root -m 755 xfs_scrub_all /usr/sbin ../install-sh -o root -g root -m 755 -d /usr/lib/xfsprogs ../install-sh -o root -g root -m 644 xfs_scrub_all.cron /usr/lib/xfsprogs Installing include-install ../install-sh -o root -g root -m 755 -d /usr/include/xfs ./install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs ./install-sh -o root -g root -m 644 README /usr/share/doc/xfsprogs make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xfsprogs-5.14.2' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-27/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips-buildroot-linux-musl-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-27/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-27/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-27/output-1/host/mips-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-27/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-27/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips-buildroot-linux-musl-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-27/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-27/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-27/output-1/host/mips-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-27/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-27/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-27/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-27/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-27/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-27/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-27/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-27/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-27/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-27/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-27/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-27/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-27/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-27/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-27/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-27/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-27/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-27/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-27/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-27/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-27/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-27/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/include /nvmedata/autobuild/instance-27/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-27/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-27/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-27/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-27/output-1/target/usr/lib/rpm /nvmedata/autobuild/instance-27/output-1/target/usr/doc find /nvmedata/autobuild/instance-27/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-27/output-1/target/lib/ /nvmedata/autobuild/instance-27/output-1/target/usr/lib/ /nvmedata/autobuild/instance-27/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-27/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/man /nvmedata/autobuild/instance-27/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/info /nvmedata/autobuild/instance-27/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/doc /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-27/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-27/output-1/target/lib/debug /nvmedata/autobuild/instance-27/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-27/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-27/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-27/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-4-g2ce6aaee9d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /nvmedata/autobuild/instance-27/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-27/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-27/output-1/per-package /nvmedata/autobuild/instance-27/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-27/output-1/target/usr ln -snf /nvmedata/autobuild/instance-27/output-1/host/mips-buildroot-linux-musl/sysroot /nvmedata/autobuild/instance-27/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-27/buildroot' make: Entering directory '/nvmedata/autobuild/instance-27/buildroot' >>> Buildroot 2022.08-rc1-4-g2ce6aaee9d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> musl-compat-headers Collecting legal info >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> 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-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> initscripts Collecting legal info >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> liburcu 0.13.1 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wolftpm 2.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xfsprogs 5.14.2 Collecting legal info LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) 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 /nvmedata/autobuild/instance-27/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-27/buildroot'