export SRC_GIT_HASH=$(git log --oneline | head -1 | cut -d' ' -f1); \ rm -f /usr/src/lustre-${SRC_GIT_HASH}.tar.bz2; \ if test -f /usr/src/lustre-${SRC_GIT_HASH}.tar.bz2; then \ echo "************************************************************" ; \ echo "WARNING: move or remove /usr/src/lustre-${SRC_GIT_HASH}.tar.bz2" ; \ echo "************************************************************" ; \ exit 1 ; \ fi cp -v debian/changelog.in debian/changelog ; \ export SRC_GIT_HASH=$(git log --oneline | head -1 | cut -d' ' -f1); \ lversion=$(echo 2.15.62_59_g25d44d3 | tr '_' '-'); \ cversion=$(sed -ne '1s/^lustre (\(.*\)-[0-9][0-9]*).*$/\1/p' debian/changelog); \ if [ "$lversion" != "$cversion" ]; then \ echo -e "1i\nlustre ($lversion-1) unstable; urgency=low\n\n * Automated changelog entry update\n\n -- Andreas Dilger $(date -R)\n\n.\nwq" | ed debian/changelog; \ fi; \ rm -rf debs; \ if test "xno" = "xyes"; then \ DEB_BUILD_PROFILES="server"; \ else \ DEB_BUILD_PROFILES="client"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} ldiskfs"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} zfs"; \ export SPL_SRC=""; \ export ZFS_SRC=""; \ echo "ZFS support is enabled. Will expect pre-compiled SPL and ZFS sources in:"; \ echo "SPL: ${SPL_SRC}"; \ echo "ZFS: ${ZFS_SRC}"; \ fi; \ if test "xno" != "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} multiple-lnds"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} gnilnd"; \ fi; \ if test "x" = "xkfilnd"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} kfilnd"; \ fi; \ if test "x@DPKG_EXT_O2IB@" != "x"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} ext_o2ib"; \ export O2IB_SRC=""; \ fi ; \ if test "x@DPKG_INT_O2IB@" != "x"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} int_o2ib"; \ fi; \ if test "x" != "x"; then \ export CONFIG_CACHE_FILE=""; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} gss"; \ debiantmp=$(mktemp -t -d debbuild-$USER-XXXXXXXX) ; \ cp debian/control.main $debiantmp/control.main.bkp ; \ cp debian/control.modules.in $debiantmp/control.modules.in.bkp ; \ sed -i "s+^\(Build-Depends: .*\)$+\1, libkrb5-dev, libssl-dev+" debian/control.main ; \ awk 'BEGIN{change=0} $1 == "Package:" {if (($2 == "lustre-client-utils") || ($2 == "lustre-server-utils")) change=1; else change=0; fi } {if (($1 == "Depends:") && change) print $0 ", libgssapi-krb5-2, libkrb5-3, libssl1.1|libssl3"; else print; fi}' debian/control.main > $debiantmp/control.main && mv $debiantmp/control.main debian/control.main ; \ sed -i "s+^\(Build-Depends: .*\)$+\1, libkrb5-dev, libssl-dev+" debian/control.modules.in ; \ elif test "xno" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nogss"; \ fi; \ if test "x" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} crypto"; \ elif test "x" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nocrypto"; \ fi; \ if test "x/usr/lib/systemd/system" != "x"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} systemd"; \ export SYSTEMD_OPTIONS="--with-systemdsystemunitdir=/usr/lib/systemd/system"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} pinger"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nopinger"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} checksum"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nochecksum"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} flock"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} noflock"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} lru-resize"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nolru-resize"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} mindf"; \ elif test "xno" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nomindf"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} fail-alloc"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nofail-alloc"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} invariants"; \ elif test "xno" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} noinvariants"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} lu_ref"; \ elif test "xno" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nolu_ref"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} pgstate-track"; \ elif test "xno" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nopgstate-track"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} libcfs-cdebug"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nolibcfs-cdebug"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} libcfs-trace"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nolibcfs-trace"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} libcfs-assert"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nolibcfs-assert"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} panic_dumplog"; \ elif test "xno" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nopanic_dumplog"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} readline"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} noreadline"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} libpthread"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nolibpthread"; \ fi; \ if test "xyes" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} backoff"; \ elif test "xyes" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} nobackoff"; \ fi; \ if test "xno" = "xyes"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} efence"; \ elif test "xno" = "xno"; then \ export DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES} noefence"; \ fi; \ export KERNEL_OBJ="/usr/src/linux-headers-6.8.0-31-generic"; \ export KERNEL_SRC="/usr/src/linux-headers-6.8.0-31-generic"; \ echo "Enabled Build Profiles: ${DEB_BUILD_PROFILES}"; \ echo "Kernel Source: ${KERNEL_SRC}"; \ echo "Kernel Object: ${KERNEL_OBJ}"; \ if test "xno" = "xno"; then \ export IB_OPTIONS="--with-o2ib=no"; \ else \ if test "xno" != "xyes" && \ test -n "@O2IBPATH@"; then \ export IB_OPTIONS="--with-o2ib=@O2IBPATH@"; \ else \ export IB_OPTIONS="--with-o2ib=yes"; \ fi; \ fi; \ cp -v debian/control.main debian/control ; \ sed "s/_KVERS_/6.8.0-31-generic/g" debian/lustre-tests.install.in \ > debian/lustre-tests.install; \ tmpprofiles=`tr ' ' ',' <<< $DEB_BUILD_PROFILES`; \ dpkg-buildpackage -us -uc -I.git -I\*.out[0-9]\* -I\*.swp -P$tmpprofiles || { \ rc=${PIPESTATUS[0]}; \ cp $debiantmp/control.main.bkp debian/control.main || true && \ cp $debiantmp/control.modules.in.bkp debian/control.modules.in || true && \ [ ${rc} -gt 1 ] && exit ${rc}; \ exit 0; \ }; \ cp $debiantmp/control.main.bkp debian/control.main || true && \ cp $debiantmp/control.modules.in.bkp debian/control.modules.in || true && \ cp -v debian/control.main debian/control || true ; \ export KPKG_DEST_DIR="$(pwd)/.." && \ version=$(sed -ne '1s/^lustre (\(.*\)).*$/\1/p' debian/changelog) && \ rm -rf debian/tmp/modules-deb && \ mkdir debian/tmp/modules-deb && \ pushd debian/tmp/modules-deb && \ dpkg -x ../../../../lustre-source_${version}_all.deb $(pwd) && \ mkdir usr_src/ && \ tar -C usr_src/ -xjf usr/src/lustre-${SRC_GIT_HASH}.tar.bz2 && \ chmod 755 usr_src/modules/lustre/debian/rules && \ mkdir -p usr_share_modass && \ ln -s /usr/share/modass/include/ usr_share_modass/ && \ ln -s /usr/share/modass/packages/ usr_share_modass/ && \ echo "lustre" > usr_share_modass/compliant.list && \ export MA_DIR=$(pwd)/usr_share_modass && \ KVERS=${KVERS:-6.8.0-31-generic} && \ export KSRC_TREE=/usr/src/linux-headers-6.8.0-31-generic && \ KSRC=${KSRC:-/usr/src/linux-headers-6.8.0-31-generic} && \ TARBALL=$(realpath usr/src/lustre-${SRC_GIT_HASH}.tar.bz2) \ m-a build ${KSRC:+-k $KSRC} ${KVERS:+-l $KVERS} -i -u $(pwd) lustre && \ popd && \ VER=$(sed -ne '1s/^lustre (\(.*-[0-9][0-9]*\)).*$/\1/p' debian/changelog) && \ if test "xno" = "xyes"; then \ DEB_SERVER_PKG="../lustre-resource-agents_${VER}_*.deb"; \ fi; \ MULTILNDPKGS= ; \ if test "xno" != "xno"; then \ debian/repackage-multiple-lnds.sh ${KVERS} ${VER} ../lustre-*-modules-${KVERS}_${VER}_*.deb ; \ MULTILNDPKGS="../lustre-lnet-module-*-${KVERS}_${VER}_*.deb"; \ fi; \ mkdir -p debs && \ mv ../lustre-dev_${VER}_*.deb ../lustre-source_${VER}_all.deb \ ../lustre-iokit_${VER}_*.deb ../lustre-tests_${VER}_*.deb \ ../lustre-*-utils_${VER}_*.deb ${DEB_SERVER_PKG} ${MULTILNDPKGS} \ ../lustre_${VER}.dsc ../lustre_${VER}_*.changes \ ../lustre_${VER}.tar.gz ../lustre-*-modules-${KVERS}_${VER}_*.deb \ ../lustre-*-dbgsym_${VER}_*.ddeb ../lustre_${VER}_*.buildinfo \ debs/ 'debian/changelog.in' -> 'debian/changelog' 4236 4405 Enabled Build Profiles: client ext_o2ib int_o2ib nogss systemd pinger checksum flock lru-resize nomindf fail-alloc noinvariants nolu_ref nopgstate-track libcfs-cdebug libcfs-trace libcfs-assert nopanic_dumplog readline libpthread backoff noefence Kernel Source: /usr/src/linux-headers-6.8.0-31-generic Kernel Object: /usr/src/linux-headers-6.8.0-31-generic 'debian/control.main' -> 'debian/control' dpkg-buildpackage: info: source package lustre dpkg-buildpackage: info: source version 2.15.62-59-g25d44d3-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Andreas Dilger dpkg-source -I.git -I*.out[0-9]* -I*.swp --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean make[1]: Entering directory '/root/lustre-release' dh_testdir dh_testroot dpatch deapply-all -v /usr/bin/make distclean make[2]: Entering directory '/root/lustre-release' Making distclean in ldiskfs make[3]: Entering directory '/root/lustre-release/ldiskfs' test -z "sources htree_lock.h mmp.c htree_lock.c critical_encode.h encdata.h ext4.h" || rm -f sources htree_lock.h mmp.c htree_lock.c critical_encode.h encdata.h ext4.h rm -rf .libs _libs rm -rf linux linux-stage ldiskfs*.h trace modules.order test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[3]: Leaving directory '/root/lustre-release/ldiskfs' Making distclean in lustre-iokit make[3]: Entering directory '/root/lustre-release/lustre-iokit' Making distclean in obdfilter-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/obdfilter-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre-iokit/obdfilter-survey' Making distclean in sgpdd-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/sgpdd-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre-iokit/sgpdd-survey' Making distclean in ost-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/ost-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre-iokit/ost-survey' Making distclean in ior-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/ior-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre-iokit/ior-survey' Making distclean in mds-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/mds-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre-iokit/mds-survey' Making distclean in stats-collect make[4]: Entering directory '/root/lustre-release/lustre-iokit/stats-collect' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre-iokit/stats-collect' Making distclean in lst-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/lst-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre-iokit/lst-survey' make[4]: Entering directory '/root/lustre-release/lustre-iokit' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory '/root/lustre-release/lustre-iokit' rm -f Makefile make[3]: Leaving directory '/root/lustre-release/lustre-iokit' Making distclean in libcfs make[3]: Entering directory '/root/lustre-release/libcfs' Making distclean in libcfs make[4]: Entering directory '/root/lustre-release/libcfs/libcfs' Making distclean in linux make[5]: Entering directory '/root/lustre-release/libcfs/libcfs/linux' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs/linux' Making distclean in util make[5]: Entering directory '/root/lustre-release/libcfs/libcfs/util' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs/util' Making distclean in crypto make[5]: Entering directory '/root/lustre-release/libcfs/libcfs/crypto' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs/crypto' make[5]: Entering directory '/root/lustre-release/libcfs/libcfs' rm -rf .libs _libs rm -rf util/.libs util/_libs test -z "libcfs.la" || rm -f libcfs.la rm -f ./so_locations rm -f *.o rm -f util/*.o rm -f util/*.lo test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers linux/*.o libcfs crypto/*.o" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers linux/*.o libcfs crypto/*.o rm -f *.lo rm -f *.tab.c test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f util/.deps/.dirstamp rm -f util/.dirstamp rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs' rm -f util/.deps/libcfs_la-l_ioctl.Plo rm -f util/.deps/libcfs_la-nidstrings.Plo rm -f util/.deps/libcfs_la-param.Plo rm -f util/.deps/libcfs_la-parser.Plo rm -f util/.deps/libcfs_la-string.Plo rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/libcfs/libcfs' Making distclean in include make[4]: Entering directory '/root/lustre-release/libcfs/include' Making distclean in libcfs make[5]: Entering directory '/root/lustre-release/libcfs/include/libcfs' Making distclean in linux make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs/linux' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/linux' Making distclean in util make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs/util' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/util' Making distclean in crypto make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs/crypto' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/crypto' make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs' rm -f Makefile make[5]: Leaving directory '/root/lustre-release/libcfs/include/libcfs' Making distclean in uapi make[5]: Entering directory '/root/lustre-release/libcfs/include/uapi' Making distclean in linux make[6]: Entering directory '/root/lustre-release/libcfs/include/uapi/linux' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/libcfs/include/uapi/linux' make[6]: Entering directory '/root/lustre-release/libcfs/include/uapi' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/libcfs/include/uapi' rm -f Makefile make[5]: Leaving directory '/root/lustre-release/libcfs/include/uapi' make[5]: Entering directory '/root/lustre-release/libcfs/include' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/libcfs/include' rm -f Makefile make[4]: Leaving directory '/root/lustre-release/libcfs/include' Making distclean in autoconf make[4]: Entering directory '/root/lustre-release/libcfs/autoconf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/libcfs/autoconf' make[4]: Entering directory '/root/lustre-release/libcfs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory '/root/lustre-release/libcfs' rm -f autoMakefile make[3]: Leaving directory '/root/lustre-release/libcfs' Making distclean in lnet make[3]: Entering directory '/root/lustre-release/lnet' Making distclean in lnet make[4]: Entering directory '/root/lustre-release/lnet/lnet' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers lnet" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers lnet rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lnet/lnet' Making distclean in klnds make[4]: Entering directory '/root/lustre-release/lnet/klnds' Making distclean in socklnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/socklnd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/lnet/klnds/socklnd' Making distclean in gnilnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/gnilnd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/lnet/klnds/gnilnd' Making distclean in o2iblnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/o2iblnd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/lnet/klnds/o2iblnd' Making distclean in kfilnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/kfilnd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/lnet/klnds/kfilnd' Making distclean in in-kernel-o2iblnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' test -z "o2iblnd.h o2iblnd-idl.h o2iblnd.c o2iblnd_cb.c o2iblnd_modparams.c" || rm -f o2iblnd.h o2iblnd-idl.h o2iblnd.c o2iblnd_cb.c o2iblnd_modparams.c rm -rf .libs _libs rm -rf o2iblnd.h o2iblnd-idl.h o2iblnd.c o2iblnd_cb.c o2iblnd_modparams.c ko2iblnd.ko test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' make[5]: Entering directory '/root/lustre-release/lnet/klnds' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lnet/klnds' rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lnet/klnds' Making distclean in selftest make[4]: Entering directory '/root/lustre-release/lnet/selftest' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers selftest" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers selftest rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lnet/selftest' Making distclean in doc make[4]: Entering directory '/root/lustre-release/lnet/doc' test -z "*.aux *.tex *.log *.pdf" || rm -f *.aux *.tex *.log *.pdf rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lnet/doc' Making distclean in utils make[4]: Entering directory '/root/lustre-release/lnet/utils' Making distclean in lnetconfig make[5]: Entering directory '/root/lustre-release/lnet/utils/lnetconfig' test -z "liblnetconfig.la" || rm -f liblnetconfig.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/liblnetconfig_la-cyaml.Plo rm -f ./.deps/liblnetconfig_la-liblnetconfig.Plo rm -f ./.deps/liblnetconfig_la-liblnetconfig_lnd.Plo rm -f ./.deps/liblnetconfig_la-liblnetconfig_netlink.Plo rm -f ./.deps/liblnetconfig_la-liblnetconfig_udsp.Plo rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lnet/utils/lnetconfig' make[5]: Entering directory '/root/lustre-release/lnet/utils' rm -rf .libs _libs rm -f routerstat lst lnetctl wirecheck rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lnet/utils' rm -f ./.deps/lnetctl.Po rm -f ./.deps/lst-lst.Po rm -f ./.deps/routerstat.Po rm -f ./.deps/wirecheck.Po rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lnet/utils' Making distclean in include make[4]: Entering directory '/root/lustre-release/lnet/include' Making distclean in lnet make[5]: Entering directory '/root/lustre-release/lnet/include/lnet' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lnet/include/lnet' Making distclean in uapi/linux/lnet make[5]: Entering directory '/root/lustre-release/lnet/include/uapi/linux/lnet' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lnet/include/uapi/linux/lnet' make[5]: Entering directory '/root/lustre-release/lnet/include' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lnet/include' rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lnet/include' Making distclean in autoconf make[4]: Entering directory '/root/lustre-release/lnet/autoconf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lnet/autoconf' make[4]: Entering directory '/root/lustre-release/lnet' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory '/root/lustre-release/lnet' rm -f autoMakefile make[3]: Leaving directory '/root/lustre-release/lnet' Making distclean in lustre make[3]: Entering directory '/root/lustre-release/lustre' Making distclean in include make[4]: Entering directory '/root/lustre-release/lustre/include' Making distclean in lustre make[5]: Entering directory '/root/lustre-release/lustre/include/lustre' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lustre/include/lustre' Making distclean in uapi/linux/lustre make[5]: Entering directory '/root/lustre-release/lustre/include/uapi/linux/lustre' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lustre/include/uapi/linux/lustre' make[5]: Entering directory '/root/lustre-release/lustre/include' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lustre/include' rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre/include' Making distclean in obdclass make[4]: Entering directory '/root/lustre-release/lustre/obdclass' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/obdclass' Making distclean in ldlm make[4]: Entering directory '/root/lustre-release/lustre/ldlm' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/ldlm' Making distclean in ptlrpc make[4]: Entering directory '/root/lustre-release/lustre/ptlrpc' Making distclean in gss make[5]: Entering directory '/root/lustre-release/lustre/ptlrpc/gss' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/lustre/ptlrpc/gss' make[5]: Entering directory '/root/lustre-release/lustre/ptlrpc' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers ldlm_*.c l_lock.c" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers ldlm_*.c l_lock.c rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lustre/ptlrpc' rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/ptlrpc' Making distclean in obdecho make[4]: Entering directory '/root/lustre-release/lustre/obdecho' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/obdecho' Making distclean in ec make[4]: Entering directory '/root/lustre-release/lustre/ec' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/ec' Making distclean in mgc make[4]: Entering directory '/root/lustre-release/lustre/mgc' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/mgc' Making distclean in fid make[4]: Entering directory '/root/lustre-release/lustre/fid' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/fid' Making distclean in fld make[4]: Entering directory '/root/lustre-release/lustre/fld' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/fld' Making distclean in doc make[4]: Entering directory '/root/lustre-release/lustre/doc' test -z "*.aux *.tex *.log *.pdf" || rm -f *.aux *.tex *.log *.pdf rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre/doc' Making distclean in utils make[4]: Entering directory '/root/lustre-release/lustre/utils' Making distclean in . make[5]: Entering directory '/root/lustre-release/lustre/utils' rm -f lfs test -z "" || rm -f test -z "liblustreapi.la " || rm -f liblustreapi.la rm -f ./so_locations rm -rf .libs _libs test -z " " || rm -f test -z "" || rm -f rm -f mount.lustre rm -f lctl l_getidentity llverdev llverfs lustre_rsync ll_decode_linkea llsom_sync l_foreign_symlink wirecheck wiretest lhsmtool_posix l_getsepol rm -f *.o rm -f gss/*.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "lustre.pc" || rm -f lustre.pc test . = "." || test -z "" || rm -f rm -f gss/.deps/.dirstamp rm -f gss/.dirstamp rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lustre/utils' Making distclean in gss make[5]: Entering directory '/root/lustre-release/lustre/utils/gss' rm -rf .libs _libs rm -f l_idmap rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/err_util.Po rm -f ./.deps/l_getauth-err_util.Po rm -f ./.deps/l_getauth-l_getauth.Po rm -f ./.deps/l_getauth-lgss_krb5_utils.Po rm -f ./.deps/l_getauth-lgss_null_utils.Po rm -f ./.deps/l_getauth-lgss_sk_utils.Po rm -f ./.deps/l_getauth-lgss_utils.Po rm -f ./.deps/l_getauth-lsupport.Po rm -f ./.deps/l_getauth-sk_utils.Po rm -f ./.deps/l_idmap.Po rm -f ./.deps/lgss_keyring-context.Po rm -f ./.deps/lgss_keyring-context_lucid.Po rm -f ./.deps/lgss_keyring-err_util.Po rm -f ./.deps/lgss_keyring-lgss_keyring.Po rm -f ./.deps/lgss_keyring-lgss_krb5_utils.Po rm -f ./.deps/lgss_keyring-lgss_null_utils.Po rm -f ./.deps/lgss_keyring-lgss_sk_utils.Po rm -f ./.deps/lgss_keyring-lgss_utils.Po rm -f ./.deps/lgss_keyring-lsupport.Po rm -f ./.deps/lgss_keyring-sk_utils.Po rm -f ./.deps/lgss_sk-err_util.Po rm -f ./.deps/lgss_sk-lgss_sk.Po rm -f ./.deps/lgss_sk-sk_utils.Po rm -f ./.deps/lsupport.Po rm -f ./.deps/lsvcgssd-cacheio.Po rm -f ./.deps/lsvcgssd-context.Po rm -f ./.deps/lsvcgssd-context_lucid.Po rm -f ./.deps/lsvcgssd-context_spkm3.Po rm -f ./.deps/lsvcgssd-err_util.Po rm -f ./.deps/lsvcgssd-gss_oids.Po rm -f ./.deps/lsvcgssd-gss_util.Po rm -f ./.deps/lsvcgssd-lsupport.Po rm -f ./.deps/lsvcgssd-sk_utils.Po rm -f ./.deps/lsvcgssd-svcgssd.Po rm -f ./.deps/lsvcgssd-svcgssd_main_loop.Po rm -f ./.deps/lsvcgssd-svcgssd_mech2file.Po rm -f ./.deps/lsvcgssd-svcgssd_proc.Po rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lustre/utils/gss' rm -f ./.deps/callvpe.Po rm -f ./.deps/check_iam.Po rm -f ./.deps/l_foreign_symlink.Po rm -f ./.deps/l_getidentity.Po rm -f ./.deps/l_getsepol.Po rm -f ./.deps/l_tunedisk-l_tunedisk.Po rm -f ./.deps/l_tunedisk-mount_utils.Po rm -f ./.deps/lctl-debug.Po rm -f ./.deps/lctl-lctl.Po rm -f ./.deps/lctl-lctl_thread.Po rm -f ./.deps/lctl-lsnapshot.Po rm -f ./.deps/lctl-lustre_cfg.Po rm -f ./.deps/lctl-lustre_lfsck.Po rm -f ./.deps/lctl-obd.Po rm -f ./.deps/lctl-portals.Po rm -f ./.deps/lfs-callvpe.Po rm -f ./.deps/lfs-lfs.Po rm -f ./.deps/lfs-lfs_project.Po rm -f ./.deps/lhsmtool_posix.Po rm -f ./.deps/libiam.Po rm -f ./.deps/liblustreapi_la-liblustreapi.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_chlg.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_fid.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_heat.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_hsm.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_ioctl.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_json.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_kernelconn.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_ladvise.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_layout.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_lease.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_lseek.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_mirror.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_nodemap.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_param.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_pcc.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_root.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_swap.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_util.Plo rm -f ./.deps/libmount_utils_ldiskfs.Plo rm -f ./.deps/libmount_utils_ldiskfs_a-libmount_utils_ldiskfs.Po rm -f ./.deps/libmount_utils_zfs.Plo rm -f ./.deps/libmount_utils_zfs_a-libmount_utils_zfs.Po rm -f ./.deps/ll_decode_filter_fid.Po rm -f ./.deps/ll_decode_linkea.Po rm -f ./.deps/llog_reader.Po rm -f ./.deps/llsom_sync.Po rm -f ./.deps/llverdev.Po rm -f ./.deps/llverfs.Po rm -f ./.deps/lr_reader.Po rm -f ./.deps/lshowmount.Po rm -f ./.deps/lustre_rsync.Po rm -f ./.deps/mkfs_lustre-mkfs_lustre.Po rm -f ./.deps/mkfs_lustre-mount_utils.Po rm -f ./.deps/mount_lustre-mount_lustre.Po rm -f ./.deps/mount_lustre-mount_utils.Po rm -f ./.deps/mount_lustre_tgt-mount_lustre.Po rm -f ./.deps/mount_lustre_tgt-mount_utils.Po rm -f ./.deps/nidlist.Po rm -f ./.deps/ofd_access_batch.Po rm -f ./.deps/ofd_access_log_reader.Po rm -f ./.deps/pid_file.Po rm -f ./.deps/tunefs_lustre-mkfs_lustre.Po rm -f ./.deps/tunefs_lustre-mount_utils.Po rm -f ./.deps/wirecheck-wirecheck.Po rm -f ./.deps/wiretest.Po rm -f gss/.deps/l_tunedisk-err_util.Po rm -f gss/.deps/l_tunedisk-sk_utils.Po rm -f gss/.deps/mkfs_lustre-err_util.Po rm -f gss/.deps/mkfs_lustre-sk_utils.Po rm -f gss/.deps/mount_lustre-err_util.Po rm -f gss/.deps/mount_lustre-sk_utils.Po rm -f gss/.deps/mount_lustre_tgt-err_util.Po rm -f gss/.deps/mount_lustre_tgt-sk_utils.Po rm -f gss/.deps/tunefs_lustre-err_util.Po rm -f gss/.deps/tunefs_lustre-sk_utils.Po rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre/utils' Making distclean in tests make[4]: Entering directory '/root/lustre-release/lustre/tests' Making distclean in mpi make[5]: Entering directory '/root/lustre-release/lustre/tests/mpi' rm -rf .libs _libs rm -f parallel_grouplock write_append_truncate createmany_mpi mdsrate write_disjoint cascading_rw rr_alloc rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/cascading_rw.Po rm -f ./.deps/createmany-mpi.Po rm -f ./.deps/lp_utils.Po rm -f ./.deps/mdsrate.Po rm -f ./.deps/parallel_grouplock.Po rm -f ./.deps/rr_alloc.Po rm -f ./.deps/write_append_truncate.Po rm -f ./.deps/write_disjoint.Po rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lustre/tests/mpi' Making distclean in lutf make[5]: Entering directory '/root/lustre-release/lustre/tests/lutf' Making distclean in src make[6]: Entering directory '/root/lustre-release/lustre/tests/lutf/src' rm -rf .libs _libs rm -Rf *.so *_wrap.c *.py *.i rm -f lutf rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/lutf-lutf.Po rm -f ./.deps/lutf-lutf_listener.Po rm -f ./.deps/lutf-lutf_python.Po rm -f Makefile make[6]: Leaving directory '/root/lustre-release/lustre/tests/lutf/src' make[6]: Entering directory '/root/lustre-release/lustre/tests/lutf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/lustre/tests/lutf' rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lustre/tests/lutf' Making distclean in iabf make[5]: Entering directory '/root/lustre-release/lustre/tests/iabf' rm -rf .libs _libs rm -f iabf rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/iabf-callvpe.Po rm -f ./.deps/iabf-iabf.Po rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lustre/tests/iabf' make[5]: Entering directory '/root/lustre-release/lustre/tests' rm -f mcreate statx rm -rf .libs _libs rm -f openunlink truncate directio writeme utime tchmod fsx test_brw sendfile createmany chownmany statmany multifstat createtest opendirunlink opendevunlink unlinkmany checkstat statone runas openfile smalliomany small_write multiop ll_sparseness_verify ll_sparseness_write mrename ll_dirstripe_verify openfilleddirunlink rename_many memhog euid_access rw_seq_cst_vs_drop_caches mmap_sanity writemany reads flocks_test flock_deadlock write_time_limit rwv lgetxattr_size_check checkfiemap listxattr_size_check check_fhandle_syscalls badarea_io llapi_layout_test orphan_linkea_check llapi_hsm_test group_lock_test llapi_fid_test sendfile_grouplock mmap_cat swap_lock_test lockahead_test mirror_io mmap_mknod_test create_foreign_file parse_foreign_file create_foreign_dir parse_foreign_dir check_fallocate splice-test lseek_test expand_truncate_test foreign_symlink_striping lov_getstripe_old io_uring_probe fadvise_dontneed_helper llapi_root_test aheadmany monitor_lustrefs rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lustre/tests' rm -f ./.deps/aheadmany.Po rm -f ./.deps/aiocp.Po rm -f ./.deps/badarea_io-badarea_io.Po rm -f ./.deps/check_fallocate.Po rm -f ./.deps/check_fhandle_syscalls.Po rm -f ./.deps/checkfiemap.Po rm -f ./.deps/checkstat.Po rm -f ./.deps/chownmany.Po rm -f ./.deps/create_foreign_dir.Po rm -f ./.deps/create_foreign_file.Po rm -f ./.deps/createmany.Po rm -f ./.deps/createtest.Po rm -f ./.deps/directio.Po rm -f ./.deps/euid_access.Po rm -f ./.deps/expand_truncate_test.Po rm -f ./.deps/fadvise_dontneed_helper.Po rm -f ./.deps/flock_deadlock.Po rm -f ./.deps/flocks_test.Po rm -f ./.deps/foreign_symlink_striping.Po rm -f ./.deps/fsx.Po rm -f ./.deps/group_lock_test.Po rm -f ./.deps/io_uring_probe.Po rm -f ./.deps/lgetxattr_size_check.Po rm -f ./.deps/listxattr_size_check.Po rm -f ./.deps/ll_dirstripe_verify.Po rm -f ./.deps/ll_sparseness_verify.Po rm -f ./.deps/ll_sparseness_write.Po rm -f ./.deps/llapi_fid_test.Po rm -f ./.deps/llapi_hsm_test.Po rm -f ./.deps/llapi_layout_test.Po rm -f ./.deps/llapi_root_test.Po rm -f ./.deps/lockahead_test.Po rm -f ./.deps/lov_getstripe_old.Po rm -f ./.deps/lseek_test.Po rm -f ./.deps/mcreate.Po rm -f ./.deps/memhog.Po rm -f ./.deps/mirror_io.Po rm -f ./.deps/mmap_cat.Po rm -f ./.deps/mmap_mknod_test.Po rm -f ./.deps/mmap_sanity.Po rm -f ./.deps/monitor_lustrefs.Po rm -f ./.deps/mrename.Po rm -f ./.deps/multifstat.Po rm -f ./.deps/multiop.Po rm -f ./.deps/opendevunlink.Po rm -f ./.deps/opendirunlink.Po rm -f ./.deps/openfile.Po rm -f ./.deps/openfilleddirunlink.Po rm -f ./.deps/openunlink.Po rm -f ./.deps/orphan_linkea_check.Po rm -f ./.deps/parse_foreign_dir.Po rm -f ./.deps/parse_foreign_file.Po rm -f ./.deps/reads.Po rm -f ./.deps/rename_many.Po rm -f ./.deps/runas.Po rm -f ./.deps/rw_seq_cst_vs_drop_caches.Po rm -f ./.deps/rwv.Po rm -f ./.deps/sendfile.Po rm -f ./.deps/sendfile_grouplock.Po rm -f ./.deps/small_write.Po rm -f ./.deps/smalliomany.Po rm -f ./.deps/splice-test.Po rm -f ./.deps/statmany.Po rm -f ./.deps/statone.Po rm -f ./.deps/statx.Po rm -f ./.deps/swap_lock_test.Po rm -f ./.deps/tchmod.Po rm -f ./.deps/test_brw.Po rm -f ./.deps/truncate.Po rm -f ./.deps/unlinkmany.Po rm -f ./.deps/utime.Po rm -f ./.deps/write_time_limit.Po rm -f ./.deps/writemany.Po rm -f ./.deps/writeme.Po rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre/tests' Making distclean in scripts make[4]: Entering directory '/root/lustre-release/lustre/scripts' Making distclean in systemd make[5]: Entering directory '/root/lustre-release/lustre/scripts/systemd' test -z "lnet.service" || rm -f lnet.service rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lustre/scripts/systemd' make[5]: Entering directory '/root/lustre-release/lustre/scripts' test -z "lc_modprobe lc_net lc_hb lc_cluman lc_md lc_lvm lustre_start lnet" || rm -f lc_modprobe lc_net lc_hb lc_cluman lc_md lc_lvm lustre_start lnet rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lustre/scripts' rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre/scripts' Making distclean in autoconf make[4]: Entering directory '/root/lustre-release/lustre/autoconf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre/autoconf' Making distclean in conf make[4]: Entering directory '/root/lustre-release/lustre/conf' Making distclean in resource make[5]: Entering directory '/root/lustre-release/lustre/conf/resource' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/lustre/conf/resource' make[5]: Entering directory '/root/lustre-release/lustre/conf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/lustre/conf' rm -f Makefile make[4]: Leaving directory '/root/lustre-release/lustre/conf' Making distclean in kunit make[4]: Entering directory '/root/lustre-release/lustre/kunit' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/kunit' Making distclean in ost make[4]: Entering directory '/root/lustre-release/lustre/ost' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/ost' Making distclean in mgs make[4]: Entering directory '/root/lustre-release/lustre/mgs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/mgs' Making distclean in mdt make[4]: Entering directory '/root/lustre-release/lustre/mdt' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/mdt' Making distclean in mdd make[4]: Entering directory '/root/lustre-release/lustre/mdd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/mdd' Making distclean in ofd make[4]: Entering directory '/root/lustre-release/lustre/ofd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/ofd' Making distclean in osd-zfs make[4]: Entering directory '/root/lustre-release/lustre/osd-zfs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/osd-zfs' Making distclean in osd-ldiskfs make[4]: Entering directory '/root/lustre-release/lustre/osd-ldiskfs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/osd-ldiskfs' Making distclean in quota make[4]: Entering directory '/root/lustre-release/lustre/quota' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/quota' Making distclean in osp make[4]: Entering directory '/root/lustre-release/lustre/osp' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/osp' Making distclean in lod make[4]: Entering directory '/root/lustre-release/lustre/lod' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/lod' Making distclean in target make[4]: Entering directory '/root/lustre-release/lustre/target' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/target' Making distclean in lfsck make[4]: Entering directory '/root/lustre-release/lustre/lfsck' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/lfsck' Making distclean in mdc make[4]: Entering directory '/root/lustre-release/lustre/mdc' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/mdc' Making distclean in lmv make[4]: Entering directory '/root/lustre-release/lustre/lmv' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/lmv' Making distclean in llite make[4]: Entering directory '/root/lustre-release/lustre/llite' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/llite' Making distclean in lov make[4]: Entering directory '/root/lustre-release/lustre/lov' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/lov' Making distclean in osc make[4]: Entering directory '/root/lustre-release/lustre/osc' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/lustre/osc' make[4]: Entering directory '/root/lustre-release/lustre' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory '/root/lustre-release/lustre' rm -f autoMakefile make[3]: Leaving directory '/root/lustre-release/lustre' Making distclean in cc-plugins make[3]: Entering directory '/root/lustre-release/cc-plugins' test -z "" || rm -f rm -rf .libs _libs rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/FindStatic.Plo rm -f Makefile make[3]: Leaving directory '/root/lustre-release/cc-plugins' Making distclean in config make[3]: Entering directory '/root/lustre-release/config' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/root/lustre-release/config' make[3]: Entering directory '/root/lustre-release' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile Rules lustre.spec lustre-dkms.spec lustre/kernel_patches/targets/5.14-rhel9.3.target lustre/kernel_patches/targets/5.14-rhel9.2.target lustre/kernel_patches/targets/5.14-rhel9.1.target lustre/kernel_patches/targets/5.14-rhel9.0.target lustre/kernel_patches/targets/4.18-rhel8.9.target lustre/kernel_patches/targets/4.18-rhel8.8.target lustre/kernel_patches/targets/4.18-rhel8.7.target lustre/kernel_patches/targets/4.18-rhel8.6.target lustre/kernel_patches/targets/4.18-rhel8.5.target lustre/kernel_patches/targets/4.18-rhel8.4.target lustre/kernel_patches/targets/4.18-rhel8.3.target lustre/kernel_patches/targets/4.18-rhel8.2.target lustre/kernel_patches/targets/4.18-rhel8.1.target lustre/kernel_patches/targets/4.18-rhel8.target lustre/kernel_patches/targets/3.10-rhel7.9.target lustre/kernel_patches/targets/3.10-rhel7.8.target lustre/kernel_patches/targets/3.10-rhel7.7.target lustre/kernel_patches/targets/3.10-rhel7.6.target lustre/kernel_patches/targets/3.10-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.6.target lustre/kernel_patches/targets/4.12-sles12sp4.target lustre/kernel_patches/targets/4.12-sles12sp5.target lustre/kernel_patches/targets/4.12-sles15sp1.target lustre/kernel_patches/targets/5.3-sles15sp2.target lustre/kernel_patches/targets/5.3-sles15sp3.target lustre/kernel_patches/targets/5.14-sles15sp4.target lustre/kernel_patches/targets/5.14-sles15sp5.target lustre/kernel_patches/targets/3.x-fc18.target lustre/kernel_patches/targets/5.10-oe2203.target lustre/kernel_patches/targets/5.10-oe2203sp1.target lustre/kernel_patches/targets/5.10-oe2203sp2.target" || rm -f Makefile Rules lustre.spec lustre-dkms.spec lustre/kernel_patches/targets/5.14-rhel9.3.target lustre/kernel_patches/targets/5.14-rhel9.2.target lustre/kernel_patches/targets/5.14-rhel9.1.target lustre/kernel_patches/targets/5.14-rhel9.0.target lustre/kernel_patches/targets/4.18-rhel8.9.target lustre/kernel_patches/targets/4.18-rhel8.8.target lustre/kernel_patches/targets/4.18-rhel8.7.target lustre/kernel_patches/targets/4.18-rhel8.6.target lustre/kernel_patches/targets/4.18-rhel8.5.target lustre/kernel_patches/targets/4.18-rhel8.4.target lustre/kernel_patches/targets/4.18-rhel8.3.target lustre/kernel_patches/targets/4.18-rhel8.2.target lustre/kernel_patches/targets/4.18-rhel8.1.target lustre/kernel_patches/targets/4.18-rhel8.target lustre/kernel_patches/targets/3.10-rhel7.9.target lustre/kernel_patches/targets/3.10-rhel7.8.target lustre/kernel_patches/targets/3.10-rhel7.7.target lustre/kernel_patches/targets/3.10-rhel7.6.target lustre/kernel_patches/targets/3.10-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.6.target lustre/kernel_patches/targets/4.12-sles12sp4.target lustre/kernel_patches/targets/4.12-sles12sp5.target lustre/kernel_patches/targets/4.12-sles15sp1.target lustre/kernel_patches/targets/5.3-sles15sp2.target lustre/kernel_patches/targets/5.3-sles15sp3.target lustre/kernel_patches/targets/5.14-sles15sp4.target lustre/kernel_patches/targets/5.14-sles15sp5.target lustre/kernel_patches/targets/3.x-fc18.target lustre/kernel_patches/targets/5.10-oe2203.target lustre/kernel_patches/targets/5.10-oe2203sp1.target lustre/kernel_patches/targets/5.10-oe2203sp2.target test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[3]: Leaving directory '/root/lustre-release' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f autoMakefile make[2]: Leaving directory '/root/lustre-release' rm -rf debian/substvars debian/*.bak debian/*~ *~ *-stamp ls -d debian/lustre-*-modules-* | grep -v _KVERS_ | grep -v dkms | xargs rm -f || true # only remove this if the clean was not called from kdist_clean if [ "$MA_SOURCE_PKG" = "" ]; then \ rm -rf debian/m-a_root; \ fi dh_clean # make sure we have at least a basic control in place (see build-stamp) rm -f debian/control cp debian/control.main debian/control make[1]: Leaving directory '/root/lustre-release' dpkg-source -I.git -I*.out[0-9]* -I*.swp -b . dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'lustre-release' is not - 'lustre-2.15.62-59-g25d44d3' dpkg-source: info: using source format '1.0' dpkg-source: info: building lustre in lustre_2.15.62-59-g25d44d3-1.tar.gz dpkg-source: info: building lustre in lustre_2.15.62-59-g25d44d3-1.dsc debian/rules build make[1]: Entering directory '/root/lustre-release' dpatch apply-all -v touch patch-stamp # see if any patches requires us to run autogen # (for a distribution release tarball, it is expected that if # downstream adds any patches that requires autogen.sh to be # run, a patch will be added by downstream to install the # needed autogen.sh scripts # see https://bugzilla.lustre.org/attachment.cgi?id=27156 # for an example) if grep -e "^--- .*\/autoconf\/" \ -e "^--- .*\/autoMakefile\.am" \ -e "^--- .*\/Makefile\.am" \ -e "^--- .*\/configure\.ac" \ -e "^--- .*\/configure\.in" \ debian/patches/*; then \ if [ ! -f build/autogen.sh ]; then \ echo "You have patches which require autogen.sh to be run, but it doesn't exist"; \ echo "Please see https://bugzilla.lustre.org/attachment.cgi?id=27156"; \ exit 1; \ fi; \ cp /usr/share/misc/config.sub config.sub; \ cp /usr/share/misc/config.sub ldiskfs/config.sub; \ cp /usr/share/misc/config.guess config.guess; \ cp /usr/share/misc/config.guess ldiskfs/config.guess; \ bash build/autogen.sh; \ fi; \ touch autogen-stamp grep: debian/patches/*: No such file or directory dh_testdir # touch files to same date, to avoid auto* find . -type f -print0 | xargs -0 touch -r COPYING; \ if [ "." != "." ]; then \ mkdir -p ./build ./lustre/contrib; \ cp build/Makefile ./build/; \ fi # Determine flags that are different between server/client module builds echo "Enabled Build Profiles: ${DEB_BUILD_PROFILES}" Enabled Build Profiles: noudeb client ext_o2ib int_o2ib nogss systemd pinger checksum flock lru-resize nomindf fail-alloc noinvariants nolu_ref nopgstate-track libcfs-cdebug libcfs-trace libcfs-assert nopanic_dumplog readline libpthread backoff noefence if echo "${DEB_BUILD_PROFILES}" | grep -q "server"; then \ export EXTRAFLAGS="--enable-server"; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "systemd"; then \ systemd_dir=$(echo ${SYSTEMD_OPTIONS} | sed -e "s/--with-systemdsystemunitdir=\///g" -e "s/\//\\\\\//g"); \ sed "s/lib\/systemd\/system/${systemd_dir}/g" \ debian/lustre-server-utils.install.in \ > debian/lustre-server-utils.install; \ else \ sed /systemd/d debian/lustre-server-utils.install.in \ > debian/lustre-server-utils.install; \ fi; \ else \ export EXTRAFLAGS="--disable-server"; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "systemd"; then \ systemd_dir=$(echo ${SYSTEMD_OPTIONS} | sed -e "s/--with-systemdsystemunitdir=\///g" -e "s/\//\\\\\//g"); \ sed "s/lib\/systemd\/system/${systemd_dir}/g" \ debian/lustre-client-utils.install.in \ > debian/lustre-client-utils.install; \ else \ sed /systemd/d debian/lustre-client-utils.install.in \ > debian/lustre-client-utils.install; \ fi; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "zfs"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --with-zfs=${ZFS_SRC} --with-spl=${SPL_SRC}"; \ else \ export EXTRAFLAGS="${EXTRAFLAGS} --without-zfs" ; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "ldiskfs"; then \ export EXTRAFLAGS="${EXTRAFLAGS} \ --enable-ldiskfs --enable-quilt"; \ else \ export EXTRAFLAGS="${EXTRAFLAGS} --disable-ldiskfs"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "multiple-lnds"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --enable-multiple-lnds"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "ext_o2ib"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --with-o2ib=${O2IB_SRC}"; \ elif echo "${DEB_BUILD_PROFILES}" | grep -q "int_o2ib"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --with-o2ib=yes"; \ else \ export EXTRAFLAGS="${EXTRAFLAGS} --with-o2ib=no"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "gnilnd"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --enable-gni"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "kfilnd"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --with-kfi=/usr/src/kfabric"; \ fi; \ options="gss crypto pinger checksum flock lru-resize"; \ options="${options} mindf fail-alloc invariants lu_ref pgstate-track"; \ options="${options} libcfs-cdebug libcfs-trace libcfs-assert"; \ options="${options} panic_dumplog readline libpthread"; \ options="${options} backoff gni efence"; \ for option in ${options}; do \ if echo "${DEB_BUILD_PROFILES}" | grep -qw "${option}"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --enable-${option}"; \ elif echo "${DEB_BUILD_PROFILES}" | grep -qw "no${option}"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --disable-${option}"; \ fi; \ done; \ if [ -f "${CONFIG_CACHE_FILE}" ]; then \ export TMP_CACHE_FILE=$(mktemp); \ sed -e "/ac_cv_env/d" \ -e "/am_cv_CC_dependencies_compiler_type/d" \ -e "/lb_cv_mpi_tests/d" \ "${CONFIG_CACHE_FILE}" > ${TMP_CACHE_FILE}; \ export EXTRAFLAGS="${EXTRAFLAGS} --cache-file=${TMP_CACHE_FILE}"; \ fi; \ echo "Final value of EXTRAFLAGS: ${EXTRAFLAGS}"; \ ( cd . && \ ./configure --disable-dependency-tracking \ --with-linux=${KERNEL_SRC} \ --with-linux-obj=${KERNEL_OBJ} \ --enable-quota \ ${EXTRAFLAGS} \ --with-o2ib=no --with-systemdsystemunitdir=/usr/lib/systemd/system \ ); \ touch configure-stamp Final value of EXTRAFLAGS: --disable-server --without-zfs --disable-ldiskfs --with-o2ib= --disable-gss --enable-pinger --enable-checksum --enable-flock --enable-lru-resize --disable-mindf --enable-fail-alloc --disable-invariants --disable-lu_ref --disable-pgstate-track --enable-libcfs-cdebug --enable-libcfs-trace --enable-libcfs-assert --disable-panic_dumplog --enable-readline --enable-libpthread --enable-backoff --disable-efence checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking dependency style of gcc... none checking for ar... ar checking for ranlib... ranlib checking for ld... ld checking for objdump... objdump checking for strip... strip checking size of unsigned long long... 8 checking for -Wno-format-truncation support... yes checking for -Wno-stringop-truncation support... yes checking for -Wno-stringop-overflow support... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for file... file checking for objdump... (cached) objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for flex... /usr/bin/flex checking for bison... /usr/bin/bison checking for rpmbuild... no checking for pkg-config... /usr/bin/pkg-config checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: Lustre base checks ============================================================================== checking whether to configure just enough for make dist... no checking if this distro uses dpkg... yes checking whether to use OSD addon... no checking whether to build Lustre docs... no checking whether to build Lustre manpages... yes checking whether to build Lustre utilities... yes checking whether to build Lustre tests... yes checking for python3... /usr/bin/python3 checking for a version of Python >= '3.6.0'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python3.12 checking for Python library path... -L/usr/lib/x86_64-linux-gnu -lpython3.12 checking for Python site-packages path... /usr/lib/python3/dist-packages checking python extra libraries... -ldl -lm checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions checking consistency of all components of python development environment... yes checking for swig... /usr/bin/swig checking SWIG version... 4.2.0 checking for SWIG library... /usr/share/swig4.0 checking whether to build LUTF (LNet Unit Test Framework)... yes checking whether to build Lustre client support... yes checking whether mpitests can be built... yes checking whether to build Linux kernel modules... yes (linux-gnu) find: '/usr/src/kernels/': No such file or directory checking for Linux sources... /usr/src/linux-headers-6.8.0-31-generic checking for /usr/src/linux-headers-6.8.0-31-generic... yes checking for Linux objects... /usr/src/linux-headers-6.8.0-31-generic checking for /usr/src/linux-headers-6.8.0-31-generic/.config... yes checking for /boot/kernel.h... no checking for /var/adm/running-kernel.h... no checking for /usr/src/linux-headers-6.8.0-31-generic/include/generated/autoconf.h... yes checking for /usr/src/linux-headers-6.8.0-31-generic/include/linux/version.h... no checking for /usr/src/linux-headers-6.8.0-31-generic/include/generated/uapi/linux/version.h... yes checking for /usr/src/linux-headers-6.8.0-31-generic/include/linux/kconfig.h... yes checking for external module build target... M54 checking for compiler version text... yes checking that modules can be built at all... yes checking for Linux kernel utsrelease... 6.8.0-31-generic checking for RedHat kernel release number... checking if Linux kernel was built with CONFIG_SUSE_KERNEL... no checking for Ubuntu kernel signature... yes checking for Linux kernel module package directory... updates/kernel checking for the name of module symbol version file... Module.symvers checking if Linux kernel module loading is possible... yes configure: LibCFS kernel checks ============================================================================== checking whether to use tunable 'panic_dumplog' support... no checking if Linux kernel exports 'kset_find_obj'... yes checking if Linux kernel exports 'save_stack_trace_tsk'... no checking if Linux kernel exports '__genradix_ptr'... yes checking if Linux kernel exports 'kallsyms_lookup_name'... no configure: LNet kernel checks ============================================================================== checking whether to enable tunable backoff TCP support... yes checking if Linux kernel has tunable backoff TCP support... no checking if external o2iblnd needs to use Compat RDMA... no checking whether to enable GNI lnd... no configure: Lustre kernel checks ============================================================================== checking whether to enable Lustre pinger support... yes checking whether to enable data checksum support... yes checking whether to enable flock by default... yes checking whether to enable lru self-adjusting... yes checking whether to enable gss support... no checking for name_to_handle_at... yes checking for copy_file_range... yes checking whether OpenSSL has HMAC_Init_ex... no checking whether OpenSSL has FIPS_mode... no checking whether OpenSSL has EVP_PKEY_get_params... yes checking whether OpenSSL has functions needed for SSK... checking whether openssl-devel is present... yes checking if Linux kernel exports 'new_sync_read'... no checking if Linux kernel exports 'default_file_splice_read'... no checking if Linux kernel exports 'account_page_dirtied'... no configure: building 4 linux kernel compile tests for 'early' configure: KBUILD_MODPOST_NOFINAL="yes" make modules CC="gcc" -k -j1 -C /usr/src/linux-headers-6.8.0-31-generic M=/root/lustre-release/_lpb CONFIG_CC_VERSION_TEXT='gcc..Ubuntu.13.2.0-23ubuntu4..13.2.0' checking if 'lockdep_is_held()' uses const argument... yes checking for linux header linux/wait_bit.h... yes checking for linux header linux/blk-integrity.h... yes checking if mmap_lock API is available... yes configure: building 279 linux kernel compile tests for 'lustre' configure: KBUILD_MODPOST_NOFINAL="yes" make modules CC="gcc" -k -j1 -C /usr/src/linux-headers-6.8.0-31-generic M=/root/lustre-release/_lpb CONFIG_CC_VERSION_TEXT='gcc..Ubuntu.13.2.0-23ubuntu4..13.2.0' checking if Linux kernel was built with CONFIG_MODULES... yes checking if Linux kernel was built with CONFIG_MODVERSIONS... yes checking does function 'ktime_get_ts64' exist... yes checking does function 'prepare_to_wait_event' exist... yes checking does 'struct kernel_param_ops' exist... yes checking does function 'ktime_add' exist... yes checking does function 'ktime_after' exist... yes checking does function 'ktime_before' exist... yes checking does function 'ktime_compare' exist... yes checking shrinker has 'count_objects'... yes checking does function 'match_wildcard' exist... yes checking if enum mapping_flags has AS_EXITING flag... yes checking if iov_iter has member type... no checking does 'glob_match()' exist... yes checking does function 'hlist_add_after' exist... no checking does 'struct timespec64' exist... yes checking does function 'ktime_get_ns' exist... yes checking does function 'ktime_get_real_ts64' exist... yes checking does function 'ktime_get_real_ts64' exist... yes checking does function 'ktime_get_real_ns' exist... yes checking does function 'ktime_to_timespec64' exist... yes checking does function 'timespec64_sub' exist... yes checking does function 'timespec64_to_ktime' exist... yes checking does function 'ktime_get_seconds' exist... yes checking does function 'wait_woken' exist... yes checking does function 'ktime_ms_delta' exist... yes checking does function 'kernel_param_unlock' exist... yes checking if kernel strscpy is available... yes checking does function 'topology_sibling_cpumask' exist... yes checking if Linux kernel has 'kstrtobool_from_user'... yes checking if struct genl_ops has start callback... yes checking does crypto hash helper functions exist... yes checking if 'rhashtable_replace_fast' exists... yes checking kernel has fixed hash_64()... no checking if 'struct stacktrace_ops' address function returns an int... no checking if 'get_user_pages()' takes 6 arguments... no checking for linux header linux/stringhash.h... yes checking if internal '__rhashtable_insert_fast()' returns int... no checking if 'rhashtable_walk_init' has 3 args... no checking if NR_ZONE_WRITE_PENDING is available... yes checking if 'rhashtable_lookup' exist... yes checking does 'struct rhltable' exist... yes checking if 'struct stacktrace_ops' exists... no checking if 'get_user_pages()' takes gup_flags in arguments... no checking if 'rhashtable_walk_enter' exists... yes checking if libcfs supports CPU hotplug state machine... yes checking if Netlink supports netlink_ext_ack... yes checking if 'rhashtable_lookup_get_insert_fast' exist... yes checking for linux header linux/sched/signal.h... yes checking if 'kref_read' exists... yes checking if 'rht_bucket_var' exists... yes checking if 'cpus_read_unlock' exist... yes checking for linux header linux/processor.h... yes checking if linux wait_queue_head list_head is named head... yes checking if struct wait_bit_queue_entry exists... yes checking for linux header linux/refcount.h... yes checking if memalloc_noreclaim_{save,restore} exist... yes checking if 'nla_strdup()' exists... yes checking if 'wait_queue_entry_t' exists... yes checking if DEFINE_TIMER takes only 2 arguments... yes checking if 'kernel_write' matches other read/write helpers... yes checking if 'kernel_read()' has loff_t *pos as last parameter... yes checking if 'bitmap_to_arr32()' exist... yes checking if setup_timer has been replaced with timer_setup... yes checking does 'ns_to_timespec64()' exist... yes checking if 'wait_var_event' exist... yes checking if Linux bitmap memory management exist... yes checking if 'clear_and_wake_up_bit' exist... yes checking if 'tcp_sock_set_nodelay()' exists... yes checking if 'tcp_sock_set_keepidle()' exists... yes checking if page cache uses Xarray... yes checking if Netlink dump handlers support ext_ack... yes checking if iov_iter_type exists... yes checking if totalram_pages is a function... yes checking if get_request_key_auth() is available... yes checking does struct kobj_type have 'default_groups' member... yes checking if uid_keyring exists... checking for user_uid_keyring_exists... no checking if lookup_user_key() is available... yes checking if struct cache_detail has writers... yes checking if struct genl_dumpit_info has family field... no checking if struct proc_ops exists... yes checking if 'tcp_sock_set_quickack()' exists... yes checking if 'tcp_sock_set_keepintvl()' exists... yes checking if 'tcp_sock_set_keepcnt()' exists... yes checking if ip6_sock_set_addr_preferences() exists... yes checking if ip_sock_set_tos() exists... yes checking if __vmalloc has 2 args... yes checking if NR_UNSTABLE_NFS still in use... no checking if kernel_setsockopt still in use... no checking if KEY_NEED_UNLINK exists... yes checking if security_release_secctx has 1 arg... yes checking if kfree_sensitive() is available... yes checking for linux header crypto/sha2.h... yes checking if list_cmp_func_t type is defined... yes checking if 'nla_strlcpy()' still exists... no checking Is linux/fortify-string.h header available... yes checking for linux header crypto/internal/cipher.h... yes checking if task_is_running() is defined... yes checking for linux header linux/stdarg.h... yes checking for linux header linux/panic_notifier.h... yes checking does function 'param_set_uint_minmax' exist... yes checking does function 'pde_data' exist... yes checking does bio_alloc() takes a struct block_device... yes checking is timer_delete_sync() available... yes checking is timer_delete() available... yes checking (external) if 'rdma_create_id' wants four args... (cached) unused checking (in-kernel) if 'rdma_create_id' wants four args... (cached) unused checking (external) if 'rdma_create_id' wants five args... (cached) unused checking (in-kernel) if 'rdma_create_id' wants five args... (cached) unused checking (external) if 'struct ib_cq_init_attr' is used by ib_create_cq... (cached) unused checking (in-kernel) if 'struct ib_cq_init_attr' is used by ib_create_cq... (cached) unused checking (external) if 'ib_alloc_fast_reg_mr' exists... (cached) unused checking (in-kernel) if 'ib_alloc_fast_reg_mr' exists... (cached) unused checking (external) if 'ib_get_dma_mr' exists... (cached) unused checking (in-kernel) if 'ib_get_dma_mr' exists... (cached) unused checking (external) if 'struct ib_rdma_wr' is defined... (cached) unused checking (in-kernel) if 'struct ib_rdma_wr' is defined... (cached) unused checking (external) if 'ib_map_mr_sg' with 4 args exists... (cached) unused checking (in-kernel) if 'ib_map_mr_sg' with 4 args exists... (cached) unused checking (external) if struct ib_reg_wr exists... (cached) unused checking (in-kernel) if struct ib_reg_wr exists... (cached) unused checking (external) if 'ib_map_mr_sg()' with 5 args exists... (cached) unused checking (in-kernel) if 'ib_map_mr_sg()' with 5 args exists... (cached) unused checking (external) if 'struct ib_device' has member 'attrs'... (cached) unused checking (in-kernel) if 'struct ib_device' has member 'attrs'... (cached) unused checking (external) if 2arg 'ib_alloc_pd' exists... (cached) unused checking (in-kernel) if 2arg 'ib_alloc_pd' exists... (cached) unused checking (external) if function 'ib_inc_rkey' is defined... (cached) unused checking (in-kernel) if function 'ib_inc_rkey' is defined... (cached) unused checking (external) if 'ib_post_send() and ib_post_recv()' have const parameters... (cached) unused checking (in-kernel) if 'ib_post_send() and ib_post_recv()' have const parameters... (cached) unused checking (external) if if ib_dma_map_sg() is sane... (cached) unused checking (in-kernel) if if ib_dma_map_sg() is sane... (cached) unused checking (external) if struct ib_device_ops is defined... (cached) unused checking (in-kernel) if struct ib_device_ops is defined... (cached) unused checking (external) if ib_sg_dma_address wrapper exists... (cached) unused checking (in-kernel) if ib_sg_dma_address wrapper exists... (cached) unused checking (external) if 4arg 'rdma_reject' exists... (cached) unused checking (in-kernel) if 4arg 'rdma_reject' exists... (cached) unused checking (external) if FMR pools API available... (cached) unused checking (in-kernel) if FMR pools API available... (cached) unused checking (external) if 'rdma_connect_locked' exists... (cached) unused checking (in-kernel) if 'rdma_connect_locked' exists... (cached) unused checking if 'sk_data_ready' takes only one argument... yes checking if 'sock_create_kern' first parameter is net... yes checking if 'ethtool_link_settings' exists... yes checking if hypervisor_is_type function is available... yes checking if Oracle OFED Extensions are enabled... no checking if 'getname' has two args... yes checking if 'in_dev_for_each_ifa_rtnl' is defined... yes checking if Linux kernel enabled CONFIG_FHANDLE as built-in or module... yes checking if Linux kernel enabled CONFIG_FS_POSIX_ACL as built-in or module... yes checking if get_projid exists... yes checking if 'address_space_operations.invalidatepage' requires 3 arguments... no checking if 'dir_context' exist... yes checking if 'd_compare' taken 5 arguments... no checking if 'd_count' exists... yes checking if list 'dentry.d_u.d_alias' exist... no checking if hlist 'dentry.d_u.d_alias' exist... yes checking if 'dentry.d_child' exist... no checking if 'struct nsproxy' has 'pid_ns_for_children'... yes checking if 'truncate_pagecache' with 'old_size' parameter... no checking if 'PTR_ERR_OR_ZERO' is missing... yes checking if 'struct kiocb' with 'ki_left' member... no checking if register_shrinker() returns status... no checking if Linux kernel has 'vfs_rename' with 5 args... no checking if Linux kernel has 'vfs_unlink' with 3 args... no checking if 'd_is_positive' exist... yes checking if Linux kernel has struct bvec_iter... yes checking if Linux kernel has truncate_inode_pages_final... yes checking if 'inode_operations->rename' taken flags as argument... no checking if 'inode_operations' has '.set_acl' member function... yes checking if Linux kernel has 'vfs_rename' with 6 args... no checking if direct IO uses iov_iter... no checking if 'iov_iter_init' takes a tag... yes checking if 'iov_iter_truncate' exists... yes checking if 'file_operations.read|write_iter' exist... yes checking if 'pagecache_get_page' exists... yes checking if 'blk_integrity.interval' exist... no checking if struct key_match field exist... yes checking if struct blk_integrity_iter exist... yes checking if percpu_counter_init uses GFP_* flag as argument... yes checking if filldir_t uses struct dir_context... no checking if struct kiocb has ki_nbytes field... no checking if 'quotactl_ops.set_dqblk' takes struct qc_dqblk... yes checking if kernel has exported aio_complete()... no checking if kernel has is_root_inode()... yes checking if struct address_space has backing_dev_info... no checking if iov_iter_rw exist... yes checking if Linux kernel has __bi_cnt in struct bio... yes checking if 'bio_endio' with one argument exist... yes checking if symlink inode operations have struct nameidata argument... no checking if 'account_page_dirtied' with 3 args exists... no checking if crypto_alloc_skcipher is defined... yes checking if 'blk_integrity.interval_exp' exist... yes checking if 'bio_integrity_payload.bip_iter' exist... yes checking if 'struct cache_head' has 'cache_list' field... yes checking if 'struct xattr_handler' functions pass in handler pointer... no checking if 'locks_lock_file_wait' exists... no checking if 'struct key' has 'payload.data' as an array... yes checking if 'struct xattr_handler' has a name member... yes checking if Linux kernel has bi_opf in struct bio... yes checking if submit_bio takes two arguments... no checking if kernel has clean_bdev_aliases... yes checking if Linux kernel has 'file_dentry'... yes checking if 'inode_lock' is defined... yes checking if 'iop' has 'get_link'... yes checking if 'in_compat_syscall' is defined... yes checking if 'struct xattr_handler' functions have inode parameter... no checking if 'lock_page_memcg' is defined... no checking if down_write_killable exists... yes checking if 'd_in_lookup' is defined... yes checking if dentry operations supports 'd_init'... yes checking if '->direct_IO()' takes 2 arguments... yes checking if 'generic_write_sync()' takes 2 arguments... yes checking if 'file_operations' has 'iterate_shared'... yes checking if 'posix_acl_valid' takes 'struct user_namespace'... yes checking if 'd_compare' taken 4 arguments... yes checking if 'full_name_hash' taken 3 arguments... yes checking if 'struct posix_acl_xattr_{header,entry}' defined... yes checking if 'inode_operations' has {get,set,remove}xattr members... no checking if 'struct group_info' has member 'gid'... yes checking if '__vfs_setxattr' helper is available... no checking if 'posix_acl_update_mode' exists... no checking if 'struct backing_dev_info' has 'io_pages' field... yes checking if 'generic_readlink' still exist... no checking if 'struct vm_fault' replaced virtual_address with address field... yes checking if 'inode_operations' getattr member can gather advance stats... no checking if 'struct vm_operations' removed struct vm_area_struct... yes checking if 'key.usage' is refcount_t... yes checking if 'CRYPTO_MAX_ALG_NAME' is 128... yes checking for linux header linux/fsmap.h... yes checking if 'percpu_counter_add_batch()' exists... yes checking if CURRENT_TIME has been replaced with current_time... yes checking if 'super_setup_bdi_name' exist... yes checking if 'bi_status' exist... yes checking if 'bio_integrity_prep_fn' returns bool... yes checking if get_inode_usage exists... yes checking if 'pagevec_init' takes one parameter... no checking if 'bi_bdev' exist... yes checking if interval_trees use rb_tree_cached... yes checking if vm_fault_t type exists... yes checking if VM_FAULT_RETRY is defined... yes checking if struct address_space has i_pages... yes checking if 'alloc_file_pseudo' is defined... yes checking if inode timestamps are struct timespec64... no checking if 'radix_tree_tag_set' exists... yes checking if MS_RDONLY was moved to uapi/linux/mount.h... yes checking if cache_detail->hash_lock is a spinlock... yes checking if struct genl_family has resv_start_op member... yes checking if bvec_iter_all exists for multi-page bvec iternation... yes checking if 'keyring_search' has 4 args... yes checking if struct bio has bi_phys_segments member... no checking if Linux kernel exports 'flush_delayed_fput'... yes checking if lock_manager_operations has lm_compare_owner... no checking if fscrypt has 'struct fscrypt_digested_name'... no checking if fscrypt_dummy_context_enabled() exists... no checking if have kthread_use_mm... yes checking if iter_file_splice_write() exists... yes checking if fscrypt_fname_alloc_buffer() removed inode parameter... yes checking if 'fscrypt_set_context()' exists... yes checking if Linux kernel exports 'fscrypt_d_revalidate'... yes checking if struct fscrypt_name has is_nokey_name field... yes checking if fscrypt_set_test_dummy_encryption() take 'const char' parameter... no checking if fscrypt_free_dummy_policy() exists... yes checking if 'struct backing_dev_info' has 'debug_stats' field... no checking if fscrypt_is_no_key_name() exists... yes checking if fscrypt_prepare_readdir() exists... yes checking if 'bio_set_dev' is available... yes checking if 'inode_operations' members have user namespace argument... no checking if 'inode_operations' has fileattr_get (and fileattr_set)... yes checking if have copy_page_from_iter_atomic... yes checking if 'get_acl' has a rcu argument... no checking if 'get_acl' has a rcu argument... (cached) no checking if have address_space have invalidate_lock member... yes checking if have fault_in_iov_iter_readable... yes checking if security_dentry_init_security() returns xattr name... no checking if kiocb->ki_complete() has 2 arguments... yes checking if Linux kernel exports 'delete_from_page_cache'... no checking if wb_stat_mod() exists... yes checking if have address_spaace_operaions->invalidate_folio() member... yes checking if have address_spaace_operaions->dirty_folio() member... yes checking if alloc_inode_sb() exists... yes checking if grab_cache_page_write_begin() has flags argument... no checking if struct address_space_operations() has read_folio()... yes checking if read_cache_page() filler_t needs struct file... yes checking if struct address_space_operations() has release_folio()... yes checking if lsmcontext_init is available... no checking if security_dentry_init_security needs lsmcontext... yes checking if no_llseek() is available... no checking if dquot_transfer() has user_ns argument... no checking if struct address_space_operations() has migrate_folio()... yes checking if register_shrinker() returns status... no checking if vfs_setxattr() value argument is non-const... no checking if iov_iter_get_pages_alloc2() is available... yes checking if get_random_u32() and get_random_u64() are available... yes checking if filldir_t uses struct dir_context and returns bool... yes checking if filemap_get_folios_contig() is available... yes checking if get_random_u32_below()is available... yes checking if 'get_acl' and 'set_acl' use dentry argument... yes checking if 'inode_operations' members have mnt_idmap argument... yes checking if 'locks_lock_file_wait' exists in filelock.h... yes checking if 'kernel_cap_t' has u64 val... yes checking if 'folio_batch_reinit' is available... yes checking if 'iov_iter_iovec' is available... no checking if 'iov_iter_iovec' is available... yes checking if 'class_create' does not have module arg... yes checking if 'filemap_splice_read' is available... yes checking if enum iter_type has member 'iter_pipe'... no checking if get_user_pages removed 'vma' parameter... yes checking if 'struct folio_batch' is available... yes checking if 'struct pagevec' is available... yes checking if 'flush_scheduled_work()' throws warning... yes checking if 'inode_get_ctime()' exists... yes checking if 'mmap_write_trylock()' is available... no checking if 'generic_fillattr()' has request_mask argument... yes checking if 'struct nsproxy.count' is refcount_t... yes checking if 'inode_get_mtime()' exists... yes checking if 'shrinker_alloc()' exists... yes checking if sruct dentry has d_children member... yes checking if generic_error_remove_folio() exists... yes checking if lsmcontext has id... yes checking if 'bio_integrity_prep_fn' exists... no checking whether to build ldiskfs... no checking whether to enable zfs... no checking whether to build Lustre server support... no checking whether to enable Lustre client crypto... checking if IS_ENCRYPTED is defined... yes checking for fscrypt in-kernel support... yes embedded-llcrypt checking for copy_file_range... (cached) yes checking whether OpenSSL has HMAC_Init_ex... no checking whether OpenSSL has FIPS_mode... no checking whether OpenSSL has EVP_PKEY_get_params... yes checking whether OpenSSL has functions needed for SSK... checking whether openssl-devel is present... yes checking whether to build l_getsepol... yes checking if 'struct getinfo_fid2path' has anonymous union... no checking for libaio.h... no configure: WARNING: libaio is not installed on the system checking for name_to_handle_at... (cached) yes checking whether to enable CDEBUG, CWARN... yes checking whether to enable ENTRY/EXIT... yes checking whether to enable LASSERT, LASSERTF... yes checking whether to enable quota support global control... yes checking for sys/quota.h... yes checking for libmount/libmount.h... yes checking for mnt_update_set_fs in -lmount... yes checking whether to build with libmount... yes checking whether to build iokit... yes checking whether to use alternate names for e2fsprogs... disabled configure: LibCFS core checks ============================================================================== checking for netdb.h... yes checking for asm/types.h... yes checking for endian.h... yes configure: LibCFS required packages checks ============================================================================== checking whether to enable readline support... yes checking for readline in -lreadline... yes checking whether to use libpthread for libcfs library... yes checking for pthread_create in -lpthread... yes configure: LNet core checks ============================================================================== checking cuda source directory... Not found checking gds source directory... Not found configure: WARNING: CUDA or GDS sources not found. GDS support disabled checking for libnl-genl-3.0 >= 3.1... yes checking for nla_get_s32 in -lnl-3... yes checking for nla_get_s64 in -lnl-3... yes checking for netdb.h... (cached) yes checking for strnlen... no checking whether to enable 'efence' debugging support... no checking for yaml_parser_initialize in -lyaml... yes checking if RDMA_PS_TCP exists... checking if 'enum nlmsgerr_attrs' exists... configure: Lustre core checks ============================================================================== checking for maximum number of MDS threads... checking for netdb.h... (cached) yes checking for endian.h... (cached) yes checking for ext2fs/ext2fs.h... no checking for statx... yes checking for crc32 in -lz... yes checking for zlib.h... yes checking for is_selinux_enabled in -lselinux... yes checking for selinux/selinux.h... yes checking for add_key in -lkeyutils... yes checking whether to report minimum OST free space... no checking whether to randomly failing memory alloc... yes checking whether to check invariants (expensive cpu-wise)... no checking whether to track references with lu_ref... no checking whether to enable page state tracking... checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking systemd unit file directory... /usr/lib/systemd/system checking bash-completion directory... /usr/share/bash-completion/completions configure: remove temporary parallel configure dir /root/lustre-release/_lpb checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libcfs/Makefile config.status: creating libcfs/autoMakefile config.status: creating libcfs/autoconf/Makefile config.status: creating libcfs/include/Makefile config.status: creating libcfs/include/libcfs/Makefile config.status: creating libcfs/include/uapi/Makefile config.status: creating libcfs/include/libcfs/linux/Makefile config.status: creating libcfs/include/libcfs/util/Makefile config.status: creating libcfs/include/libcfs/crypto/Makefile config.status: creating libcfs/include/uapi/linux/Makefile config.status: creating libcfs/libcfs/Makefile config.status: creating libcfs/libcfs/autoMakefile config.status: creating libcfs/libcfs/linux/Makefile config.status: creating libcfs/libcfs/util/Makefile config.status: creating libcfs/libcfs/crypto/Makefile config.status: creating Makefile config.status: creating autoMakefile config.status: creating config/Makefile config.status: creating Rules config.status: creating lustre.spec config.status: creating lustre-dkms.spec config.status: creating ldiskfs/Makefile config.status: creating ldiskfs/autoMakefile config.status: creating lustre/utils/lustre.pc config.status: creating lustre-iokit/Makefile config.status: creating lustre-iokit/obdfilter-survey/Makefile config.status: creating lustre-iokit/ost-survey/Makefile config.status: creating lustre-iokit/sgpdd-survey/Makefile config.status: creating lustre-iokit/mds-survey/Makefile config.status: creating lustre-iokit/ior-survey/Makefile config.status: creating lustre-iokit/stats-collect/Makefile config.status: creating lustre-iokit/lst-survey/Makefile config.status: creating lnet/Makefile config.status: creating lnet/autoMakefile config.status: creating lnet/autoconf/Makefile config.status: creating lnet/doc/Makefile config.status: creating lnet/include/Makefile config.status: creating lnet/include/lnet/Makefile config.status: creating lnet/include/uapi/linux/lnet/Makefile config.status: creating lnet/klnds/Makefile config.status: creating lnet/klnds/autoMakefile config.status: creating lnet/klnds/o2iblnd/Makefile config.status: creating lnet/klnds/o2iblnd/autoMakefile config.status: creating lnet/klnds/in-kernel-o2iblnd/Makefile config.status: creating lnet/klnds/in-kernel-o2iblnd/autoMakefile config.status: creating lnet/klnds/gnilnd/Makefile config.status: creating lnet/klnds/gnilnd/autoMakefile config.status: creating lnet/klnds/socklnd/Makefile config.status: creating lnet/klnds/socklnd/autoMakefile config.status: creating lnet/klnds/kfilnd/Makefile config.status: creating lnet/klnds/kfilnd/autoMakefile config.status: creating lnet/lnet/Makefile config.status: creating lnet/lnet/autoMakefile config.status: creating lnet/selftest/Makefile config.status: creating lnet/selftest/autoMakefile config.status: creating lnet/utils/Makefile config.status: creating lnet/utils/lnetconfig/Makefile config.status: creating lustre/Makefile config.status: creating lustre/autoMakefile config.status: creating lustre/autoconf/Makefile config.status: creating lustre/conf/Makefile config.status: creating lustre/conf/resource/Makefile config.status: creating lustre/doc/Makefile config.status: creating lustre/include/Makefile config.status: creating lustre/include/lustre/Makefile config.status: creating lustre/include/uapi/linux/lustre/Makefile config.status: creating lustre/kernel_patches/targets/5.14-rhel9.3.target config.status: creating lustre/kernel_patches/targets/5.14-rhel9.2.target config.status: creating lustre/kernel_patches/targets/5.14-rhel9.1.target config.status: creating lustre/kernel_patches/targets/5.14-rhel9.0.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.9.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.8.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.7.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.6.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.5.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.4.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.3.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.2.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.1.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.9.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.8.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.7.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.6.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.5.target config.status: creating lustre/kernel_patches/targets/4.14-rhel7.5.target config.status: creating lustre/kernel_patches/targets/4.14-rhel7.6.target config.status: creating lustre/kernel_patches/targets/4.12-sles12sp4.target config.status: creating lustre/kernel_patches/targets/4.12-sles12sp5.target config.status: creating lustre/kernel_patches/targets/4.12-sles15sp1.target config.status: creating lustre/kernel_patches/targets/5.3-sles15sp2.target config.status: creating lustre/kernel_patches/targets/5.3-sles15sp3.target config.status: creating lustre/kernel_patches/targets/5.14-sles15sp4.target config.status: creating lustre/kernel_patches/targets/5.14-sles15sp5.target config.status: creating lustre/kernel_patches/targets/3.x-fc18.target config.status: creating lustre/kernel_patches/targets/5.10-oe2203.target config.status: creating lustre/kernel_patches/targets/5.10-oe2203sp1.target config.status: creating lustre/kernel_patches/targets/5.10-oe2203sp2.target config.status: creating lustre/ldlm/Makefile config.status: creating lustre/ldlm/autoMakefile config.status: creating lustre/ec/autoMakefile config.status: creating lustre/ec/Makefile config.status: creating lustre/fid/Makefile config.status: creating lustre/fid/autoMakefile config.status: creating lustre/llite/Makefile config.status: creating lustre/llite/autoMakefile config.status: creating lustre/lov/Makefile config.status: creating lustre/lov/autoMakefile config.status: creating lustre/mdc/Makefile config.status: creating lustre/mdc/autoMakefile config.status: creating lustre/lmv/Makefile config.status: creating lustre/lmv/autoMakefile config.status: creating lustre/lfsck/Makefile config.status: creating lustre/lfsck/autoMakefile config.status: creating lustre/mdt/Makefile config.status: creating lustre/mdt/autoMakefile config.status: creating lustre/mdd/Makefile config.status: creating lustre/mdd/autoMakefile config.status: creating lustre/fld/Makefile config.status: creating lustre/fld/autoMakefile config.status: creating lustre/obdclass/Makefile config.status: creating lustre/obdclass/autoMakefile config.status: creating lustre/obdecho/Makefile config.status: creating lustre/obdecho/autoMakefile config.status: creating lustre/ofd/Makefile config.status: creating lustre/ofd/autoMakefile config.status: creating lustre/osc/Makefile config.status: creating lustre/osc/autoMakefile config.status: creating lustre/ost/Makefile config.status: creating lustre/ost/autoMakefile config.status: creating lustre/osd-ldiskfs/Makefile config.status: creating lustre/osd-ldiskfs/autoMakefile config.status: creating lustre/osd-zfs/Makefile config.status: creating lustre/osd-zfs/autoMakefile config.status: creating lustre/mgc/Makefile config.status: creating lustre/mgc/autoMakefile config.status: creating lustre/mgs/Makefile config.status: creating lustre/mgs/autoMakefile config.status: creating lustre/target/Makefile config.status: creating lustre/target/autoMakefile config.status: creating lustre/ptlrpc/Makefile config.status: creating lustre/ptlrpc/autoMakefile config.status: creating lustre/ptlrpc/gss/Makefile config.status: creating lustre/ptlrpc/gss/autoMakefile config.status: creating lustre/quota/Makefile config.status: creating lustre/quota/autoMakefile config.status: creating lustre/scripts/Makefile config.status: creating lustre/scripts/systemd/Makefile config.status: creating lustre/tests/Makefile config.status: creating lustre/tests/mpi/Makefile config.status: creating lustre/tests/iabf/Makefile config.status: creating lustre/tests/lutf/Makefile config.status: creating lustre/tests/lutf/src/Makefile config.status: creating lustre/kunit/Makefile config.status: creating lustre/kunit/autoMakefile config.status: creating lustre/utils/Makefile config.status: creating lustre/utils/gss/Makefile config.status: creating lustre/osp/Makefile config.status: creating lustre/osp/autoMakefile config.status: creating lustre/lod/Makefile config.status: creating lustre/lod/autoMakefile config.status: creating cc-plugins/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands CC: gcc CFLAGS: -g -O2 -Wall -Werror EXTRA_CFLAGS: EXTRA_KCFLAGS: -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -g -I/root/lustre-release/libcfs/include -I/root/lustre-release/libcfs/include/libcfs -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lnet/include -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/lustre/include -Wno-format-truncation -Wno-stringop-truncation -Wno-stringop-overflow LD: ld -m elf_x86_64 CXX: g++ CPPFLAGS: -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include Type 'make' to build Lustre. dh_testdir /usr/bin/make -C . make[2]: Entering directory '/root/lustre-release' /usr/bin/make all-recursive make[3]: Entering directory '/root/lustre-release' Making all in . make[4]: Entering directory '/root/lustre-release' /usr/bin/make DEQUOTE_CC_VERSION_TEXT=yes \ KBUILD_EXTRA_SYMBOLS=" " \ LDFLAGS= CC="gcc" -C /usr/src/linux-headers-6.8.0-31-generic \ -f /root/lustre-release/build/Makefile LUSTRE_LINUX_CONFIG=/usr/src/linux-headers-6.8.0-31-generic/.config \ LINUXINCLUDE='-I$(srctree)/arch/$(SRCARCH)/include -Iarch/$(SRCARCH)/include/generated -Iinclude $(if $(KBUILD_SRC)$(building_out_of_srctree),-Iinclude2 -I$(srctree)/include) -I$(srctree)/arch/$(SRCARCH)/include/uapi -Iarch/$(SRCARCH)/include/generated/uapi -I$(srctree)/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-6.8.0-31-generic/include/linux/kconfig.h' \ M=/root/lustre-release -o tmp_include_depends -o scripts -o \ include/config/MARKER modules make[5]: Entering directory '/usr/src/linux-headers-6.8.0-31-generic' warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0 You are using: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 make[7]: Circular /root/lustre-release//modules.order <- /root/lustre-release/ dependency dropped. CC [M] /root/lustre-release/libcfs/libcfs/linux/linux-prim.o CC [M] /root/lustre-release/libcfs/libcfs/linux/linux-hash.o CC [M] /root/lustre-release/libcfs/libcfs/linux/linux-wait.o CC [M] /root/lustre-release/libcfs/libcfs/linux/generic-radix-tree.o CC [M] /root/lustre-release/libcfs/libcfs/linux/glob.o CC [M] /root/lustre-release/libcfs/libcfs/linux/xarray.o CC [M] /root/lustre-release/libcfs/libcfs/debug.o CC [M] /root/lustre-release/libcfs/libcfs/fail.o /root/lustre-release/libcfs/libcfs/fail.o: warning: objtool: __cfs_fail_check_set() falls through to next function __cfs_fail_timeout_set() CC [M] /root/lustre-release/libcfs/libcfs/module.o /root/lustre-release/libcfs/libcfs/module.o: warning: objtool: libcfs_force_lbug() falls through to next function debugfs_doint() CC [M] /root/lustre-release/libcfs/libcfs/tracefile.o CC [M] /root/lustre-release/libcfs/libcfs/libcfs_string.o CC [M] /root/lustre-release/libcfs/libcfs/hash.o /root/lustre-release/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_bd_del_locked() falls through to next function cfs_hash_cond_del_locked() /root/lustre-release/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_bd_from_key() falls through to next function cfs_hash_buckets_free() /root/lustre-release/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_bd_get() falls through to next function cfs_hash_multi_bd_findadd_locked.constprop.0() /root/lustre-release/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_create() falls through to next function cfs_hash_bd_move_locked() /root/lustre-release/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_bd_move_locked() falls through to next function cfs_hash_rehash_worker() /root/lustre-release/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_dual_bd_get() falls through to next function cfs_hash_rehash_key() /root/lustre-release/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_rehash_cancel() falls through to next function cfs_hash_putref() /root/lustre-release/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_for_each_enter() falls through to next function cfs_hash_rehash() CC [M] /root/lustre-release/libcfs/libcfs/linux-crypto.o CC [M] /root/lustre-release/libcfs/libcfs/linux-crypto-adler.o CC [M] /root/lustre-release/libcfs/libcfs/crypto/crypto.o CC [M] /root/lustre-release/libcfs/libcfs/crypto/fname.o CC [M] /root/lustre-release/libcfs/libcfs/crypto/hkdf.o CC [M] /root/lustre-release/libcfs/libcfs/crypto/hooks.o CC [M] /root/lustre-release/libcfs/libcfs/crypto/keyring.o CC [M] /root/lustre-release/libcfs/libcfs/crypto/keysetup.o CC [M] /root/lustre-release/libcfs/libcfs/crypto/keysetup_v1.o CC [M] /root/lustre-release/libcfs/libcfs/crypto/policy.o LD [M] /root/lustre-release/libcfs/libcfs/libcfs.o CC [M] /root/lustre-release/lnet/lnet/api-ni.o /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: lnet_ni_tq_credits() falls through to next function lnet_mark_ping_buffer_for_update() /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: lnet_res_container_cleanup.part.0() falls through to next function lnet_res_container_setup() /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: LNetGetId() falls through to next function lnet_shutdown_lndni() /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: lnet_shutdown_lndni() falls through to next function lnet_shutdown_lndnet() /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: lnet_net2ni_addref() falls through to next function lnet_shutdown_lndnets() /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: lnet_net2ni_locked() falls through to next function lnet_get_net_locked() /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: lnet_nid_to_ni_locked() falls through to next function lnet_nid_to_ni_addref() /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: lnet_nid_to_ni_addref() falls through to next function lnet_islocalnid() /root/lustre-release/lnet/lnet/api-ni.o: warning: objtool: LNetNIFini() falls through to next function lnet_ping_target_update() CC [M] /root/lustre-release/lnet/lnet/config.o CC [M] /root/lustre-release/lnet/lnet/nidstrings.o /root/lustre-release/lnet/lnet/nidstrings.o: warning: objtool: libcfs_num_match() falls through to next function cfs_ip_addr_parse() /root/lustre-release/lnet/lnet/nidstrings.o: warning: objtool: cfs_match_net() falls through to next function cfs_match_nid_net() CC [M] /root/lustre-release/lnet/lnet/lnet_rdma.o /root/lustre-release/lnet/lnet/lnet_rdma.o: warning: objtool: lnet_is_rdma_only_page() falls through to next function lnet_rdma_unmap_sg() CC [M] /root/lustre-release/lnet/lnet/lock.o /root/lustre-release/lnet/lnet/lock.o: warning: objtool: cfs_percpt_lock() falls through to next function cfs_percpt_unlock() /root/lustre-release/lnet/lnet/lock.o: warning: objtool: cfs_percpt_unlock() falls through to next function cfs_percpt_lock_create() CC [M] /root/lustre-release/lnet/lnet/lib-me.o CC [M] /root/lustre-release/lnet/lnet/lib-msg.o /root/lustre-release/lnet/lnet/lib-msg.o: warning: objtool: lnet_build_msg_event() falls through to next function lnet_msg_commit() /root/lustre-release/lnet/lnet/lib-msg.o: warning: objtool: lnet_msg_commit() falls through to next function lnet_msg_decommit() /root/lustre-release/lnet/lnet/lib-msg.o: warning: objtool: lnet_msg_decommit() falls through to next function lnet_msg_attach_md() /root/lustre-release/lnet/lnet/lib-msg.o: warning: objtool: lnet_msg_attach_md() falls through to next function lnet_ni_add_to_recoveryq_locked() /root/lustre-release/lnet/lnet/lib-msg.o: warning: objtool: lnet_ni_add_to_recoveryq_locked() falls through to next function lnet_handle_local_failure() /root/lustre-release/lnet/lnet/lib-msg.o: warning: objtool: lnet_finalize() falls through to next function lnet_health_error2str() CC [M] /root/lustre-release/lnet/lnet/lib-md.o /root/lustre-release/lnet/lnet/lib-md.o: warning: objtool: lnet_md_link() falls through to next function lnet_md_build() /root/lustre-release/lnet/lnet/lib-md.o: warning: objtool: lnet_md_unlink() falls through to next function __LNetMDUnlink() CC [M] /root/lustre-release/lnet/lnet/lib-ptl.o /root/lustre-release/lnet/lnet/lib-ptl.o: warning: objtool: lnet_ptl_disable_mt() falls through to next function lnet_mt_set_exhausted() /root/lustre-release/lnet/lnet/lib-ptl.o: warning: objtool: lnet_ptl_cleanup() falls through to next function lnet_portals_destroy.part.0() /root/lustre-release/lnet/lnet/lib-ptl.o: warning: objtool: lnet_mt_match_head() falls through to next function lnet_mt_match_md() /root/lustre-release/lnet/lnet/lib-ptl.o: warning: objtool: lnet_ptl_match_md() falls through to next function lnet_ptl_detach_md() /root/lustre-release/lnet/lnet/lib-ptl.o: warning: objtool: lnet_ptl_detach_md() falls through to next function lnet_ptl_attach_md() CC [M] /root/lustre-release/lnet/lnet/lib-socket.o CC [M] /root/lustre-release/lnet/lnet/lib-move.o /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_setpayloadbuffer() falls through to next function lnet_msg2bufpool() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_msg2bufpool() falls through to next function lnet_set_reply_msg_len() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_set_reply_msg_len() falls through to next function libcfs_nidstr() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_copy_iov2iov() falls through to next function lnet_iov_nob() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_iov_nob+0x6f: stack state mismatch: cfa1=4+8 cfa2=5+16 /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_kiov_nob+0x6f: stack state mismatch: cfa1=4+8 cfa2=5+16 /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_extract_kiov() falls through to next function lnet_rspt_alloc.part.0() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_find_existing_preferred_best_ni.isra.0() falls through to next function lnet_clean_local_ni_recoveryq() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_clean_local_ni_recoveryq() falls through to next function lnet_copy_kiov2iov() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_copy_kiov2iov() falls through to next function lnet_copy_iov2kiov() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_copy_iov2kiov() falls through to next function lnet_copy_kiov2kiov() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_copy_kiov2kiov() falls through to next function lnet_handle_lo_send.isra.0() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_handle_lo_send.isra.0+0x13b: stack state mismatch: cfa1=4+8 cfa2=5+16 /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: LNetDist() falls through to next function fail_peer() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_ni_eager_recv() falls through to next function lnet_select_peer_ni() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_usr_translate_stats() falls through to next function lnet_fail_nid() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_ni_recv() falls through to next function lnet_post_routed_recv_locked() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_post_routed_recv_locked() falls through to next function lnet_recv_put() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_ni_send() falls through to next function lnet_post_send_locked() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_post_send_locked() falls through to next function lnet_handle_send() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_return_tx_credits_locked() falls through to next function lnet_schedule_blocked_locked() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_send() falls through to next function LNetPut() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_detach_rsp_tracker() falls through to next function lnet_clean_zombie_rstqs() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_monitor_thr_stop() falls through to next function lnet_drop_message() /root/lustre-release/lnet/lnet/lib-move.o: warning: objtool: lnet_parse_local() falls through to next function lnet_parse() CC [M] /root/lustre-release/lnet/lnet/module.o CC [M] /root/lustre-release/lnet/lnet/lo.o /root/lustre-release/lnet/lnet/lo.o: warning: objtool: lolnd_send() falls through to next function lolnd_shutdown() /root/lustre-release/lnet/lnet/lo.o: warning: objtool: lolnd_shutdown() falls through to next function lolnd_startup() /root/lustre-release/lnet/lnet/lo.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lnet/lnet/router.o /root/lustre-release/lnet/lnet/router.o: warning: objtool: lnet_add_route_to_rnet() falls through to next function lnet_del_route_from_rnet() /root/lustre-release/lnet/lnet/router.o: warning: objtool: lnet_del_route_from_rnet() falls through to next function lnet_notify() /root/lustre-release/lnet/lnet/router.o: warning: objtool: lnet_find_rnet_locked() falls through to next function lnet_move_route() /root/lustre-release/lnet/lnet/router.o: warning: objtool: lnet_wait_router_start() falls through to next function lnet_router_checker_active() CC [M] /root/lustre-release/lnet/lnet/lnet_debugfs.o /root/lustre-release/lnet/lnet/lnet_debugfs.o: warning: objtool: proc_lnet_nis() falls through to next function proc_lnet_stats() CC [M] /root/lustre-release/lnet/lnet/acceptor.o /root/lustre-release/lnet/lnet/acceptor.o: warning: objtool: lnet_acceptor_start+0x170: stack state mismatch: cfa1=4+8 cfa2=5+16 CC [M] /root/lustre-release/lnet/lnet/peer.o CC [M] /root/lustre-release/lnet/lnet/net_fault.o /root/lustre-release/lnet/lnet/net_fault.o: warning: objtool: delayed_msg_process() falls through to next function lnet_drop_rule_match() /root/lustre-release/lnet/lnet/net_fault.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lnet/lnet/udsp.o CC [M] /root/lustre-release/lnet/lnet/lib-cpt.o /root/lustre-release/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_distance() falls through to next function cfs_percpt_free() /root/lustre-release/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_weight() falls through to next function cfs_cpt_cpumask() /root/lustre-release/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_cpumask() falls through to next function cfs_cpt_nodemask() /root/lustre-release/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_nodemask() falls through to next function cfs_cpt_of_cpu() /root/lustre-release/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_of_cpu() falls through to next function cfs_cpu_dead() /root/lustre-release/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_online() falls through to next function cfs_cpt_table_print() /root/lustre-release/lnet/lnet/lib-cpt.o: warning: objtool: cfs_percpt_alloc() falls through to next function cfs_cpt_table_alloc() LD [M] /root/lustre-release/lnet/lnet/lnet.o CC [M] /root/lustre-release/lnet/klnds/socklnd/socklnd.o /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_incr_conn_count() falls through to next function ksocknal_nl_set() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_create_peer() falls through to next function ksocknal_base_shutdown() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_base_shutdown() falls through to next function ksocknal_inetaddr_event() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_destroy_peer() falls through to next function ksocknal_unlink_peer_locked() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_unlink_peer_locked() falls through to next function ksocknal_destroy_conn_cb() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_find_peer_locked() falls through to next function ksocknal_find_peer() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_get_conn_count_by_type() falls through to next function ksocknal_add_peer() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_close_conn_locked() falls through to next function ksocknal_del_peer() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_queue_zombie_conn() falls through to next function ksocknal_create_conn() /root/lustre-release/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_destroy_conn() falls through to next function ksocknal_close_peer_conns_locked() CC [M] /root/lustre-release/lnet/klnds/socklnd/socklnd_cb.o /root/lustre-release/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_alloc_tx() falls through to next function ksocknal_alloc_tx_noop() /root/lustre-release/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_tx_done() falls through to next function ksocknal_txlist_done() /root/lustre-release/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_find_conn_locked() falls through to next function ksocknal_tx_prep() /root/lustre-release/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_find_connecting_conn_cb_locked() falls through to next function ksocknal_launch_packet() /root/lustre-release/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_new_packet() falls through to next function ksocknal_process_receive() /root/lustre-release/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_recv() falls through to next function ksocknal_scheduler() /root/lustre-release/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_send_hello() falls through to next function ksocknal_recv_hello() CC [M] /root/lustre-release/lnet/klnds/socklnd/socklnd_lib.o /root/lustre-release/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_write_space() falls through to next function ksocknal_data_ready() /root/lustre-release/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_data_ready() falls through to next function ksocknal_lib_get_conn_addrs() /root/lustre-release/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_lib_get_conn_addrs() falls through to next function ksocknal_lib_zc_capable() /root/lustre-release/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_lib_csum_tx() falls through to next function ksocknal_lib_send_hdr() /root/lustre-release/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_lib_get_conn_tunables() falls through to next function ksocknal_lib_setup_sock() /root/lustre-release/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_lib_push_conn() falls through to next function ksocknal_lib_save_callback() CC [M] /root/lustre-release/lnet/klnds/socklnd/socklnd_modparams.o CC [M] /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_match_tx() falls through to next function ksocknal_match_tx_v3() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_match_tx_v3() falls through to next function ksocknal_match_tx_v4() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_match_tx_v4() falls through to next function ksocknal_pack_msg_v4() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_pack_msg_v4() falls through to next function ksocknal_send_hello_v4() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_recv_hello_v4() falls through to next function ksocknal_handle_zcack() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_recv_hello_v1() falls through to next function ksocknal_unpack_msg_v2() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_pack_msg_v1() falls through to next function ksocknal_pack_msg_v2() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_pack_msg_v2() falls through to next function ksocknal_send_hello_v1() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_next_tx_carrier() falls through to next function ksocknal_queue_tx_zcack_v2() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_queue_tx_zcack_v2() falls through to next function ksocknal_queue_tx_msg_v2() /root/lustre-release/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: .text: unexpected end of section LD [M] /root/lustre-release/lnet/klnds/socklnd/ksocklnd.o CC [M] /root/lustre-release/lnet/selftest/console.o /root/lustre-release/lnet/selftest/console.o: warning: objtool: lstcon_sesrpc_readent() falls through to next function lstcon_nodes_getent() /root/lustre-release/lnet/selftest/console.o: warning: objtool: lstcon_sesrpc_condition() falls through to next function lstcon_tsbrpc_readent() /root/lustre-release/lnet/selftest/console.o: warning: objtool: lstcon_tsbrpc_readent() falls through to next function lstcon_node_put() /root/lustre-release/lnet/selftest/console.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lnet/selftest/conrpc.o /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_get_reply() falls through to next function lstcon_rpc_init() /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: lstcon_next_id() falls through to next function lstcon_rpc_post() /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_post() falls through to next function lstcon_rpc_trans_prep.part.0() /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_done() falls through to next function lstcon_rpc_trans_prep() /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: lstcon_batrpc_prep() falls through to next function lstcon_statrpc_prep() /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: lstcon_testrpc_prep() falls through to next function lstcon_rpc_stat_reply() /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_pinger_start() falls through to next function lstcon_rpc_pinger_stop() /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_pinger_stop() falls through to next function lstcon_rpc_cleanup_wait() /root/lustre-release/lnet/selftest/conrpc.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lnet/selftest/conctl.o CC [M] /root/lustre-release/lnet/selftest/framework.o /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_add_session_timer() falls through to next function sfw_test_rpc_fini() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_test_rpc_fini() falls through to next function sfw_client_rpc_fini() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_client_rpc_fini() falls through to next function sfw_del_session_timer() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_server_rpc_done() falls through to next function sfw_register_test() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_destroy_test_instance() falls through to next function sfw_destroy_session() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_deactivate_session() falls through to next function sfw_session_expired() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_session_expired() falls through to next function sfw_test_unit_done.isra.0() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_test_unit_done.isra.0() falls through to next function sfw_run_test() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_create_test_rpc() falls through to next function sfw_alloc_pages() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_create_rpc() falls through to next function sfw_unpack_message() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_handle_server_rpc() falls through to next function sfw_abort_rpc() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_abort_rpc() falls through to next function sfw_post_rpc() /root/lustre-release/lnet/selftest/framework.o: warning: objtool: sfw_post_rpc() falls through to next function sfw_shutdown() CC [M] /root/lustre-release/lnet/selftest/timer.o /root/lustre-release/lnet/selftest/timer.o: warning: objtool: stt_add_timer() falls through to next function stt_del_timer() /root/lustre-release/lnet/selftest/timer.o: warning: objtool: stt_del_timer() falls through to next function stt_startup() CC [M] /root/lustre-release/lnet/selftest/rpc.o /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_client_rpc_expired() falls through to next function swi_state2str.part.0() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: swi_state2str.part.0() falls through to next function srpc_service_fini.part.0() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_add_buffer() falls through to next function srpc_server_rpc_done() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_lnet_ev_handler() falls through to next function srpc_get_counters() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_init_bulk() falls through to next function srpc_add_service() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_service_add_buffers() falls through to next function srpc_service_remove_buffers() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_service_remove_buffers() falls through to next function srpc_finish_service() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_create_client_rpc() falls through to next function srpc_abort_rpc() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_send_rpc() falls through to next function srpc_post_rpc() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_post_rpc() falls through to next function srpc_send_reply() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_send_reply() falls through to next function srpc_handle_rpc() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_handle_rpc() falls through to next function srpc_shutdown() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: srpc_shutdown() falls through to next function srpc_startup() /root/lustre-release/lnet/selftest/rpc.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lnet/selftest/module.o CC [M] /root/lustre-release/lnet/selftest/ping_test.o /root/lustre-release/lnet/selftest/ping_test.o: warning: objtool: ping_client_fini() falls through to next function ping_client_init() /root/lustre-release/lnet/selftest/ping_test.o: warning: objtool: ping_client_init() falls through to next function ping_client_done_rpc() /root/lustre-release/lnet/selftest/ping_test.o: warning: objtool: ping_server_handle() falls through to next function ping_init_test_client() CC [M] /root/lustre-release/lnet/selftest/brw_test.o /root/lustre-release/lnet/selftest/brw_test.o: warning: objtool: brw_check_bulk() falls through to next function brw_bulk_ready() /root/lustre-release/lnet/selftest/brw_test.o: warning: objtool: brw_fill_page() falls through to next function brw_client_fini() /root/lustre-release/lnet/selftest/brw_test.o: warning: objtool: brw_client_fini() falls through to next function brw_client_init() /root/lustre-release/lnet/selftest/brw_test.o: warning: objtool: brw_client_init() falls through to next function brw_client_done_rpc() /root/lustre-release/lnet/selftest/brw_test.o: warning: objtool: brw_client_done_rpc() falls through to next function brw_client_prep_rpc() /root/lustre-release/lnet/selftest/brw_test.o: warning: objtool: brw_server_handle() falls through to next function brw_init_test_service() LD [M] /root/lustre-release/lnet/selftest/lnet_selftest.o CC [M] /root/lustre-release/lustre/fid/fid_request.o /root/lustre-release/lustre/fid/fid_request.o: warning: objtool: seq_client_get_seq() falls through to next function seq_client_alloc_fid() /root/lustre-release/lustre/fid/fid_request.o: warning: objtool: seq_client_flush() falls through to next function seq_client_init() /root/lustre-release/lustre/fid/fid_request.o: warning: objtool: seq_client_init() falls through to next function client_fid_init() CC [M] /root/lustre-release/lustre/fid/lproc_fid.o LD [M] /root/lustre-release/lustre/fid/fid.o CC [M] /root/lustre-release/lustre/obdclass/llog.o /root/lustre-release/lustre/obdclass/llog.o: warning: objtool: llog_free_handle() falls through to next function llog_read_header() /root/lustre-release/lustre/obdclass/llog.o: warning: objtool: llog_open_create() falls through to next function llog_declare_write_rec() /root/lustre-release/lustre/obdclass/llog.o: warning: objtool: llog_write() falls through to next function llog_copy_handler() CC [M] /root/lustre-release/lustre/obdclass/llog_cat.o /root/lustre-release/lustre/obdclass/llog_cat.o: warning: objtool: llog_cat_new_log() falls through to next function llog_cat_prep_log() /root/lustre-release/lustre/obdclass/llog_cat.o: warning: objtool: llog_cat_add() falls through to next function llog_cat_id2handle() /root/lustre-release/lustre/obdclass/llog_cat.o: warning: objtool: llog_cat_cleanup() falls through to next function llog_cat_close() CC [M] /root/lustre-release/lustre/obdclass/llog_obd.o CC [M] /root/lustre-release/lustre/obdclass/llog_swab.o CC [M] /root/lustre-release/lustre/obdclass/llog_osd.o /root/lustre-release/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_close() falls through to next function llog_osd_cleanup() /root/lustre-release/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_exist() falls through to next function llog_osd_dir_get() /root/lustre-release/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_dir_get() falls through to next function cfs_race_loc.constprop.0() /root/lustre-release/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_declare_write_rec() falls through to next function dt_attr_get() /root/lustre-release/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_put_cat_list() falls through to next function llog_osd_read_header() /root/lustre-release/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_create() falls through to next function changelog_block_trim_ext.isra.0() /root/lustre-release/lustre/obdclass/llog_osd.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/obdclass/class_obd.o CC [M] /root/lustre-release/lustre/obdclass/genops.o /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: obd_stale_export_adjust() falls through to next function class_sysfs_release() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: kuc_free() falls through to next function class_put_type() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: class_put_type() falls through to next function obd_put_mod_rpc_slot() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: obd_put_mod_rpc_slot() falls through to next function class_notify_sptlrpc_conf() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: class_import_put() falls through to next function class_destroy_import() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: class_destroy_import() falls through to next function class_export_get() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: kuc_ptr() falls through to next function class_unregister_type() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: class_export_destroy() falls through to next function obd_zombie_exp_cull() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: obd_zombie_exp_cull() falls through to next function obd_zombie_imp_cull() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: obd_zombie_imp_cull() falls through to next function class_newdev() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: class_free_dev() falls through to next function class_export_put() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: class_export_put() falls through to next function class_connect() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: obd_stale_export_put() falls through to next function class_unlink_export() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: obd_exports_barrier() falls through to next function obd_zombie_impexp_init() /root/lustre-release/lustre/obdclass/genops.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/obdclass/llog_ioctl.o CC [M] /root/lustre-release/lustre/obdclass/lprocfs_status.o /root/lustre-release/lustre/obdclass/lprocfs_status.o: warning: objtool: lprocfs_stats_register() falls through to next function lprocfs_remove_proc_entry() /root/lustre-release/lustre/obdclass/lprocfs_status.o: warning: objtool: lprocfs_remove_proc_entry() falls through to next function lprocfs_uuid_seq_show() /root/lustre-release/lustre/obdclass/lprocfs_status.o: warning: objtool: lprocfs_uuid_seq_show() falls through to next function lprocfs_oh_release_pcpu() /root/lustre-release/lustre/obdclass/lprocfs_status.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/obdclass/lprocfs_counters.o CC [M] /root/lustre-release/lustre/obdclass/lustre_handles.o /root/lustre-release/lustre/obdclass/lustre_handles.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/obdclass/lustre_peer.o CC [M] /root/lustre-release/lustre/obdclass/local_storage.o /root/lustre-release/lustre/obdclass/local_storage.o: warning: objtool: local_file_find() falls through to next function dt_ref_add.isra.0() /root/lustre-release/lustre/obdclass/local_storage.o: warning: objtool: ls_device_put() falls through to next function local_oid_storage_fini() /root/lustre-release/lustre/obdclass/local_storage.o: warning: objtool: local_oid_storage_fini() falls through to next function local_oid_storage_init() /root/lustre-release/lustre/obdclass/local_storage.o: warning: objtool: local_object_fid_generate() falls through to next function local_object_declare_create() /root/lustre-release/lustre/obdclass/local_storage.o: warning: objtool: local_index_find_or_create() falls through to next function local_index_find_or_create_with_fid() /root/lustre-release/lustre/obdclass/local_storage.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/obdclass/statfs_pack.o CC [M] /root/lustre-release/lustre/obdclass/obdo.o CC [M] /root/lustre-release/lustre/obdclass/obd_config.o /root/lustre-release/lustre/obdclass/obd_config.o: warning: objtool: class_put_profile.part.0() falls through to next function class_put_profile() /root/lustre-release/lustre/obdclass/obd_config.o: warning: objtool: class_decref() falls through to next function class_detach() CC [M] /root/lustre-release/lustre/obdclass/obd_mount.o /root/lustre-release/lustre/obdclass/obd_mount.o: warning: objtool: lustre_put_lsi() falls through to next function do_lcfg.constprop.0() CC [M] /root/lustre-release/lustre/obdclass/obd_sysfs.o /root/lustre-release/lustre/obdclass/obd_sysfs.o: warning: objtool: obd_device_list_seq_show() falls through to next function health_check_single_open() CC [M] /root/lustre-release/lustre/obdclass/lu_object.o /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_device_fini() falls through to next function lu_object_header_print() /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_buf_free() falls through to next function lu_object_init() /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_device_put() falls through to next function lu_site_fini() /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_object_fini() falls through to next function lu_object_header_fini() /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_object_header_fini() falls through to next function lu_object_header_free() /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_context_fini() falls through to next function lu_env_fini() /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_env_add_task() falls through to next function lu_env_add() /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_object_put() falls through to next function lu_object_put_nocache() /root/lustre-release/lustre/obdclass/lu_object.o: warning: objtool: lu_object_assign_fid() falls through to next function htable_lookup() CC [M] /root/lustre-release/lustre/obdclass/dt_object.o /root/lustre-release/lustre/obdclass/dt_object.o: warning: objtool: dt_record_write() falls through to next function dt_locate_at() /root/lustre-release/lustre/obdclass/dt_object.o: warning: objtool: dt_locate_at() falls through to next function dt_index_walk() /root/lustre-release/lustre/obdclass/dt_object.o: warning: objtool: dt_mode_to_dft+0x52: return with modified stack frame /root/lustre-release/lustre/obdclass/dt_object.o: warning: objtool: dt_read() falls through to next function dt_record_read() /root/lustre-release/lustre/obdclass/dt_object.o: warning: objtool: dt_record_read() falls through to next function kbytesfree_show() /root/lustre-release/lustre/obdclass/dt_object.o: warning: objtool: dt_find_or_create() falls through to next function dt_path_parser() CC [M] /root/lustre-release/lustre/obdclass/cl_object.o /root/lustre-release/lustre/obdclass/cl_object.o: warning: objtool: cl_env_init0() falls through to next function cl_env_percpu_put() /root/lustre-release/lustre/obdclass/cl_object.o: warning: objtool: cl_type_setup() falls through to next function cl_stack_fini() /root/lustre-release/lustre/obdclass/cl_object.o: warning: objtool: cl_object_glimpse() falls through to next function cpumask_weight.constprop.0() /root/lustre-release/lustre/obdclass/cl_object.o: warning: objtool: cl_object_get() falls through to next function cl_site_stats_print() /root/lustre-release/lustre/obdclass/cl_object.o: warning: objtool: cl_object_top() falls through to next function cl_object_attr_lock() /root/lustre-release/lustre/obdclass/cl_object.o: warning: objtool: cl_object_find() falls through to next function cl_env_percpu_get() CC [M] /root/lustre-release/lustre/obdclass/cl_page.o /root/lustre-release/lustre/obdclass/cl_page.o: warning: objtool: cl_page_owner_clear() falls through to next function cl_page_owner_set() /root/lustre-release/lustre/obdclass/cl_page.o: warning: objtool: cl_page_owner_set() falls through to next function cl_page_slice_add() /root/lustre-release/lustre/obdclass/cl_page.o: warning: objtool: cl_page_unassume() falls through to next function cl_page_io_start() /root/lustre-release/lustre/obdclass/cl_page.o: warning: objtool: cl_page_io_start() falls through to next function __cl_page_delete() /root/lustre-release/lustre/obdclass/cl_page.o: warning: objtool: cl_batch_put() falls through to next function cl_page_put() /root/lustre-release/lustre/obdclass/cl_page.o: warning: objtool: cl_page_assume() falls through to next function cl_page_prep() /root/lustre-release/lustre/obdclass/cl_page.o: warning: objtool: cl_page_make_ready() falls through to next function cl_page_alloc() /root/lustre-release/lustre/obdclass/cl_page.o: warning: objtool: __cl_page_disown() falls through to next function __cl_page_own() CC [M] /root/lustre-release/lustre/obdclass/cl_lock.o CC [M] /root/lustre-release/lustre/obdclass/cl_io.o /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_io_fini() falls through to next function cl_io_submit_rw() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_io_submit_rw() falls through to next function cl_io_slice_add() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_io_slice_add() falls through to next function cl_page_list_move() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_move() falls through to next function cl_page_list_move_head() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_move_head() falls through to next function cl_io_unlock() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_add() falls through to next function cl_2queue_init_page() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_del() falls through to next function cl_page_list_fini() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_fini() falls through to next function cl_2queue_fini() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_sub_dio_free() falls through to next function ll_free_dio_buffer() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_io_sub_init() falls through to next function cl_io_init() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_io_init() falls through to next function ll_release_user_pages() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: ll_dio_user_copy() falls through to next function cl_sub_dio_end() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_io_rw_init() falls through to next function cl_io_submit_sync() /root/lustre-release/lustre/obdclass/cl_io.o: warning: objtool: cl_io_submit_sync() falls through to next function cl_io_rw_advance() CC [M] /root/lustre-release/lustre/obdclass/lu_ref.o CC [M] /root/lustre-release/lustre/obdclass/linkea.o /root/lustre-release/lustre/obdclass/linkea.o: warning: objtool: linkea_init+0xb3: return with modified stack frame /root/lustre-release/lustre/obdclass/linkea.o: warning: objtool: linkea_entry_unpack() falls through to next function linkea_overflow_shrink() /root/lustre-release/lustre/obdclass/linkea.o: warning: objtool: linkea_del_buf() falls through to next function linkea_init_with_rec() CC [M] /root/lustre-release/lustre/obdclass/upcall_cache.o /root/lustre-release/lustre/obdclass/upcall_cache.o: warning: objtool: upcall_cache_put_entry() falls through to next function upcall_cache_flush_one() CC [M] /root/lustre-release/lustre/obdclass/kernelcomm.o CC [M] /root/lustre-release/lustre/obdclass/jobid.o /root/lustre-release/lustre/obdclass/jobid.o: warning: objtool: jobid_keycmp() falls through to next function jobid_should_free_item() /root/lustre-release/lustre/obdclass/jobid.o: warning: objtool: jobid_hashfn() falls through to next function rht_head_hashfn.constprop.0() /root/lustre-release/lustre/obdclass/jobid.o: warning: objtool: jobid_put_locked() falls through to next function jobid_get() CC [M] /root/lustre-release/lustre/obdclass/integrity.o CC [M] /root/lustre-release/lustre/obdclass/obd_cksum.o CC [M] /root/lustre-release/lustre/obdclass/lu_tgt_descs.o CC [M] /root/lustre-release/lustre/obdclass/lu_tgt_pool.o CC [M] /root/lustre-release/lustre/obdclass/range_lock.o CC [M] /root/lustre-release/lustre/obdclass/interval_tree.o /root/lustre-release/lustre/obdclass/interval_tree.o: warning: objtool: __rotate_right() falls through to next function interval_search() /root/lustre-release/lustre/obdclass/interval_tree.o: warning: objtool: __rotate_left() falls through to next function interval_erase() CC [M] /root/lustre-release/lustre/obdclass/page_pools.o /root/lustre-release/lustre/obdclass/page_pools.o: warning: objtool: pool_ptrs_free() falls through to next function ll_shrinker_create.constprop.0() LD [M] /root/lustre-release/lustre/obdclass/obdclass.o CC [M] /root/lustre-release/lustre/ptlrpc/client.o /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: __ptlrpc_free_req_to_pool() falls through to next function ptlrpc_console_allow() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_console_allow+0x112: return with modified stack frame /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_interrupted_set() falls through to next function ptlrpc_init_rq_pool() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_free_bulk() falls through to next function ptlrpc_at_set_req_timeout() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: work_interpreter() falls through to next function ptlrpcd_queue_work() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpcd_queue_work() falls through to next function ptlrpc_unregister_reply() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_request_cache_alloc() falls through to next function ptlrpcd_alloc_work() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_free_rq_pool() falls through to next function ptlrpc_add_rqs_to_pool() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_add_rqs_to_pool() falls through to next function ptlrpc_request_free() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: __ptlrpc_req_put.isra.0() falls through to next function ptlrpc_free_request() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_set_destroy() falls through to next function ptlrpc_req_put() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_add_unreplied() falls through to next function ptlrpc_get_mod_rpc_slot() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_set_add_new_req() falls through to next function ptlrpc_known_replied_xid() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_known_replied_xid() falls through to next function ptlrpc_send_new_req() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_set_add_req() falls through to next function ptlrpc_expire_one_request() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_expired_set() falls through to next function ptlrpc_set_next_timeout() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_free_committed() falls through to next function ptlrpc_cleanup_client() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_retain_replayable_request() falls through to next function ptlrpc_check_set() /root/lustre-release/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_abort_set() falls through to next function ptlrpc_init_xid() CC [M] /root/lustre-release/lustre/ptlrpc/recover.o CC [M] /root/lustre-release/lustre/ptlrpc/connection.o /root/lustre-release/lustre/ptlrpc/connection.o: warning: objtool: conn_exit() falls through to next function ptlrpc_connection_addref() CC [M] /root/lustre-release/lustre/ptlrpc/niobuf.o /root/lustre-release/lustre/ptlrpc/niobuf.o: warning: objtool: ptlrpc_send_reply() falls through to next function ptlrpc_reply() CC [M] /root/lustre-release/lustre/ptlrpc/pack_generic.o /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_init_msg_v2() falls through to next function lustre_swab_mgs_nidtbl_entry_content() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_size_v2() falls through to next function lustre_packed_msg_size() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_hdr_size() falls through to next function lustre_msg_early_size_init() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_size() falls through to next function ptlrpc_request_set_replen() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_buf() falls through to next function lustre_shrink_msg() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_shrink_msg() falls through to next function lustre_grow_msg() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_grow_msg() falls through to next function lustre_msg_get_flags() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_add_flags() falls through to next function lustre_msg_clear_flags() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_clear_flags() falls through to next function lustre_msg_add_op_flags() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_add_op_flags() falls through to next function lustre_msg_get_type() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_last_xid() falls through to next function lustre_msg_set_tag() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_tag() falls through to next function lustre_msg_set_versions() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_versions() falls through to next function lustre_msg_set_transno() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_transno() falls through to next function lustre_msg_set_status() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_status() falls through to next function lustre_msg_get_uid_gid() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_uid_gid() falls through to next function lustre_msg_set_jobid() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_jobid() falls through to next function lustre_free_reply_state() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_free_reply_state() falls through to next function ptlrpc_unpack_req_msg() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: ptlrpc_unpack_req_msg() falls through to next function ptlrpc_unpack_rep_msg() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: ptlrpc_unpack_rep_msg() falls through to next function lustre_msg_set_buflen() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_buflen() falls through to next function lustre_msg_bufcount() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_string() falls through to next function lustre_msghdr_set_flags() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msghdr_set_flags() falls through to next function lustre_msg_set_flags() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_flags() falls through to next function lustre_msg_get_op_flags() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_add_version() falls through to next function lustre_pack_request() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_pack_reply_v2() falls through to next function lustre_pack_reply_flags() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_pack_reply_flags() falls through to next function lustre_pack_reply() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_handle() falls through to next function lustre_msg_set_type() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_type() falls through to next function lustre_msg_set_opc() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_opc() falls through to next function lustre_msg_set_last_committed() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_last_committed() falls through to next function lustre_msg_set_conn_cnt() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_conn_cnt() falls through to next function lustre_msg_set_timeout() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_timeout() falls through to next function lustre_msg_set_service_timeout() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_service_timeout() falls through to next function lustre_msg_set_cksum() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_cksum() falls through to next function lustre_msg_set_mbits() /root/lustre-release/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_mbits() falls through to next function lustre_swab_ptlrpc_body() CC [M] /root/lustre-release/lustre/ptlrpc/events.o /root/lustre-release/lustre/ptlrpc/events.o: warning: objtool: reply_out_callback() falls through to next function ptlrpc_release() /root/lustre-release/lustre/ptlrpc/events.o: warning: objtool: request_in_callback() falls through to next function ptlrpc_master_callback() /root/lustre-release/lustre/ptlrpc/events.o: warning: objtool: ptlrpc_master_callback() falls through to next function request_out_callback() /root/lustre-release/lustre/ptlrpc/events.o: warning: objtool: request_out_callback() falls through to next function reply_in_callback() CC [M] /root/lustre-release/lustre/ptlrpc/ptlrpc_module.o CC [M] /root/lustre-release/lustre/ptlrpc/service.o /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_at_remove_timed() falls through to next function ptlrpc_at_timer() /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_server_free_request() falls through to next function ptlrpc_at_set_timer() /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_at_add_timed.isra.0() falls through to next function ptlrpc_server_normal_pending() /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_dispatch_difficult_reply() falls through to next function ptlrpc_schedule_difficult_reply() /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_schedule_difficult_reply() falls through to next function ptlrpc_commit_replies() /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_server_drop_request() falls through to next function ptlrpc_server_finish_active_request() /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_server_finish_active_request() falls through to next function ptlrpc_unregister_service() /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_unregister_service() falls through to next function ptlrpc_register_service() /root/lustre-release/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_request_change_export() falls through to next function ptlrpc_update_export_timer() CC [M] /root/lustre-release/lustre/ptlrpc/pinger.o CC [M] /root/lustre-release/lustre/ptlrpc/llog_net.o /root/lustre-release/lustre/ptlrpc/llog_net.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/ptlrpc/llog_client.o CC [M] /root/lustre-release/lustre/ptlrpc/import.o /root/lustre-release/lustre/ptlrpc/import.o: warning: objtool: ptlrpc_activate_import() falls through to next function ptlrpc_disconnect_and_idle_import() /root/lustre-release/lustre/ptlrpc/import.o: warning: objtool: ptlrpc_connect_import_locked() falls through to next function ptlrpc_connect_import() CC [M] /root/lustre-release/lustre/ptlrpc/ptlrpcd.o /root/lustre-release/lustre/ptlrpc/ptlrpcd.o: warning: objtool: ptlrpcd_wake() falls through to next function ptlrpcd_select_pc.part.0() /root/lustre-release/lustre/ptlrpc/ptlrpcd.o: warning: objtool: ptlrpcd_free() falls through to next function ptlrpcd_fini() CC [M] /root/lustre-release/lustre/ptlrpc/pers.o CC [M] /root/lustre-release/lustre/ptlrpc/lproc_ptlrpc.o /root/lustre-release/lustre/ptlrpc/lproc_ptlrpc.o: warning: objtool: ptlrpc_lprocfs_svc_req_history_seek() falls through to next function ptlrpc_lprocfs_req_buffers_max_seq_show() /root/lustre-release/lustre/ptlrpc/lproc_ptlrpc.o: warning: objtool: ptlrpc_lprocfs_brw() falls through to next function ptlrpc_lprocfs_unregister_obd() CC [M] /root/lustre-release/lustre/ptlrpc/wiretest.o CC [M] /root/lustre-release/lustre/ptlrpc/layout.o /root/lustre-release/lustre/ptlrpc/layout.o: warning: objtool: req_capsule_client_pack() falls through to next function req_capsule_msg_size() /root/lustre-release/lustre/ptlrpc/layout.o: warning: objtool: req_capsule_set_swabbed() falls through to next function req_capsule_need_swab() /root/lustre-release/lustre/ptlrpc/layout.o: warning: objtool: req_capsule_need_swab() falls through to next function __req_capsule_get() CC [M] /root/lustre-release/lustre/ptlrpc/sec.o /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_ctx_put() falls through to next function sptlrpc_cli_free_repbuf() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_free_repbuf() falls through to next function sptlrpc_cli_unwrap_bulk_write() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_enlarge_reqbuf() falls through to next function sepol_helper() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: _sptlrpc_enlarge_msg_inplace() falls through to next function sptlrpc_cli_ctx_expire() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_ctx_expire() falls through to next function sptlrpc_svc_ctx_invalidate() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_svc_ctx_invalidate() falls through to next function sptlrpc_cli_wrap_bulk() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_wrap_bulk() falls through to next function sptlrpc_cli_unwrap_bulk_read() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_unwrap_bulk_read() falls through to next function sptlrpc_name2flavor_base() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: do_cli_unwrap_reply() falls through to next function sptlrpc_sepol_get_cached() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sec_cop_flush_ctx_cache.constprop.0.isra.0() falls through to next function sptlrpc_sec_kill() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_sec_kill() falls through to next function sec_cop_destroy_sec() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sec_cop_destroy_sec() falls through to next function sptlrpc_sec_destroy() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_sec_put() falls through to next function sptlrpc_sepol_put() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_ctx_display() falls through to next function sptlrpc_req_put_ctx() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_req_put_ctx() falls through to next function sptlrpc_export_update_ctx() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_req_set_flavor() falls through to next function sptlrpc_request_out_callback() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_request_out_callback() falls through to next function sptlrpc_cli_wrap_request() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_wrap_request() falls through to next function sptlrpc_cli_unwrap_reply() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_finish_early_reply() falls through to next function sptlrpc_import_sec_adapt() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_alloc_reqbuf() falls through to next function sptlrpc_cli_free_reqbuf() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_free_reqbuf() falls through to next function sptlrpc_req_replace_dead_ctx() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_req_replace_dead_ctx() falls through to next function sptlrpc_req_refresh_ctx() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_req_refresh_ctx() falls through to next function sptlrpc_import_check_ctx() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_alloc_repbuf() falls through to next function sptlrpc_cli_install_rvs_ctx() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_svc_wrap_reply() falls through to next function sptlrpc_svc_free_rs() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_svc_free_rs() falls through to next function sptlrpc_svc_ctx_addref() /root/lustre-release/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_svc_ctx_decref() falls through to next function sptlrpc_get_hash_name() CC [M] /root/lustre-release/lustre/ptlrpc/sec_ctx.o CC [M] /root/lustre-release/lustre/ptlrpc/sec_gc.o /root/lustre-release/lustre/ptlrpc/sec_gc.o: warning: objtool: sptlrpc_gc_add_ctx() falls through to next function sec_gc_main() /root/lustre-release/lustre/ptlrpc/sec_gc.o: warning: objtool: sptlrpc_gc_add_sec() falls through to next function sptlrpc_gc_del_sec() CC [M] /root/lustre-release/lustre/ptlrpc/sec_config.o /root/lustre-release/lustre/ptlrpc/sec_config.o: warning: objtool: sptlrpc_conf_client_adapt() falls through to next function logname2fsname.constprop.0() /root/lustre-release/lustre/ptlrpc/sec_config.o: warning: objtool: sptlrpc_rule_set_free() falls through to next function sptlrpc_conf_free_rsets() /root/lustre-release/lustre/ptlrpc/sec_config.o: warning: objtool: sptlrpc_conf_free_rsets() falls through to next function sptlrpc_conf_free() /root/lustre-release/lustre/ptlrpc/sec_config.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/ptlrpc/sec_lproc.o /root/lustre-release/lustre/ptlrpc/sec_lproc.o: warning: objtool: sptlrpc_ctxs_lprocfs_seq_show() falls through to next function sec_flags2str.constprop.0() CC [M] /root/lustre-release/lustre/ptlrpc/sec_null.o /root/lustre-release/lustre/ptlrpc/sec_null.o: warning: objtool: null_accept() falls through to next function null_free_rs() /root/lustre-release/lustre/ptlrpc/sec_null.o: warning: objtool: null_free_rs() falls through to next function null_free_repbuf() /root/lustre-release/lustre/ptlrpc/sec_null.o: warning: objtool: null_free_repbuf() falls through to next function null_alloc_rs() /root/lustre-release/lustre/ptlrpc/sec_null.o: warning: objtool: null_destroy_sec() falls through to next function null_free_reqbuf() /root/lustre-release/lustre/ptlrpc/sec_null.o: warning: objtool: null_free_reqbuf() falls through to next function null_create_sec() /root/lustre-release/lustre/ptlrpc/sec_null.o: warning: objtool: null_create_sec() falls through to next function null_alloc_repbuf() CC [M] /root/lustre-release/lustre/ptlrpc/sec_plain.o /root/lustre-release/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_ctx_refresh() falls through to next function plain_ctx_sign() /root/lustre-release/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_svc_unwrap_bulk() falls through to next function plain_cli_unwrap_bulk() /root/lustre-release/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_cli_unwrap_bulk() falls through to next function plain_free_rs() /root/lustre-release/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_release_ctx() falls through to next function plain_destroy_sec() /root/lustre-release/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_destroy_sec() falls through to next function plain_create_sec() CC [M] /root/lustre-release/lustre/ptlrpc/nrs.o /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_fini() falls through to next function nrs_resource_get() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_compat_one() falls through to next function nrs_policy_started_put() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_started_put() falls through to next function nrs_policy_stop_primary() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_stop_primary() falls through to next function nrs_resource_put_safe() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: nrs_request_removed() falls through to next function nrs_policy_stop_locked() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_register() falls through to next function nrs_svcpt_setup_locked0() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: nrs_svcpt_setup_locked0() falls through to next function nrs_policy_unregister_locked() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_unregister_locked() falls through to next function ptlrpc_nrs_policy_register() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: ptlrpc_nrs_req_initialize() falls through to next function ptlrpc_nrs_req_finalize() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: ptlrpc_nrs_req_pending_nolock() falls through to next function ptlrpc_nrs_req_throttling_nolock() /root/lustre-release/lustre/ptlrpc/nrs.o: warning: objtool: ptlrpc_nrs_req_throttling_nolock() falls through to next function ptlrpc_nrs_req_hp_move() CC [M] /root/lustre-release/lustre/ptlrpc/nrs_fifo.o /root/lustre-release/lustre/ptlrpc/nrs_fifo.o: warning: objtool: nrs_fifo_stop() falls through to next function nrs_fifo_req_stop() /root/lustre-release/lustre/ptlrpc/nrs_fifo.o: warning: objtool: nrs_fifo_req_del() falls through to next function nrs_fifo_start() CC [M] /root/lustre-release/lustre/ptlrpc/nrs_delay.o /root/lustre-release/lustre/ptlrpc/nrs_delay.o: warning: objtool: nrs_delay_stop() falls through to next function lprocfs_nrs_delay_seq_write_common.constprop.0() CC [M] /root/lustre-release/lustre/ptlrpc/heap.o /root/lustre-release/lustre/ptlrpc/heap.o: warning: objtool: binheap_bubble() falls through to next function binheap_relocate() /root/lustre-release/lustre/ptlrpc/heap.o: warning: objtool: binheap_relocate() falls through to next function binheap_remove() /root/lustre-release/lustre/ptlrpc/heap.o: warning: objtool: binheap_remove() falls through to next function binheap_find() CC [M] /root/lustre-release/lustre/ptlrpc/errno.o CC [M] /root/lustre-release/lustre/ptlrpc/batch.o CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/l_lock.o CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_new() falls through to next function search_itree() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_put() falls through to next function __ldlm_handle2lock() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: __ldlm_reprocess_all.isra.0() falls through to next function ldlm_reprocess_res() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_remove_from_lru_nolock() falls through to next function ldlm_lock_remove_from_lru_check() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_remove_from_lru_check() falls through to next function ldlm_lock_destroy_internal() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_destroy_internal() falls through to next function ldlm_lock_add_to_lru_nolock() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_add_to_lru_nolock() falls through to next function ldlm_lock_touch_in_lru() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_touch_in_lru() falls through to next function ldlm_lock_destroy() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_addref() falls through to next function ldlm_lock_addref_internal() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_decref() falls through to next function ldlm_lock_decref_and_cancel() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_grant_lock_with_skiplist() falls through to next function ldlm_grant_lock() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_grant_lock() falls through to next function ldlm_lock_fail_match() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_enqueue() falls through to next function ldlm_run_ast_work() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_run_ast_work() falls through to next function ldlm_reprocess_recovery_done() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_cancel() falls through to next function ldlm_cancel_lock_for_export() CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: early_lock_cancel_show() falls through to next function lru_max_age_show() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_free_prior() falls through to next function lru_size_show() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: lru_size_show() falls through to next function cleanup_resource() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: __ldlm_resource_add_lock() falls through to next function ldlm_resource_putref() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_resource_putref() falls through to next function ldlm_res_hop_put() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_register() falls through to next function ldlm_namespace_new() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_unregister() falls through to next function ldlm_namespace_free_post() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_free_post() falls through to next function ldlm_namespace_free() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_move_to_active_locked() falls through to next function ldlm_resource_get() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_move_to_inactive_locked() falls through to next function ldlm_namespace_first_locked() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_first_locked() falls through to next function ldlm_resource_getref() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_dump() falls through to next function ldlm_dump_all_namespaces() CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lib.o /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lib.o: warning: objtool: target_send_reply() falls through to next function ldlm_errno2error() CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_plain.o CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_interval_free() falls through to next function ldlm_interval_attach() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_interval_attach() falls through to next function ldlm_interval_detach() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_interval_detach() falls through to next function ldlm_extent_alloc_lock() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_extent_add_lock() falls through to next function ldlm_extent_unlink_lock() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_extent_unlink_lock() falls through to next function ldlm_extent_policy_wire_to_local() CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o: warning: objtool: ldlm_chain_lock_for_replay() falls through to next function ldlm_cancel_lrur_no_wait_policy() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o: warning: objtool: ldlm_cli_cancel_local() falls through to next function ldlm_cli_enqueue_local() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o: warning: objtool: ldlm_cli_cancel_list() falls through to next function ldlm_cli_update_pool() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o: warning: objtool: ldlm_cancel_resource_local() falls through to next function ldlm_cli_cancel_unused_resource() CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_lockd.o CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o: warning: objtool: ldlm_flock_add_lock() falls through to next function ldlm_export_flock_keycmp() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o: warning: objtool: ldlm_export_flock_put() falls through to next function ldlm_export_flock_get() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o: warning: objtool: ldlm_export_flock_get() falls through to next function ldlm_flock_blocking_ast() CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_inodebits.o CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_srv_pool_setup() falls through to next function lprocfs_pool_state_single_open() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_cli_pool_pop_slv() falls through to next function ldlm_cli_pool_shrink() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_cli_pool_shrink() falls through to next function ldlm_cli_pool_recalc() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_srv_pool_recalc() falls through to next function ldlm_srv_pool_shrink() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_srv_pool_shrink() falls through to next function lprocfs_pool_state_seq_show() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: lprocfs_pool_state_seq_show() falls through to next function ldlm_pools_count() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_pool_add() falls through to next function ldlm_pool_del() /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_pool_del() falls through to next function ldlm_pool_get_slv() CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_reclaim.o LD [M] /root/lustre-release/lustre/ptlrpc/ptlrpc.o CC [M] /root/lustre-release/lustre/obdecho/echo_client.o /root/lustre-release/lustre/obdecho/echo_client.o: warning: objtool: echo_device_init() falls through to next function echo_session_key_init() /root/lustre-release/lustre/obdecho/echo_client.o: warning: objtool: echo_object_print() falls through to next function echo_device_fini() /root/lustre-release/lustre/obdecho/echo_client.o: warning: objtool: echo_device_fini() falls through to next function echo_object_delete() /root/lustre-release/lustre/obdecho/echo_client.o: warning: objtool: echo_object_delete() falls through to next function echo_object_free() /root/lustre-release/lustre/obdecho/echo_client.o: warning: objtool: echo_device_free() falls through to next function echo_device_alloc() CC [M] /root/lustre-release/lustre/obdecho/debug.o /root/lustre-release/lustre/obdecho/debug.o: warning: objtool: .text: unexpected end of section LD [M] /root/lustre-release/lustre/obdecho/obdecho.o CC [M] /root/lustre-release/lustre/mgc/mgc_request.o /root/lustre-release/lustre/mgc/mgc_request.o: warning: objtool: mgc_import_event() falls through to next function config_log_get.isra.0() /root/lustre-release/lustre/mgc/mgc_request.o: warning: objtool: mgc_precleanup() falls through to next function mgc_setup() /root/lustre-release/lustre/mgc/mgc_request.o: warning: objtool: lprocfs_mgc_rd_ir_state() falls through to next function mgc_process_log() CC [M] /root/lustre-release/lustre/mgc/lproc_mgc.o LD [M] /root/lustre-release/lustre/mgc/mgc.o CC [M] /root/lustre-release/lustre/ec/ec_base.o LD [M] /root/lustre-release/lustre/ec/ec.o CC [M] /root/lustre-release/lustre/kunit/llog_test.o /root/lustre-release/lustre/kunit/llog_test.o: warning: objtool: test3_check_n_add_cb() falls through to next function llog_test3_process() /root/lustre-release/lustre/kunit/llog_test.o: warning: objtool: dt_sync() falls through to next function dt_attr_get() CC [M] /root/lustre-release/lustre/kunit/obd_test.o CC [M] /root/lustre-release/lustre/kunit/kinode.o CC [M] /root/lustre-release/lustre/lov/lov_dev.o /root/lustre-release/lustre/lov/lov_dev.o: warning: objtool: lov_device_fini() falls through to next function lov_cl_del_target() /root/lustre-release/lustre/lov/lov_dev.o: warning: objtool: lov_device_free() falls through to next function lov_device_alloc() CC [M] /root/lustre-release/lustre/lov/lov_ea.o CC [M] /root/lustre-release/lustre/lov/lov_io.o /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_empty_impossible() falls through to next function lov_io_end_wrapper() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_end() falls through to next function lov_io_unlock() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_unlock() falls through to next function lov_io_fsync_end() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_fsync_end() falls through to next function lov_empty_io_fini() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_empty_io_fini() falls through to next function lov_io_data_version_end() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_data_version_end() falls through to next function lov_io_iter_fini() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_iter_fini() falls through to next function lov_io_fini() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_fini() falls through to next function lov_io_lseek_end() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_lock() falls through to next function lov_io_start() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_start() falls through to next function lov_io_setattr_start() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_setattr_start() falls through to next function lov_sub_get() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_sub_get() falls through to next function lov_io_commit_async() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_commit_async() falls through to next function lov_io_submit() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_init_empty() falls through to next function lov_io_init_released() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_init_released() falls through to next function lov_io_layout_at_confirm() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_layout_at_confirm() falls through to next function lov_io_layout_at() /root/lustre-release/lustre/lov/lov_io.o: warning: objtool: lov_io_layout_at() falls through to next function lov_io_lru_reserve() CC [M] /root/lustre-release/lustre/lov/lov_lock.o CC [M] /root/lustre-release/lustre/lov/lov_merge.o CC [M] /root/lustre-release/lustre/lov/lov_obd.o /root/lustre-release/lustre/lov/lov_obd.o: warning: objtool: lov_stripe_lock() falls through to next function lov_stripe_unlock() /root/lustre-release/lustre/lov/lov_obd.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/lov/lov_object.o /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_conf_lock() falls through to next function lov_conf_unlock() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lu2cl.part.0() falls through to next function lov_fini_empty() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_fini_empty() falls through to next function lov_attr_get() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_delete_empty() falls through to next function lov_init_foreign() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_init_foreign() falls through to next function lov_init_released() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_init_released() falls through to next function lov_object_init() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_sub_find() falls through to next function lov_init_raid0() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_conf_set() falls through to next function lov_print_composite() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_print_composite() falls through to next function lov_object_flush() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_lsm_addref() falls through to next function lov_object_maxbytes() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_read_and_clear_async_rc() falls through to next function lov_init_composite() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_init_composite() falls through to next function lov_delete_composite() /root/lustre-release/lustre/lov/lov_object.o: warning: objtool: lov_fini_composite() falls through to next function lov_object_alloc() CC [M] /root/lustre-release/lustre/lov/lov_offset.o /root/lustre-release/lustre/lov/lov_offset.o: warning: objtool: stripe_width() falls through to next function lov_stripe_size() CC [M] /root/lustre-release/lustre/lov/lov_pack.o /root/lustre-release/lustre/lov/lov_pack.o: warning: objtool: lov_free_memmd() falls through to next function lov_unpackmd() CC [M] /root/lustre-release/lustre/lov/lov_page.o CC [M] /root/lustre-release/lustre/lov/lov_pool.o /root/lustre-release/lustre/lov/lov_pool.o: warning: objtool: pool_proc_next() falls through to next function pool_cmpfn() /root/lustre-release/lustre/lov/lov_pool.o: warning: objtool: pool_proc_show() falls through to next function lov_pool_getref() /root/lustre-release/lustre/lov/lov_pool.o: warning: objtool: lov_pool_putref() falls through to next function pools_hash_exit() CC [M] /root/lustre-release/lustre/lov/lov_request.o CC [M] /root/lustre-release/lustre/lov/lovsub_dev.o /root/lustre-release/lustre/lov/lovsub_dev.o: warning: objtool: lovsub_device_init() falls through to next function lovsub_device_free() /root/lustre-release/lustre/lov/lovsub_dev.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/lov/lovsub_object.o /root/lustre-release/lustre/lov/lovsub_object.o: warning: objtool: lovsub_object_free() falls through to next function lovsub_req_attr_set() /root/lustre-release/lustre/lov/lovsub_object.o: warning: objtool: lovsub_attr_update() falls through to next function lovsub_object_alloc() CC [M] /root/lustre-release/lustre/lov/lproc_lov.o LD [M] /root/lustre-release/lustre/lov/lov.o CC [M] /root/lustre-release/lustre/osc/osc_request.o /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_release_ppga() falls through to next function osc_release_bounce_pages() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_enqueue_fini() falls through to next function osc_disconnect() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_cleanup_common() falls through to next function osc_statfs() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_pack_req_body() falls through to next function osc_setattr() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_set_lock_data() falls through to next function osc_iocontrol() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_setup() falls through to next function osc_announce_cached.isra.0() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_shrink_grant_interpret() falls through to next function osc_sync_interpret() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_reconnect() falls through to next function osc_getattr() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: osc_checksum_bulk() falls through to next function osc_checksum_bulk_t10pi() /root/lustre-release/lustre/osc/osc_request.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/osc/lproc_osc.o CC [M] /root/lustre-release/lustre/osc/osc_dev.o /root/lustre-release/lustre/osc/osc_dev.o: warning: objtool: osc_device_free() falls through to next function osc_type_stop() CC [M] /root/lustre-release/lustre/osc/osc_object.o /root/lustre-release/lustre/osc/osc_object.o: warning: objtool: osc_object_free() falls through to next function osc_attr_get() /root/lustre-release/lustre/osc/osc_object.o: warning: objtool: osc_object_ast_clear() falls through to next function osc_object_init() /root/lustre-release/lustre/osc/osc_object.o: warning: objtool: osc_object_prune() falls through to next function osc_object_print() CC [M] /root/lustre-release/lustre/osc/osc_page.o /root/lustre-release/lustre/osc/osc_page.o: warning: objtool: osc_cache_too_much() falls through to next function osc_page_touch() /root/lustre-release/lustre/osc/osc_page.o: warning: objtool: __osc_lru_del() falls through to next function osc_lru_use() /root/lustre-release/lustre/osc/osc_page.o: warning: objtool: osc_page_delete() falls through to next function unstable_page_accounting() /root/lustre-release/lustre/osc/osc_page.o: warning: objtool: discard_cl_pages() falls through to next function osc_lru_shrink() /root/lustre-release/lustre/osc/osc_page.o: warning: objtool: osc_page_cache_add() falls through to next function osc_index2policy() /root/lustre-release/lustre/osc/osc_page.o: warning: objtool: osc_page_submit() falls through to next function lru_queue_work() /root/lustre-release/lustre/osc/osc_page.o: warning: objtool: osc_dec_unstable_pages() falls through to next function osc_inc_unstable_pages() CC [M] /root/lustre-release/lustre/osc/osc_lock.o /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_fini() falls through to next function osc_lock_wake_waiters() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_lockless_cancel() falls through to next function osc_lock_cancel() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_cancel() falls through to next function osc_lock_set_writer() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_set_writer() falls through to next function ostid_build_res_name() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_set_reader() falls through to next function osc_lock_enqueue_wait() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_enqueue_wait() falls through to next function osc_lock_to_lockless() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_to_lockless() falls through to next function osc_ldlm_blocking_ast() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_lvb_update() falls through to next function osc_lock_upcall_speculative() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_upcall() falls through to next function osc_lock_init() /root/lustre-release/lustre/osc/osc_lock.o: warning: objtool: osc_lock_init() falls through to next function osc_obj_dlmlock_at_pgoff() CC [M] /root/lustre-release/lustre/osc/osc_io.o /root/lustre-release/lustre/osc/osc_io.o: warning: objtool: osc_fsync_ost() falls through to next function osc_io_fsync_start() /root/lustre-release/lustre/osc/osc_io.o: warning: objtool: osc_io_read_start() falls through to next function osc_io_write_start() /root/lustre-release/lustre/osc/osc_io.o: warning: objtool: osc_io_data_version_end() falls through to next function osc_io_iter_fini() /root/lustre-release/lustre/osc/osc_io.o: warning: objtool: osc_io_iter_fini() falls through to next function osc_io_rw_iter_fini() /root/lustre-release/lustre/osc/osc_io.o: warning: objtool: osc_io_rw_iter_fini() falls through to next function osc_io_lru_reserve() /root/lustre-release/lustre/osc/osc_io.o: warning: objtool: osc_io_lru_reserve() falls through to next function osc_io_iter_init() /root/lustre-release/lustre/osc/osc_io.o: warning: objtool: osc_page_touch_at() falls through to next function osc_io_commit_async() /root/lustre-release/lustre/osc/osc_io.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/osc/osc_quota.o CC [M] /root/lustre-release/lustre/osc/osc_cache.o /root/lustre-release/lustre/osc/osc_cache.o: warning: objtool: osc_update_pending() falls through to next function osc_prep_async_page() /root/lustre-release/lustre/osc/osc_cache.o: warning: objtool: osc_prep_async_page() falls through to next function osc_consume_write_grant() /root/lustre-release/lustre/osc/osc_cache.o: warning: objtool: osc_consume_write_grant() falls through to next function osc_free_grant() /root/lustre-release/lustre/osc/osc_cache.o: warning: objtool: osc_io_unplug0.part.0() falls through to next function osc_extent_put() /root/lustre-release/lustre/osc/osc_cache.o: warning: objtool: osc_extent_put() falls through to next function osc_ap_completion.isra.0() /root/lustre-release/lustre/osc/osc_cache.o: warning: objtool: osc_ap_completion.isra.0() falls through to next function check_and_discard_cb() /root/lustre-release/lustre/osc/osc_cache.o: warning: objtool: check_and_discard_cb() falls through to next function osc_enter_cache_try() /root/lustre-release/lustre/osc/osc_cache.o: warning: objtool: .text: unexpected end of section LD [M] /root/lustre-release/lustre/osc/osc.o CC [M] /root/lustre-release/lustre/mdc/mdc_request.o /root/lustre-release/lustre/mdc/mdc_request.o: warning: objtool: mdc_replay_open() falls through to next function mdc_commit_open() /root/lustre-release/lustre/mdc/mdc_request.o: warning: objtool: mdc_rmfid_interpret() falls through to next function mdc_clear_open_replay_data() /root/lustre-release/lustre/mdc/mdc_request.o: warning: objtool: mdc_clear_open_replay_data() falls through to next function mdc_get_root() /root/lustre-release/lustre/mdc/mdc_request.o: warning: objtool: mdc_cleanup() falls through to next function mdc_setxattr() /root/lustre-release/lustre/mdc/mdc_request.o: warning: objtool: mdc_setxattr() falls through to next function ll_read_cache_page.constprop.0() /root/lustre-release/lustre/mdc/mdc_request.o: warning: objtool: mdc_setup() falls through to next function mdc_precleanup() /root/lustre-release/lustre/mdc/mdc_request.o: warning: objtool: mdc_import_event() falls through to next function mdc_read_page() CC [M] /root/lustre-release/lustre/mdc/mdc_reint.o CC [M] /root/lustre-release/lustre/mdc/lproc_mdc.o CC [M] /root/lustre-release/lustre/mdc/mdc_lib.o /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: __mdc_pack_body() falls through to next function mdc_pack_name() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_close_intent_pack() falls through to next function mdc_swap_layouts_pack() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_pack_body() falls through to next function mdc_file_secctx_pack() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_file_secctx_pack() falls through to next function mdc_file_encctx_pack() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_file_encctx_pack() falls through to next function mdc_file_sepol_pack() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_file_sepol_pack() falls through to next function mdc_readdir_pack() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_create_pack() falls through to next function mdc_open_pack() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_open_pack() falls through to next function mdc_setattr_pack() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_unlink_pack() falls through to next function mdc_link_pack() /root/lustre-release/lustre/mdc/mdc_lib.o: warning: objtool: mdc_link_pack() falls through to next function mdc_rename_pack() CC [M] /root/lustre-release/lustre/mdc/mdc_locks.o /root/lustre-release/lustre/mdc/mdc_locks.o: warning: objtool: it_open_error() falls through to next function mdc_intent_getattr_pack() /root/lustre-release/lustre/mdc/mdc_locks.o: warning: objtool: mdc_clear_replay_flag.part.0() falls through to next function mdc_finish_intent_lock.isra.0() /root/lustre-release/lustre/mdc/mdc_locks.o: warning: objtool: mdc_set_lock_data() falls through to next function mdc_lock_match() /root/lustre-release/lustre/mdc/mdc_locks.o: warning: objtool: mdc_intent_lock() falls through to next function mdc_intent_getattr_async() CC [M] /root/lustre-release/lustre/mdc/mdc_changelog.o /root/lustre-release/lustre/mdc/mdc_changelog.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/mdc/mdc_dev.o /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_set_dom_lock_data() falls through to next function mdc_process_config() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_lock_init() falls through to next function mdc_device_alloc() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_object_ast_clear() falls through to next function mdc_object_init() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_io_init() falls through to next function mdc_object_prune() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_object_prune() falls through to next function mdc_lock_flush() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_dlm_canceling() falls through to next function mdc_ldlm_blocking_ast() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_lock_lockless_cancel() falls through to next function mdc_lock_lvb_update() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_lock_lvb_update() falls through to next function mdc_lock_upcall() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_lock_upcall() falls through to next function mdc_build_res_name() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_check_and_discard_cb() falls through to next function mdc_io_setattr_start() /root/lustre-release/lustre/mdc/mdc_dev.o: warning: objtool: mdc_req_attr_set() falls through to next function mdc_fill_lvb() CC [M] /root/lustre-release/lustre/mdc/mdc_batch.o CC [M] /root/lustre-release/lustre/mdc/mdc_acl.o LD [M] /root/lustre-release/lustre/mdc/mdc.o CC [M] /root/lustre-release/lustre/lmv/lmv_obd.o CC [M] /root/lustre-release/lustre/lmv/lmv_intent.o CC [M] /root/lustre-release/lustre/lmv/lmv_fld.o CC [M] /root/lustre-release/lustre/lmv/lproc_lmv.o LD [M] /root/lustre-release/lustre/lmv/lmv.o CC [M] /root/lustre-release/lustre/llite/dcache.o /root/lustre-release/lustre/llite/dcache.o: warning: objtool: ll_ddelete() falls through to next function ll_release() /root/lustre-release/lustre/llite/dcache.o: warning: objtool: ll_prune_aliases() falls through to next function ll_revalidate_it_finish() CC [M] /root/lustre-release/lustre/llite/dir.o /root/lustre-release/lustre/llite/dir.o: warning: objtool: ll_dir_striped() falls through to next function ll_rmfid() /root/lustre-release/lustre/llite/dir.o: warning: objtool: ll_get_mdt_idx() falls through to next function ll_quota_iter_check_and_cleanup() CC [M] /root/lustre-release/lustre/llite/file.o /root/lustre-release/lustre/llite/file.o: warning: objtool: ll_flush() falls through to next function ll_inode2fid.part.0() /root/lustre-release/lustre/llite/file.o: warning: objtool: ll_inode2fid.part.0() falls through to next function ll_file_data_put.part.0() /root/lustre-release/lustre/llite/file.o: warning: objtool: ll_local_open() falls through to next function obd_iocontrol() /root/lustre-release/lustre/llite/file.o: warning: objtool: ll_io_init() falls through to next function ll_file_io_generic() CC [M] /root/lustre-release/lustre/llite/llite_lib.o /root/lustre-release/lustre/llite/llite_lib.o: warning: objtool: ll_inode2fid.part.0() falls through to next function ll_statfs_project.constprop.0() /root/lustre-release/lustre/llite/llite_lib.o: warning: objtool: ll_lli_init() falls through to next function ll_put_super() /root/lustre-release/lustre/llite/llite_lib.o: warning: objtool: ll_dir_clear_lsm_md() falls through to next function ll_clear_inode() /root/lustre-release/lustre/llite/llite_lib.o: warning: objtool: ll_inode_size_lock() falls through to next function ll_inode_size_unlock() /root/lustre-release/lustre/llite/llite_lib.o: warning: objtool: ll_inode_size_trylock() falls through to next function ll_update_inode_flags() CC [M] /root/lustre-release/lustre/llite/llite_nfs.o /root/lustre-release/lustre/llite/llite_nfs.o: warning: objtool: ll_encode_fh() falls through to next function ll_nfs_get_name_filldir() CC [M] /root/lustre-release/lustre/llite/rw.o /root/lustre-release/lustre/llite/rw.o: warning: objtool: ll_readahead_file_kms() falls through to next function ras_detect_read_pattern() /root/lustre-release/lustre/llite/rw.o: warning: objtool: ll_ra_stats_inc() falls through to next function ll_readahead_init() /root/lustre-release/lustre/llite/rw.o: warning: objtool: ll_cl_add() falls through to next function ll_cl_remove() /root/lustre-release/lustre/llite/rw.o: warning: objtool: ll_cl_remove() falls through to next function ll_io_read_page() CC [M] /root/lustre-release/lustre/llite/lproc_llite.o CC [M] /root/lustre-release/lustre/llite/namei.o /root/lustre-release/lustre/llite/namei.o: warning: objtool: ll_md_blocking_ast() falls through to next function ll_set_lock_data() /root/lustre-release/lustre/llite/namei.o: warning: objtool: ll_i2gids() falls through to next function ll_splice_alias() /root/lustre-release/lustre/llite/namei.o: warning: objtool: ll_update_times() falls through to next function ll_rename() /root/lustre-release/lustre/llite/namei.o: warning: objtool: ll_mknod() falls through to next function ll_create_nd() /root/lustre-release/lustre/llite/namei.o: warning: objtool: ll_create_nd() falls through to next function ll_mkdir() /root/lustre-release/lustre/llite/namei.o: warning: objtool: ll_mkdir() falls through to next function ll_symlink() CC [M] /root/lustre-release/lustre/llite/symlink.o CC [M] /root/lustre-release/lustre/llite/llite_mmap.o /root/lustre-release/lustre/llite/llite_mmap.o: warning: objtool: ll_vm_close() falls through to next function ll_vm_open() /root/lustre-release/lustre/llite/llite_mmap.o: warning: objtool: ll_vm_open() falls through to next function ll_fault_io_init() /root/lustre-release/lustre/llite/llite_mmap.o: warning: objtool: ll_fault_io_init() falls through to next function ll_page_mkwrite() CC [M] /root/lustre-release/lustre/llite/xattr.o /root/lustre-release/lustre/llite/xattr.o: warning: objtool: ll_xattr_get() falls through to next function ll_listxattr() CC [M] /root/lustre-release/lustre/llite/xattr_cache.o /root/lustre-release/lustre/llite/xattr_cache.o: warning: objtool: ll_xattr_cache_init() falls through to next function ll_xattr_cache_add() CC [M] /root/lustre-release/lustre/llite/rw26.o /root/lustre-release/lustre/llite/rw26.o: warning: objtool: ll_invalidate_folio() falls through to next function ll_release_folio() /root/lustre-release/lustre/llite/rw26.o: warning: objtool: ll_release_folio() falls through to next function ll_write_end() CC [M] /root/lustre-release/lustre/llite/super25.o CC [M] /root/lustre-release/lustre/llite/statahead.o /root/lustre-release/lustre/llite/statahead.o: warning: objtool: ll_agl_trigger() falls through to next function sa_prep_data() /root/lustre-release/lustre/llite/statahead.o: warning: objtool: sa_prep_data() falls through to next function ll_agl_add() /root/lustre-release/lustre/llite/statahead.o: warning: objtool: ll_inode2fid.part.0() falls through to next function sa_make_ready() /root/lustre-release/lustre/llite/statahead.o: warning: objtool: sa_make_ready() falls through to next function sa_free.isra.0() /root/lustre-release/lustre/llite/statahead.o: warning: objtool: sa_free.isra.0() falls through to next function ll_statahead_interpret() /root/lustre-release/lustre/llite/statahead.o: warning: objtool: ll_sai_put() falls through to next function ll_statahead_interpret_work() /root/lustre-release/lustre/llite/statahead.o: warning: objtool: ll_deauthorize_statahead() falls through to next function ll_start_statahead() /root/lustre-release/lustre/llite/statahead.o: warning: objtool: ll_revalidate_statahead() falls through to next function ll_ioctl_ahead() CC [M] /root/lustre-release/lustre/llite/xattr_security.o /root/lustre-release/lustre/llite/xattr_security.o: warning: objtool: ll_inode_notifysecctx() falls through to next function ll_secctx_name_free() CC [M] /root/lustre-release/lustre/llite/glimpse.o /root/lustre-release/lustre/llite/glimpse.o: warning: objtool: cl_glimpse_lock() falls through to next function cl_io_get() /root/lustre-release/lustre/llite/glimpse.o: warning: objtool: cl_io_get() falls through to next function cl_glimpse_size0() CC [M] /root/lustre-release/lustre/llite/lcommon_cl.o CC [M] /root/lustre-release/lustre/llite/lcommon_misc.o /root/lustre-release/lustre/llite/lcommon_misc.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/lustre/llite/vvp_dev.o /root/lustre-release/lustre/llite/vvp_dev.o: warning: objtool: vvp_pgcache_current() falls through to next function vvp_pgcache_next() /root/lustre-release/lustre/llite/vvp_dev.o: warning: objtool: vvp_device_free() falls through to next function vvp_device_alloc() /root/lustre-release/lustre/llite/vvp_dev.o: warning: objtool: vvp_device_init() falls through to next function vvp_pgcache_show() CC [M] /root/lustre-release/lustre/llite/vvp_page.o /root/lustre-release/lustre/llite/vvp_page.o: warning: objtool: vvp_page_completion_write() falls through to next function vvp_page_delete() CC [M] /root/lustre-release/lustre/llite/vvp_io.o /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: page_list_sanity_check.isra.0() falls through to next function vvp_prep_size() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_commit_sync() falls through to next function vvp_io_one_lock_index() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_one_lock_index() falls through to next function vvp_io_lseek_lock() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_read_iter_init() falls through to next function vvp_io_write_iter_init() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_write_iter_init() falls through to next function vvp_io_write_iter_fini() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_write_iter_fini() falls through to next function vvp_io_fault_lock() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_fault_lock() falls through to next function vvp_io_fault_iter_init() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_fault_iter_init() falls through to next function vvp_io_advance() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_advance() falls through to next function vvp_io_setattr_start() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_read_ahead() falls through to next function can_populate_pages.isra.0() /root/lustre-release/lustre/llite/vvp_io.o: warning: objtool: vvp_io_write_commit() falls through to next function vvp_io_write_start() CC [M] /root/lustre-release/lustre/llite/vvp_object.o /root/lustre-release/lustre/llite/vvp_object.o: warning: objtool: cl_inode2vvp() falls through to next function vvp_object_alloc() CC [M] /root/lustre-release/lustre/llite/pcc.o /root/lustre-release/lustre/llite/pcc.o: warning: objtool: pcc_rule_conds_free() falls through to next function pcc_dataset_rule_fini() /root/lustre-release/lustre/llite/pcc.o: warning: objtool: pcc_dataset_rule_fini() falls through to next function pcc_id_list_parse() /root/lustre-release/lustre/llite/pcc.o: warning: objtool: pcc_inode_attach_set() falls through to next function pcc_try_datasets_attach() /root/lustre-release/lustre/llite/pcc.o: warning: objtool: pcc_io_init() falls through to next function pcc_super_init() /root/lustre-release/lustre/llite/pcc.o: warning: objtool: pcc_file_release() falls through to next function pcc_file_read_iter() /root/lustre-release/lustre/llite/pcc.o: warning: objtool: pcc_file_mmap() falls through to next function pcc_vm_open() /root/lustre-release/lustre/llite/pcc.o: warning: objtool: pcc_layout_invalidate() falls through to next function pcc_inode_create() CC [M] /root/lustre-release/lustre/llite/crypto.o CC [M] /root/lustre-release/lustre/llite/llite_foreign.o /root/lustre-release/lustre/llite/llite_foreign.o: warning: objtool: ll_manage_foreign_file() falls through to next function ll_manage_foreign_dir() /root/lustre-release/lustre/llite/llite_foreign.o: warning: objtool: ll_manage_foreign_dir() falls through to next function ll_manage_foreign() CC [M] /root/lustre-release/lustre/llite/llite_foreign_symlink.o /root/lustre-release/lustre/llite/llite_foreign_symlink.o: warning: objtool: ll_foreign_dir_lookup() falls through to next function foreign_symlink_alloc_and_copy_prefix() CC [M] /root/lustre-release/lustre/llite/acl.o LD [M] /root/lustre-release/lustre/llite/lustre.o CC [M] /root/lustre-release/lustre/fld/fld_request.o /root/lustre-release/lustre/fld/fld_request.o: warning: objtool: fld_client_add_target() falls through to next function fld_client_del_target() /root/lustre-release/lustre/fld/fld_request.o: warning: objtool: fld_rrb_hash() falls through to next function fld_client_rpc() CC [M] /root/lustre-release/lustre/fld/fld_cache.o /root/lustre-release/lustre/fld/fld_cache.o: warning: objtool: fld_cache_shrink.isra.0() falls through to next function fld_cache_init() /root/lustre-release/lustre/fld/fld_cache.o: warning: objtool: fld_cache_fini() falls through to next function fld_cache_entry_create() CC [M] /root/lustre-release/lustre/fld/lproc_fld.o LD [M] /root/lustre-release/lustre/fld/fld.o MODPOST /root/lustre-release/Module.symvers CC [M] /root/lustre-release/libcfs/libcfs/libcfs.mod.o LD [M] /root/lustre-release/libcfs/libcfs/libcfs.ko BTF [M] /root/lustre-release/libcfs/libcfs/libcfs.ko Skipping BTF generation for /root/lustre-release/libcfs/libcfs/libcfs.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lnet/lnet/lnet.mod.o LD [M] /root/lustre-release/lnet/lnet/lnet.ko BTF [M] /root/lustre-release/lnet/lnet/lnet.ko Skipping BTF generation for /root/lustre-release/lnet/lnet/lnet.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lnet/klnds/socklnd/ksocklnd.mod.o LD [M] /root/lustre-release/lnet/klnds/socklnd/ksocklnd.ko BTF [M] /root/lustre-release/lnet/klnds/socklnd/ksocklnd.ko Skipping BTF generation for /root/lustre-release/lnet/klnds/socklnd/ksocklnd.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lnet/selftest/lnet_selftest.mod.o LD [M] /root/lustre-release/lnet/selftest/lnet_selftest.ko BTF [M] /root/lustre-release/lnet/selftest/lnet_selftest.ko Skipping BTF generation for /root/lustre-release/lnet/selftest/lnet_selftest.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/fid/fid.mod.o LD [M] /root/lustre-release/lustre/fid/fid.ko BTF [M] /root/lustre-release/lustre/fid/fid.ko Skipping BTF generation for /root/lustre-release/lustre/fid/fid.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/obdclass/obdclass.mod.o LD [M] /root/lustre-release/lustre/obdclass/obdclass.ko BTF [M] /root/lustre-release/lustre/obdclass/obdclass.ko Skipping BTF generation for /root/lustre-release/lustre/obdclass/obdclass.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/ptlrpc/ptlrpc.mod.o LD [M] /root/lustre-release/lustre/ptlrpc/ptlrpc.ko BTF [M] /root/lustre-release/lustre/ptlrpc/ptlrpc.ko Skipping BTF generation for /root/lustre-release/lustre/ptlrpc/ptlrpc.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/obdecho/obdecho.mod.o LD [M] /root/lustre-release/lustre/obdecho/obdecho.ko BTF [M] /root/lustre-release/lustre/obdecho/obdecho.ko Skipping BTF generation for /root/lustre-release/lustre/obdecho/obdecho.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/mgc/mgc.mod.o LD [M] /root/lustre-release/lustre/mgc/mgc.ko BTF [M] /root/lustre-release/lustre/mgc/mgc.ko Skipping BTF generation for /root/lustre-release/lustre/mgc/mgc.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/ec/ec.mod.o LD [M] /root/lustre-release/lustre/ec/ec.ko BTF [M] /root/lustre-release/lustre/ec/ec.ko Skipping BTF generation for /root/lustre-release/lustre/ec/ec.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/kunit/llog_test.mod.o LD [M] /root/lustre-release/lustre/kunit/llog_test.ko BTF [M] /root/lustre-release/lustre/kunit/llog_test.ko Skipping BTF generation for /root/lustre-release/lustre/kunit/llog_test.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/kunit/obd_test.mod.o LD [M] /root/lustre-release/lustre/kunit/obd_test.ko BTF [M] /root/lustre-release/lustre/kunit/obd_test.ko Skipping BTF generation for /root/lustre-release/lustre/kunit/obd_test.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/kunit/kinode.mod.o LD [M] /root/lustre-release/lustre/kunit/kinode.ko BTF [M] /root/lustre-release/lustre/kunit/kinode.ko Skipping BTF generation for /root/lustre-release/lustre/kunit/kinode.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/lov/lov.mod.o LD [M] /root/lustre-release/lustre/lov/lov.ko BTF [M] /root/lustre-release/lustre/lov/lov.ko Skipping BTF generation for /root/lustre-release/lustre/lov/lov.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/osc/osc.mod.o LD [M] /root/lustre-release/lustre/osc/osc.ko BTF [M] /root/lustre-release/lustre/osc/osc.ko Skipping BTF generation for /root/lustre-release/lustre/osc/osc.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/mdc/mdc.mod.o LD [M] /root/lustre-release/lustre/mdc/mdc.ko BTF [M] /root/lustre-release/lustre/mdc/mdc.ko Skipping BTF generation for /root/lustre-release/lustre/mdc/mdc.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/lmv/lmv.mod.o LD [M] /root/lustre-release/lustre/lmv/lmv.ko BTF [M] /root/lustre-release/lustre/lmv/lmv.ko Skipping BTF generation for /root/lustre-release/lustre/lmv/lmv.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/llite/lustre.mod.o LD [M] /root/lustre-release/lustre/llite/lustre.ko BTF [M] /root/lustre-release/lustre/llite/lustre.ko Skipping BTF generation for /root/lustre-release/lustre/llite/lustre.ko due to unavailability of vmlinux CC [M] /root/lustre-release/lustre/fld/fld.mod.o LD [M] /root/lustre-release/lustre/fld/fld.ko BTF [M] /root/lustre-release/lustre/fld/fld.ko Skipping BTF generation for /root/lustre-release/lustre/fld/fld.ko due to unavailability of vmlinux make[5]: Leaving directory '/usr/src/linux-headers-6.8.0-31-generic' make[4]: Leaving directory '/root/lustre-release' Making all in lustre-iokit make[4]: Entering directory '/root/lustre-release/lustre-iokit' Making all in obdfilter-survey make[5]: Entering directory '/root/lustre-release/lustre-iokit/obdfilter-survey' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/obdfilter-survey' Making all in sgpdd-survey make[5]: Entering directory '/root/lustre-release/lustre-iokit/sgpdd-survey' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/sgpdd-survey' Making all in ost-survey make[5]: Entering directory '/root/lustre-release/lustre-iokit/ost-survey' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/ost-survey' Making all in ior-survey make[5]: Entering directory '/root/lustre-release/lustre-iokit/ior-survey' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/ior-survey' Making all in mds-survey make[5]: Entering directory '/root/lustre-release/lustre-iokit/mds-survey' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/mds-survey' Making all in stats-collect make[5]: Entering directory '/root/lustre-release/lustre-iokit/stats-collect' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/stats-collect' Making all in lst-survey make[5]: Entering directory '/root/lustre-release/lustre-iokit/lst-survey' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/lst-survey' make[5]: Entering directory '/root/lustre-release/lustre-iokit' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit' make[4]: Leaving directory '/root/lustre-release/lustre-iokit' Making all in libcfs make[4]: Entering directory '/root/lustre-release/libcfs' Making all in libcfs make[5]: Entering directory '/root/lustre-release/libcfs/libcfs' Making all in linux make[6]: Entering directory '/root/lustre-release/libcfs/libcfs/linux' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/libcfs/libcfs/linux' Making all in util make[6]: Entering directory '/root/lustre-release/libcfs/libcfs/util' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/libcfs/libcfs/util' Making all in crypto make[6]: Entering directory '/root/lustre-release/libcfs/libcfs/crypto' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/libcfs/libcfs/crypto' make[6]: Entering directory '/root/lustre-release/libcfs/libcfs' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-string.lo `test -f 'util/string.c' || echo './'`util/string.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/string.c -fPIC -DPIC -o util/.libs/libcfs_la-string.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/string.c -o util/libcfs_la-string.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-nidstrings.lo `test -f 'util/nidstrings.c' || echo './'`util/nidstrings.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/nidstrings.c -fPIC -DPIC -o util/.libs/libcfs_la-nidstrings.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/nidstrings.c -o util/libcfs_la-nidstrings.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-param.lo `test -f 'util/param.c' || echo './'`util/param.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/param.c -fPIC -DPIC -o util/.libs/libcfs_la-param.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/param.c -o util/libcfs_la-param.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-parser.lo `test -f 'util/parser.c' || echo './'`util/parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/parser.c -fPIC -DPIC -o util/.libs/libcfs_la-parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/parser.c -o util/libcfs_la-parser.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-l_ioctl.lo `test -f 'util/l_ioctl.c' || echo './'`util/l_ioctl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/l_ioctl.c -fPIC -DPIC -o util/.libs/libcfs_la-l_ioctl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -g -O2 -Wall -Werror -c util/l_ioctl.c -o util/libcfs_la-l_ioctl.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -g -O2 -Wall -Werror -o libcfs.la util/libcfs_la-string.lo util/libcfs_la-nidstrings.lo util/libcfs_la-param.lo util/libcfs_la-parser.lo util/libcfs_la-l_ioctl.lo -lkeyutils libtool: link: ar cr .libs/libcfs.a util/.libs/libcfs_la-string.o util/.libs/libcfs_la-nidstrings.o util/.libs/libcfs_la-param.o util/.libs/libcfs_la-parser.o util/.libs/libcfs_la-l_ioctl.o libtool: link: ranlib .libs/libcfs.a libtool: link: ( cd ".libs" && rm -f "libcfs.la" && ln -s "../libcfs.la" "libcfs.la" ) make[6]: Leaving directory '/root/lustre-release/libcfs/libcfs' make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs' Making all in include make[5]: Entering directory '/root/lustre-release/libcfs/include' Making all in libcfs make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs' Making all in linux make[7]: Entering directory '/root/lustre-release/libcfs/include/libcfs/linux' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/linux' Making all in util make[7]: Entering directory '/root/lustre-release/libcfs/include/libcfs/util' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/util' Making all in crypto make[7]: Entering directory '/root/lustre-release/libcfs/include/libcfs/crypto' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/crypto' make[7]: Entering directory '/root/lustre-release/libcfs/include/libcfs' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/libcfs' make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs' Making all in uapi make[6]: Entering directory '/root/lustre-release/libcfs/include/uapi' Making all in linux make[7]: Entering directory '/root/lustre-release/libcfs/include/uapi/linux' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/uapi/linux' make[7]: Entering directory '/root/lustre-release/libcfs/include/uapi' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/uapi' make[6]: Leaving directory '/root/lustre-release/libcfs/include/uapi' make[6]: Entering directory '/root/lustre-release/libcfs/include' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/libcfs/include' make[5]: Leaving directory '/root/lustre-release/libcfs/include' Making all in autoconf make[5]: Entering directory '/root/lustre-release/libcfs/autoconf' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/libcfs/autoconf' make[5]: Entering directory '/root/lustre-release/libcfs' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/lustre-release/libcfs' make[4]: Leaving directory '/root/lustre-release/libcfs' Making all in lnet make[4]: Entering directory '/root/lustre-release/lnet' Making all in lnet make[5]: Entering directory '/root/lustre-release/lnet/lnet' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lnet/lnet' Making all in klnds make[5]: Entering directory '/root/lustre-release/lnet/klnds' Making all in socklnd make[6]: Entering directory '/root/lustre-release/lnet/klnds/socklnd' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds/socklnd' Making all in gnilnd make[6]: Entering directory '/root/lustre-release/lnet/klnds/gnilnd' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds/gnilnd' Making all in o2iblnd make[6]: Entering directory '/root/lustre-release/lnet/klnds/o2iblnd' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds/o2iblnd' Making all in kfilnd make[6]: Entering directory '/root/lustre-release/lnet/klnds/kfilnd' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds/kfilnd' Making all in in-kernel-o2iblnd make[6]: Entering directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' make[6]: Entering directory '/root/lustre-release/lnet/klnds' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds' make[5]: Leaving directory '/root/lustre-release/lnet/klnds' Making all in selftest make[5]: Entering directory '/root/lustre-release/lnet/selftest' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lnet/selftest' Making all in doc make[5]: Entering directory '/root/lustre-release/lnet/doc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lnet/doc' Making all in utils make[5]: Entering directory '/root/lustre-release/lnet/utils' Making all in lnetconfig make[6]: Entering directory '/root/lustre-release/lnet/utils/lnetconfig' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-liblnetconfig.lo `test -f 'liblnetconfig.c' || echo './'`liblnetconfig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c liblnetconfig.c -fPIC -DPIC -o .libs/liblnetconfig_la-liblnetconfig.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c liblnetconfig.c -o liblnetconfig_la-liblnetconfig.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-liblnetconfig_lnd.lo `test -f 'liblnetconfig_lnd.c' || echo './'`liblnetconfig_lnd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_lnd.c -fPIC -DPIC -o .libs/liblnetconfig_la-liblnetconfig_lnd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_lnd.c -o liblnetconfig_la-liblnetconfig_lnd.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-cyaml.lo `test -f 'cyaml.c' || echo './'`cyaml.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c cyaml.c -fPIC -DPIC -o .libs/liblnetconfig_la-cyaml.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c cyaml.c -o liblnetconfig_la-cyaml.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-liblnetconfig_udsp.lo `test -f 'liblnetconfig_udsp.c' || echo './'`liblnetconfig_udsp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_udsp.c -fPIC -DPIC -o .libs/liblnetconfig_la-liblnetconfig_udsp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_udsp.c -o liblnetconfig_la-liblnetconfig_udsp.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-liblnetconfig_netlink.lo `test -f 'liblnetconfig_netlink.c' || echo './'`liblnetconfig_netlink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_netlink.c -fPIC -DPIC -o .libs/liblnetconfig_la-liblnetconfig_netlink.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_netlink.c -o liblnetconfig_la-liblnetconfig_netlink.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Werror -L../../../libcfs/libcfs -lyaml -lm -lreadline -version-info 4:0:0 -o liblnetconfig.la -rpath /usr/lib liblnetconfig_la-liblnetconfig.lo liblnetconfig_la-liblnetconfig_lnd.lo liblnetconfig_la-cyaml.lo liblnetconfig_la-liblnetconfig_udsp.lo liblnetconfig_la-liblnetconfig_netlink.lo ../../../libcfs/libcfs/libcfs.la -lnl-genl-3 -lnl-3 -lkeyutils libtool: link: gcc -shared -fPIC -DPIC .libs/liblnetconfig_la-liblnetconfig.o .libs/liblnetconfig_la-liblnetconfig_lnd.o .libs/liblnetconfig_la-cyaml.o .libs/liblnetconfig_la-liblnetconfig_udsp.o .libs/liblnetconfig_la-liblnetconfig_netlink.o -Wl,--whole-archive ../../../libcfs/libcfs/.libs/libcfs.a -Wl,--no-whole-archive -L../../../libcfs/libcfs -lyaml -lm -lreadline -lnl-genl-3 -lnl-3 -lkeyutils -g -O2 -Wl,-soname -Wl,liblnetconfig.so.4 -o .libs/liblnetconfig.so.4.0.0 libtool: link: (cd ".libs" && rm -f "liblnetconfig.so.4" && ln -s "liblnetconfig.so.4.0.0" "liblnetconfig.so.4") libtool: link: (cd ".libs" && rm -f "liblnetconfig.so" && ln -s "liblnetconfig.so.4.0.0" "liblnetconfig.so") libtool: link: (cd .libs/liblnetconfig.lax/libcfs.a && ar x "/root/lustre-release/lnet/utils/lnetconfig/../../../libcfs/libcfs/.libs/libcfs.a") libtool: link: ar cr .libs/liblnetconfig.a liblnetconfig_la-liblnetconfig.o liblnetconfig_la-liblnetconfig_lnd.o liblnetconfig_la-cyaml.o liblnetconfig_la-liblnetconfig_udsp.o liblnetconfig_la-liblnetconfig_netlink.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-l_ioctl.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-nidstrings.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-param.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-parser.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-string.o libtool: link: ranlib .libs/liblnetconfig.a libtool: link: rm -fr .libs/liblnetconfig.lax libtool: link: ( cd ".libs" && rm -f "liblnetconfig.la" && ln -s "../liblnetconfig.la" "liblnetconfig.la" ) make[6]: Leaving directory '/root/lustre-release/lnet/utils/lnetconfig' make[6]: Entering directory '/root/lustre-release/lnet/utils' gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -c -o routerstat.o routerstat.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -L. -o routerstat routerstat.o ../../lnet/utils/lnetconfig/liblnetconfig.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -o .libs/routerstat routerstat.o -L. ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_LINUX_TIME_H -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -c -o lst-lst.o `test -f 'lst.c' || echo './'`lst.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_LINUX_TIME_H -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -L. -o lst lst-lst.o ../../lnet/utils/lnetconfig/liblnetconfig.la -lnl-genl-3 -lnl-3 -lyaml -lkeyutils libtool: link: gcc -fPIC -D_LINUX_TIME_H -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -o .libs/lst lst-lst.o -L. ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lnl-genl-3 -lnl-3 -lyaml -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -c -o lnetctl.o lnetctl.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -L. -o lnetctl lnetctl.o ../../lnet/utils/lnetconfig/liblnetconfig.la -lnl-genl-3 -lnl-3 -lyaml -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -o .libs/lnetctl lnetctl.o -L. ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lnl-genl-3 -lnl-3 -lyaml -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -c -o wirecheck.o wirecheck.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -L. -o wirecheck wirecheck.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -o wirecheck wirecheck.o -L. -lkeyutils make[6]: Leaving directory '/root/lustre-release/lnet/utils' make[5]: Leaving directory '/root/lustre-release/lnet/utils' Making all in include make[5]: Entering directory '/root/lustre-release/lnet/include' Making all in lnet make[6]: Entering directory '/root/lustre-release/lnet/include/lnet' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lnet/include/lnet' Making all in uapi/linux/lnet make[6]: Entering directory '/root/lustre-release/lnet/include/uapi/linux/lnet' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lnet/include/uapi/linux/lnet' make[6]: Entering directory '/root/lustre-release/lnet/include' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/lnet/include' make[5]: Leaving directory '/root/lustre-release/lnet/include' Making all in autoconf make[5]: Entering directory '/root/lustre-release/lnet/autoconf' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lnet/autoconf' make[5]: Entering directory '/root/lustre-release/lnet' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/lustre-release/lnet' make[4]: Leaving directory '/root/lustre-release/lnet' Making all in lustre make[4]: Entering directory '/root/lustre-release/lustre' Making all in include make[5]: Entering directory '/root/lustre-release/lustre/include' Making all in lustre make[6]: Entering directory '/root/lustre-release/lustre/include/lustre' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lustre/include/lustre' Making all in uapi/linux/lustre make[6]: Entering directory '/root/lustre-release/lustre/include/uapi/linux/lustre' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lustre/include/uapi/linux/lustre' make[6]: Entering directory '/root/lustre-release/lustre/include' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/lustre/include' make[5]: Leaving directory '/root/lustre-release/lustre/include' Making all in obdclass make[5]: Entering directory '/root/lustre-release/lustre/obdclass' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/obdclass' Making all in ldlm make[5]: Entering directory '/root/lustre-release/lustre/ldlm' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/ldlm' Making all in ptlrpc make[5]: Entering directory '/root/lustre-release/lustre/ptlrpc' make[6]: Entering directory '/root/lustre-release/lustre/ptlrpc' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/lustre/ptlrpc' make[5]: Leaving directory '/root/lustre-release/lustre/ptlrpc' Making all in obdecho make[5]: Entering directory '/root/lustre-release/lustre/obdecho' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/obdecho' Making all in ec make[5]: Entering directory '/root/lustre-release/lustre/ec' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/ec' Making all in mgc make[5]: Entering directory '/root/lustre-release/lustre/mgc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/mgc' Making all in fid make[5]: Entering directory '/root/lustre-release/lustre/fid' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/fid' Making all in fld make[5]: Entering directory '/root/lustre-release/lustre/fld' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/fld' Making all in doc make[5]: Entering directory '/root/lustre-release/lustre/doc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/doc' Making all in utils make[5]: Entering directory '/root/lustre-release/lustre/utils' make[6]: Entering directory '/root/lustre-release/lustre/utils' gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lfs-lfs.o `test -f 'lfs.c' || echo './'`lfs.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lfs-lfs_project.o `test -f 'lfs_project.c' || echo './'`lfs_project.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lfs-callvpe.o `test -f 'callvpe.c' || echo './'`callvpe.c /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi.lo `test -f 'liblustreapi.c' || echo './'`liblustreapi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi.c -o liblustreapi_la-liblustreapi.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_hsm.lo `test -f 'liblustreapi_hsm.c' || echo './'`liblustreapi_hsm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_hsm.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_hsm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_hsm.c -o liblustreapi_la-liblustreapi_hsm.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_nodemap.lo `test -f 'liblustreapi_nodemap.c' || echo './'`liblustreapi_nodemap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_nodemap.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_nodemap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_nodemap.c -o liblustreapi_la-liblustreapi_nodemap.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_json.lo `test -f 'liblustreapi_json.c' || echo './'`liblustreapi_json.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_json.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_json.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_json.c -o liblustreapi_la-liblustreapi_json.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_layout.lo `test -f 'liblustreapi_layout.c' || echo './'`liblustreapi_layout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_layout.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_layout.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_layout.c -o liblustreapi_la-liblustreapi_layout.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_lease.lo `test -f 'liblustreapi_lease.c' || echo './'`liblustreapi_lease.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_lease.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_lease.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_lease.c -o liblustreapi_la-liblustreapi_lease.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_util.lo `test -f 'liblustreapi_util.c' || echo './'`liblustreapi_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_util.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_util.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_util.c -o liblustreapi_la-liblustreapi_util.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_kernelconn.lo `test -f 'liblustreapi_kernelconn.c' || echo './'`liblustreapi_kernelconn.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_kernelconn.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_kernelconn.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_kernelconn.c -o liblustreapi_la-liblustreapi_kernelconn.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_param.lo `test -f 'liblustreapi_param.c' || echo './'`liblustreapi_param.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_param.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_param.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_param.c -o liblustreapi_la-liblustreapi_param.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_mirror.lo `test -f 'liblustreapi_mirror.c' || echo './'`liblustreapi_mirror.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_mirror.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_mirror.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_mirror.c -o liblustreapi_la-liblustreapi_mirror.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_fid.lo `test -f 'liblustreapi_fid.c' || echo './'`liblustreapi_fid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_fid.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_fid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_fid.c -o liblustreapi_la-liblustreapi_fid.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_ladvise.lo `test -f 'liblustreapi_ladvise.c' || echo './'`liblustreapi_ladvise.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_ladvise.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_ladvise.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_ladvise.c -o liblustreapi_la-liblustreapi_ladvise.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_chlg.lo `test -f 'liblustreapi_chlg.c' || echo './'`liblustreapi_chlg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_chlg.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_chlg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_chlg.c -o liblustreapi_la-liblustreapi_chlg.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_heat.lo `test -f 'liblustreapi_heat.c' || echo './'`liblustreapi_heat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_heat.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_heat.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_heat.c -o liblustreapi_la-liblustreapi_heat.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_pcc.lo `test -f 'liblustreapi_pcc.c' || echo './'`liblustreapi_pcc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_pcc.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_pcc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_pcc.c -o liblustreapi_la-liblustreapi_pcc.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_ioctl.lo `test -f 'liblustreapi_ioctl.c' || echo './'`liblustreapi_ioctl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_ioctl.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_ioctl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_ioctl.c -o liblustreapi_la-liblustreapi_ioctl.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_root.lo `test -f 'liblustreapi_root.c' || echo './'`liblustreapi_root.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_root.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_root.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_root.c -o liblustreapi_la-liblustreapi_root.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_lseek.lo `test -f 'liblustreapi_lseek.c' || echo './'`liblustreapi_lseek.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_lseek.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_lseek.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_lseek.c -o liblustreapi_la-liblustreapi_lseek.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_swap.lo `test -f 'liblustreapi_swap.c' || echo './'`liblustreapi_swap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_swap.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_swap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_swap.c -o liblustreapi_la-liblustreapi_swap.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -lreadline -version-info 1:0:0 -Wl,--version-script=liblustreapi.map -o liblustreapi.la -rpath /usr/lib liblustreapi_la-liblustreapi.lo liblustreapi_la-liblustreapi_hsm.lo liblustreapi_la-liblustreapi_nodemap.lo liblustreapi_la-liblustreapi_json.lo liblustreapi_la-liblustreapi_layout.lo liblustreapi_la-liblustreapi_lease.lo liblustreapi_la-liblustreapi_util.lo liblustreapi_la-liblustreapi_kernelconn.lo liblustreapi_la-liblustreapi_param.lo liblustreapi_la-liblustreapi_mirror.lo liblustreapi_la-liblustreapi_fid.lo liblustreapi_la-liblustreapi_ladvise.lo liblustreapi_la-liblustreapi_chlg.lo liblustreapi_la-liblustreapi_heat.lo liblustreapi_la-liblustreapi_pcc.lo liblustreapi_la-liblustreapi_ioctl.lo liblustreapi_la-liblustreapi_root.lo liblustreapi_la-liblustreapi_lseek.lo liblustreapi_la-liblustreapi_swap.lo ../../libcfs/libcfs/libcfs.la ../../lnet/utils/lnetconfig/liblnetconfig.la -lnl-genl-3 -lnl-3 -lpthread -lkeyutils libtool: link: gcc -shared -fPIC -DPIC .libs/liblustreapi_la-liblustreapi.o .libs/liblustreapi_la-liblustreapi_hsm.o .libs/liblustreapi_la-liblustreapi_nodemap.o .libs/liblustreapi_la-liblustreapi_json.o .libs/liblustreapi_la-liblustreapi_layout.o .libs/liblustreapi_la-liblustreapi_lease.o .libs/liblustreapi_la-liblustreapi_util.o .libs/liblustreapi_la-liblustreapi_kernelconn.o .libs/liblustreapi_la-liblustreapi_param.o .libs/liblustreapi_la-liblustreapi_mirror.o .libs/liblustreapi_la-liblustreapi_fid.o .libs/liblustreapi_la-liblustreapi_ladvise.o .libs/liblustreapi_la-liblustreapi_chlg.o .libs/liblustreapi_la-liblustreapi_heat.o .libs/liblustreapi_la-liblustreapi_pcc.o .libs/liblustreapi_la-liblustreapi_ioctl.o .libs/liblustreapi_la-liblustreapi_root.o .libs/liblustreapi_la-liblustreapi_lseek.o .libs/liblustreapi_la-liblustreapi_swap.o -Wl,--whole-archive ../../libcfs/libcfs/.libs/libcfs.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/root/lustre-release/lnet/utils/lnetconfig/.libs -lreadline ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lnl-genl-3 -lnl-3 -lpthread -lkeyutils -g -O2 -Wl,--version-script=liblustreapi.map -Wl,-soname -Wl,liblustreapi.so.1 -o .libs/liblustreapi.so.1.0.0 libtool: link: (cd ".libs" && rm -f "liblustreapi.so.1" && ln -s "liblustreapi.so.1.0.0" "liblustreapi.so.1") libtool: link: (cd ".libs" && rm -f "liblustreapi.so" && ln -s "liblustreapi.so.1.0.0" "liblustreapi.so") libtool: link: (cd .libs/liblustreapi.lax/libcfs.a && ar x "/root/lustre-release/lustre/utils/../../libcfs/libcfs/.libs/libcfs.a") libtool: link: ar cr .libs/liblustreapi.a liblustreapi_la-liblustreapi.o liblustreapi_la-liblustreapi_hsm.o liblustreapi_la-liblustreapi_nodemap.o liblustreapi_la-liblustreapi_json.o liblustreapi_la-liblustreapi_layout.o liblustreapi_la-liblustreapi_lease.o liblustreapi_la-liblustreapi_util.o liblustreapi_la-liblustreapi_kernelconn.o liblustreapi_la-liblustreapi_param.o liblustreapi_la-liblustreapi_mirror.o liblustreapi_la-liblustreapi_fid.o liblustreapi_la-liblustreapi_ladvise.o liblustreapi_la-liblustreapi_chlg.o liblustreapi_la-liblustreapi_heat.o liblustreapi_la-liblustreapi_pcc.o liblustreapi_la-liblustreapi_ioctl.o liblustreapi_la-liblustreapi_root.o liblustreapi_la-liblustreapi_lseek.o liblustreapi_la-liblustreapi_swap.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-l_ioctl.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-nidstrings.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-param.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-parser.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-string.o libtool: link: ranlib .libs/liblustreapi.a libtool: link: rm -fr .libs/liblustreapi.lax libtool: link: ( cd ".libs" && rm -f "liblustreapi.la" && ln -s "../liblustreapi.la" "liblustreapi.la" ) /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -o lfs lfs-lfs.o lfs-lfs_project.o lfs-callvpe.o liblustreapi.la -lz ../../lnet/utils/lnetconfig/liblnetconfig.la -lkeyutils libtool: link: gcc -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -o .libs/lfs lfs-lfs.o lfs-lfs_project.o lfs-callvpe.o ./.libs/liblustreapi.so -lz ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib/lustre\" -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o mount_lustre-mount_lustre.o `test -f 'mount_lustre.c' || echo './'`mount_lustre.c gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib/lustre\" -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o mount_lustre-mount_utils.o `test -f 'mount_utils.c' || echo './'`mount_utils.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -rdynamic -o mount.lustre mount_lustre-mount_lustre.o mount_lustre-mount_utils.o -lselinux -lmount ../../libcfs/libcfs/libcfs.la -ldl -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -rdynamic -o mount.lustre mount_lustre-mount_lustre.o mount_lustre-mount_utils.o -lselinux -lmount ../../libcfs/libcfs/.libs/libcfs.a -ldl -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-portals.o `test -f 'portals.c' || echo './'`portals.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-debug.o `test -f 'debug.c' || echo './'`debug.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-obd.o `test -f 'obd.c' || echo './'`obd.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-lustre_cfg.o `test -f 'lustre_cfg.c' || echo './'`lustre_cfg.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-lctl.o `test -f 'lctl.c' || echo './'`lctl.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-lctl_thread.o `test -f 'lctl_thread.c' || echo './'`lctl_thread.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -o lctl lctl-portals.o lctl-debug.o lctl-obd.o lctl-lustre_cfg.o lctl-lctl.o lctl-lctl_thread.o liblustreapi.la -lpthread -lnl-genl-3 -lnl-3 -lyaml ../../lnet/utils/lnetconfig/liblnetconfig.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -o .libs/lctl lctl-portals.o lctl-debug.o lctl-obd.o lctl-lustre_cfg.o lctl-lctl.o lctl-lctl_thread.o ./.libs/liblustreapi.so -lpthread -lnl-genl-3 -lnl-3 -lyaml ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o l_getidentity.o l_getidentity.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -ldl -o l_getidentity l_getidentity.o ../../libcfs/libcfs/libcfs.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o l_getidentity l_getidentity.o -ldl ../../libcfs/libcfs/.libs/libcfs.a -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o llverdev.o llverdev.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llverdev llverdev.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llverdev llverdev.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o llverfs.o llverfs.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llverfs llverfs.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llverfs llverfs.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o lustre_rsync.o lustre_rsync.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o callvpe.o callvpe.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o lustre_rsync lustre_rsync.o callvpe.o liblustreapi.la -lpthread -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o .libs/lustre_rsync lustre_rsync.o callvpe.o ./.libs/liblustreapi.so -lpthread -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o ll_decode_linkea.o ll_decode_linkea.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o ll_decode_linkea ll_decode_linkea.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o ll_decode_linkea ll_decode_linkea.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o llsom_sync.o llsom_sync.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llsom_sync llsom_sync.o liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o .libs/llsom_sync llsom_sync.o ./.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o l_foreign_symlink.o l_foreign_symlink.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o l_foreign_symlink l_foreign_symlink.o ../../libcfs/libcfs/libcfs.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o l_foreign_symlink l_foreign_symlink.o ../../libcfs/libcfs/.libs/libcfs.a -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -DCC="\"gcc\"" -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o wirecheck-wirecheck.o `test -f 'wirecheck.c' || echo './'`wirecheck.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o wirecheck wirecheck-wirecheck.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o wirecheck wirecheck-wirecheck.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o wiretest.o wiretest.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o wiretest wiretest.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o wiretest wiretest.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o lhsmtool_posix.o lhsmtool_posix.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o pid_file.o pid_file.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o lhsmtool_posix lhsmtool_posix.o pid_file.o liblustreapi.la -lpthread ../../lnet/utils/lnetconfig/liblnetconfig.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o .libs/lhsmtool_posix lhsmtool_posix.o pid_file.o ./.libs/liblustreapi.so -lpthread ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o l_getsepol.o l_getsepol.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o l_getsepol l_getsepol.o liblustreapi.la -lcrypto -lselinux -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o .libs/l_getsepol l_getsepol.o ./.libs/liblustreapi.so -lcrypto -lselinux -lkeyutils make[6]: Leaving directory '/root/lustre-release/lustre/utils' make[5]: Leaving directory '/root/lustre-release/lustre/utils' Making all in tests make[5]: Entering directory '/root/lustre-release/lustre/tests' Making all in iabf make[6]: Entering directory '/root/lustre-release/lustre/tests/iabf' gcc -DHAVE_CONFIG_H -I. -I../../.. -D_GNU_SOURCE -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -Wall -Werror -g -O2 -Wall -Werror -c -o iabf-iabf.o `test -f 'iabf.c' || echo './'`iabf.c gcc -DHAVE_CONFIG_H -I. -I../../.. -D_GNU_SOURCE -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -Wall -Werror -g -O2 -Wall -Werror -c -o iabf-callvpe.o `test -f 'callvpe.c' || echo './'`callvpe.c /bin/bash ../../../libtool --tag=CC --mode=link gcc -g -Wall -Werror -g -O2 -Wall -Werror -pthread -o iabf iabf-iabf.o iabf-callvpe.o -lkeyutils libtool: link: gcc -g -Wall -Werror -g -O2 -Wall -Werror -o iabf iabf-iabf.o iabf-callvpe.o -lkeyutils -pthread make[6]: Leaving directory '/root/lustre-release/lustre/tests/iabf' Making all in mpi make[6]: Entering directory '/root/lustre-release/lustre/tests/mpi' mpicc -DHAVE_CONFIG_H -I. -I../../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o parallel_grouplock.o parallel_grouplock.c mpicc -DHAVE_CONFIG_H -I. -I../../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o lp_utils.o lp_utils.c /bin/bash ../../../libtool --tag=CC --mode=link mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o parallel_grouplock parallel_grouplock.o lp_utils.o -lkeyutils libtool: link: mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o parallel_grouplock parallel_grouplock.o lp_utils.o -lkeyutils mpicc -DHAVE_CONFIG_H -I. -I../../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o write_append_truncate.o write_append_truncate.c /bin/bash ../../../libtool --tag=CC --mode=link mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o write_append_truncate write_append_truncate.o -lkeyutils libtool: link: mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o write_append_truncate write_append_truncate.o -lkeyutils mpicc -DHAVE_CONFIG_H -I. -I../../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o createmany-mpi.o createmany-mpi.c /bin/bash ../../../libtool --tag=CC --mode=link mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o createmany_mpi createmany-mpi.o -lkeyutils libtool: link: mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o createmany_mpi createmany-mpi.o -lkeyutils mpicc -DHAVE_CONFIG_H -I. -I../../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o mdsrate.o mdsrate.c /bin/bash ../../../libtool --tag=CC --mode=link mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mdsrate mdsrate.o ../../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/mdsrate mdsrate.o ../../../lustre/utils/.libs/liblustreapi.so -lkeyutils mpicc -DHAVE_CONFIG_H -I. -I../../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o write_disjoint.o write_disjoint.c /bin/bash ../../../libtool --tag=CC --mode=link mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o write_disjoint write_disjoint.o -lkeyutils libtool: link: mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o write_disjoint write_disjoint.o -lkeyutils mpicc -DHAVE_CONFIG_H -I. -I../../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o cascading_rw.o cascading_rw.c /bin/bash ../../../libtool --tag=CC --mode=link mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o cascading_rw cascading_rw.o lp_utils.o ../../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/cascading_rw cascading_rw.o lp_utils.o ../../../lustre/utils/.libs/liblustreapi.so -lkeyutils mpicc -DHAVE_CONFIG_H -I. -I../../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o rr_alloc.o rr_alloc.c /bin/bash ../../../libtool --tag=CC --mode=link mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o rr_alloc rr_alloc.o -lkeyutils libtool: link: mpicc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o rr_alloc rr_alloc.o -lkeyutils make[6]: Leaving directory '/root/lustre-release/lustre/tests/mpi' Making all in lutf make[6]: Entering directory '/root/lustre-release/lustre/tests/lutf' Making all in src make[7]: Entering directory '/root/lustre-release/lustre/tests/lutf/src' gcc -DHAVE_CONFIG_H -I. -I../../../.. -I/usr/include/python3.12 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c -o lutf-lutf.o `test -f 'lutf.c' || echo './'`lutf.c gcc -DHAVE_CONFIG_H -I. -I../../../.. -I/usr/include/python3.12 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c -o lutf-lutf_listener.o `test -f 'lutf_listener.c' || echo './'`lutf_listener.c gcc -DHAVE_CONFIG_H -I. -I../../../.. -I/usr/include/python3.12 -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -g -O2 -Wall -Werror -c -o lutf-lutf_python.o `test -f 'lutf_python.c' || echo './'`lutf_python.c echo "updating lutf_agent.i" updating lutf_agent.i /usr/bin/python3 ../../../../lustre/tests/lutf/swig_templates/generate_lutf_swig_i.py ../../../../lustre/tests/lutf/swig_templates ../../../../lustre/tests/lutf/src/lutf_agent.swg echo "updating lutf_global.i" updating lutf_global.i /usr/bin/python3 ../../../../lustre/tests/lutf/swig_templates/generate_lutf_swig_i.py ../../../../lustre/tests/lutf/swig_templates ../../../../lustre/tests/lutf/src/lutf_global.swg echo "generating lutf_agent_warp.c" generating lutf_agent_warp.c /usr/bin/swig -python -includeall -D__x86_64__ -I/usr/include -I/usr/include/linux -I/usr/include/c++/4.4.4/tr1 -I/usr/include/c++/4.4.4/cstdbool ../../../../lustre/tests/lutf/src/lutf_agent.i echo "building lutf_agent_wrap.c" building lutf_agent_wrap.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 lutf_agent_wrap.c echo "building liblutf_agent.c" building liblutf_agent.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 -I/usr/include -I/usr/include/libnl3 -I../../../../lnet/utils/lnetconfig -I../../../../lnet/utils -I../../../../lnet/include -I../../../../libcfs/include -I../../../../lnet/include/uapi/ ../../../../lnet/utils/lnetconfig/cyaml.c ../../../../lustre/tests/lutf/src/liblutf_agent.c echo "linking liblutf_agent.so" linking liblutf_agent.so gcc -shared ../../../../lustre/tests/lutf/src/liblutf_agent.o ../../../../lustre/tests/lutf/src/cyaml.o -o liblutf_agent.so echo "building liblutf_connect.c" building liblutf_connect.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 ../../../../lustre/tests/lutf/src/liblutf_connect.c echo "linking liblutf_connect.so" linking liblutf_connect.so gcc -shared ../../../../lustre/tests/lutf/src/liblutf_connect.o -o liblutf_connect.so echo "linking _clutf_agent.so" linking _clutf_agent.so gcc -shared lutf_agent_wrap.o -o _clutf_agent.so -L../../../../lustre/tests/lutf/src/ -llutf_agent -llutf_connect echo "generating lutf_global_warp.c" generating lutf_global_warp.c /usr/bin/swig -python -includeall -D__x86_64__ -I/usr/include -I/usr/include/linux -I/usr/include/c++/4.4.4/tr1 -I/usr/include/c++/4.4.4/cstdbool ../../../../lustre/tests/lutf/src/lutf_global.i echo "building lutf_global_wrap.c" building lutf_global_wrap.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 -I/usr/include -I/usr/include/libnl3 -I../../../../lnet/utils/lnetconfig -I../../../../lnet/utils -I../../../../lnet/include -I../../../../libcfs/include -I../../../../lnet/include/uapi/ lutf_global_wrap.c echo "building liblutf_global.c" building liblutf_global.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 ../../../../lustre/tests/lutf/src/liblutf_global.c echo "linking liblutf_global.so" linking liblutf_global.so gcc -shared ../../../../lustre/tests/lutf/src/liblutf_global.o -o liblutf_global.so echo "linking _clutf_global.so" linking _clutf_global.so gcc -shared lutf_global_wrap.o -o _clutf_global.so -L../../../../lustre/tests/lutf/src/ -llutf_global echo "generating liblnetconfig.i" generating liblnetconfig.i /usr/bin/python3 ../../../../lustre/tests/lutf/swig_templates/generate_lnetconfig_swig_i.py ../../../.. echo "generating liblndconfig_wrap.c" generating liblndconfig_wrap.c /usr/bin/swig -python -D__x86_64__ -D__arch_lib__ -D_LARGEFILE64_SOURCE=1 -I/usr/include -I/usr/include/asm -I/usr/include/linux -I/usr/lib64/gcc/i686-pc-mingw32/4.4.6/include/ -I../../../../lnet/utils/lnetconfig -I../../../../lnet/utils -I../../../../lnet/include -I../../../../libcfs/include -I../../../../lnet/include/uapi/ ../../../../lustre/tests/lutf/src/liblnetconfig.i ../../../../lustre/tests/lutf/src/liblnetconfig.i:1116: Warning 202: Could not evaluate expression '__GLIBC_USE (IEC_60559_BFP_EXT_C2X)' ../../../../lustre/tests/lutf/src/liblnetconfig.i:1116: Warning 202: Syntax error: expected operator ../../../../lustre/tests/lutf/src/liblnetconfig.i:1155: Warning 202: Could not evaluate expression '__GLIBC_USE (ISOC2X)' ../../../../lustre/tests/lutf/src/liblnetconfig.i:1155: Warning 202: Syntax error: expected operator echo "building liblnetconfig_wrap.c" building liblnetconfig_wrap.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 -I/usr/include -I/usr/include/libnl3 -I../../../../lnet/utils/lnetconfig -I../../../../lnet/utils -I../../../../lnet/include -I../../../../libcfs/include -I../../../../lnet/include/uapi/ ../../../../lustre/tests/lutf/src/liblnetconfig_wrap.c ../../../../lnet/utils/lnetconfig/cyaml.c echo "linking _lnetconfig.so" linking _lnetconfig.so gcc -shared -o _lnetconfig.so ../../../../libcfs/libcfs/.libs/libcfs.a -lyaml -L../../../../lnet/utils/lnetconfig/.libs/ -llnetconfig ../../../../lustre/tests/lutf/src/cyaml.o ../../../../lustre/tests/lutf/src/liblnetconfig_wrap.o -ldl -lm -L/usr/lib/x86_64-linux-gnu -lpython3.12 /bin/bash ../../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Werror -L/usr/lib/x86_64-linux-gnu -lpython3.12 -L../../../../lustre/tests/lutf/src -o lutf lutf-lutf.o lutf-lutf_listener.o lutf-lutf_python.o ../../../../lnet/utils/lnetconfig/liblnetconfig.la ../../../../libcfs/libcfs/.libs/libcfs.a -lreadline -lyaml -lm -llutf_agent -llutf_connect -llutf_global -ldl -lm -lkeyutils libtool: link: gcc -g -O2 -Wall -Werror -o .libs/lutf lutf-lutf.o lutf-lutf_listener.o lutf-lutf_python.o -L/usr/lib/x86_64-linux-gnu -lpython3.12 -L../../../../lustre/tests/lutf/src ../../../../lnet/utils/lnetconfig/.libs/liblnetconfig.so ../../../../libcfs/libcfs/.libs/libcfs.a -lreadline -lyaml -llutf_agent -llutf_connect -llutf_global -ldl -lm -lkeyutils make[7]: Leaving directory '/root/lustre-release/lustre/tests/lutf/src' make[7]: Entering directory '/root/lustre-release/lustre/tests/lutf' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/lustre/tests/lutf' make[6]: Leaving directory '/root/lustre-release/lustre/tests/lutf' make[6]: Entering directory '/root/lustre-release/lustre/tests' gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o mcreate.o mcreate.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mcreate mcreate.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mcreate mcreate.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o statx.o statx.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o statx statx.o -lselinux -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o statx statx.o -lselinux -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o openunlink.o openunlink.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o openunlink openunlink.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o openunlink openunlink.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o truncate.o truncate.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o truncate truncate.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o truncate truncate.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o directio.o directio.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o directio directio.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o directio directio.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o writeme.o writeme.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o writeme writeme.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o writeme writeme.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o utime.o utime.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o utime utime.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o utime utime.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o tchmod.o tchmod.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o tchmod tchmod.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o tchmod tchmod.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o fsx.o fsx.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o fsx fsx.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/fsx fsx.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o test_brw.o test_brw.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o test_brw test_brw.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o test_brw test_brw.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o sendfile.o sendfile.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o sendfile sendfile.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o sendfile sendfile.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o createmany.o createmany.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o createmany createmany.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/createmany createmany.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o chownmany.o chownmany.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o chownmany chownmany.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o chownmany chownmany.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o statmany.o statmany.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o statmany statmany.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/statmany statmany.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o multifstat.o multifstat.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o multifstat multifstat.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o multifstat multifstat.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o createtest.o createtest.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o createtest createtest.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o createtest createtest.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o opendirunlink.o opendirunlink.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o opendirunlink opendirunlink.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o opendirunlink opendirunlink.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o opendevunlink.o opendevunlink.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o opendevunlink opendevunlink.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o opendevunlink opendevunlink.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o unlinkmany.o unlinkmany.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o unlinkmany unlinkmany.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o unlinkmany unlinkmany.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o checkstat.o checkstat.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o checkstat checkstat.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o checkstat checkstat.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o statone.o statone.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o statone statone.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/statone statone.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o runas.o runas.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o runas runas.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o runas runas.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o openfile.o openfile.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o openfile openfile.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o openfile openfile.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o smalliomany.o smalliomany.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o smalliomany smalliomany.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o smalliomany smalliomany.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o small_write.o small_write.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o small_write small_write.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o small_write small_write.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o multiop.o multiop.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o multiop multiop.o ../../lustre/utils/liblustreapi.la -lpthread -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/multiop multiop.o ../../lustre/utils/.libs/liblustreapi.so -lpthread -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o ll_sparseness_verify.o ll_sparseness_verify.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o ll_sparseness_verify ll_sparseness_verify.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o ll_sparseness_verify ll_sparseness_verify.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o ll_sparseness_write.o ll_sparseness_write.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o ll_sparseness_write ll_sparseness_write.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o ll_sparseness_write ll_sparseness_write.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o mrename.o mrename.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mrename mrename.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mrename mrename.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o ll_dirstripe_verify.o ll_dirstripe_verify.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o ll_dirstripe_verify ll_dirstripe_verify.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/ll_dirstripe_verify ll_dirstripe_verify.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o openfilleddirunlink.o openfilleddirunlink.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o openfilleddirunlink openfilleddirunlink.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o openfilleddirunlink openfilleddirunlink.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o rename_many.o rename_many.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o rename_many rename_many.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o rename_many rename_many.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o memhog.o memhog.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o memhog memhog.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o memhog memhog.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o euid_access.o euid_access.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o euid_access euid_access.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o euid_access euid_access.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o rw_seq_cst_vs_drop_caches.o rw_seq_cst_vs_drop_caches.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o rw_seq_cst_vs_drop_caches rw_seq_cst_vs_drop_caches.o -lpthread -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o rw_seq_cst_vs_drop_caches rw_seq_cst_vs_drop_caches.o -lpthread -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o mmap_sanity.o mmap_sanity.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mmap_sanity mmap_sanity.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/mmap_sanity mmap_sanity.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o writemany.o writemany.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o writemany writemany.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o writemany writemany.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o reads.o reads.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o reads reads.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o reads reads.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o flocks_test.o flocks_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o flocks_test flocks_test.o ../../lustre/utils/liblustreapi.la -lpthread -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/flocks_test flocks_test.o ../../lustre/utils/.libs/liblustreapi.so -lpthread -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o flock_deadlock.o flock_deadlock.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o flock_deadlock flock_deadlock.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o flock_deadlock flock_deadlock.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o write_time_limit.o write_time_limit.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o write_time_limit write_time_limit.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o write_time_limit write_time_limit.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o rwv.o rwv.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o rwv rwv.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/rwv rwv.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o lgetxattr_size_check.o lgetxattr_size_check.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o lgetxattr_size_check lgetxattr_size_check.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o lgetxattr_size_check lgetxattr_size_check.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o checkfiemap.o checkfiemap.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o checkfiemap checkfiemap.o -lpthread -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o checkfiemap checkfiemap.o -lpthread -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o listxattr_size_check.o listxattr_size_check.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o listxattr_size_check listxattr_size_check.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o listxattr_size_check listxattr_size_check.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o check_fhandle_syscalls.o check_fhandle_syscalls.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o check_fhandle_syscalls check_fhandle_syscalls.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o check_fhandle_syscalls check_fhandle_syscalls.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -Wno-stringop-overflow -g -O2 -Wall -Werror -c -o badarea_io-badarea_io.o `test -f 'badarea_io.c' || echo './'`badarea_io.c /bin/bash ../../libtool --tag=CC --mode=link gcc -Wno-stringop-overflow -g -O2 -Wall -Werror -o badarea_io badarea_io-badarea_io.o -lkeyutils libtool: link: gcc -Wno-stringop-overflow -g -O2 -Wall -Werror -o badarea_io badarea_io-badarea_io.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o llapi_layout_test.o llapi_layout_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o llapi_layout_test llapi_layout_test.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/llapi_layout_test llapi_layout_test.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o orphan_linkea_check.o orphan_linkea_check.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o orphan_linkea_check orphan_linkea_check.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o orphan_linkea_check orphan_linkea_check.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o llapi_hsm_test.o llapi_hsm_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o llapi_hsm_test llapi_hsm_test.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/llapi_hsm_test llapi_hsm_test.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o group_lock_test.o group_lock_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o group_lock_test group_lock_test.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/group_lock_test group_lock_test.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o llapi_fid_test.o llapi_fid_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o llapi_fid_test llapi_fid_test.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/llapi_fid_test llapi_fid_test.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o sendfile_grouplock.o sendfile_grouplock.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o sendfile_grouplock sendfile_grouplock.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/sendfile_grouplock sendfile_grouplock.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o mmap_cat.o mmap_cat.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mmap_cat mmap_cat.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mmap_cat mmap_cat.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o swap_lock_test.o swap_lock_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o swap_lock_test swap_lock_test.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/swap_lock_test swap_lock_test.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o lockahead_test.o lockahead_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o lockahead_test lockahead_test.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/lockahead_test lockahead_test.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o mirror_io.o mirror_io.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mirror_io mirror_io.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/mirror_io mirror_io.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o mmap_mknod_test.o mmap_mknod_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mmap_mknod_test mmap_mknod_test.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o mmap_mknod_test mmap_mknod_test.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o create_foreign_file.o create_foreign_file.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o create_foreign_file create_foreign_file.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o create_foreign_file create_foreign_file.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o parse_foreign_file.o parse_foreign_file.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o parse_foreign_file parse_foreign_file.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o parse_foreign_file parse_foreign_file.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o create_foreign_dir.o create_foreign_dir.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o create_foreign_dir create_foreign_dir.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/create_foreign_dir create_foreign_dir.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o parse_foreign_dir.o parse_foreign_dir.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o parse_foreign_dir parse_foreign_dir.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o parse_foreign_dir parse_foreign_dir.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o check_fallocate.o check_fallocate.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o check_fallocate check_fallocate.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/check_fallocate check_fallocate.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o splice-test.o splice-test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o splice-test splice-test.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o splice-test splice-test.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o lseek_test.o lseek_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o lseek_test lseek_test.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o lseek_test lseek_test.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o expand_truncate_test.o expand_truncate_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o expand_truncate_test expand_truncate_test.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o expand_truncate_test expand_truncate_test.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o foreign_symlink_striping.o foreign_symlink_striping.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o foreign_symlink_striping foreign_symlink_striping.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o foreign_symlink_striping foreign_symlink_striping.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o lov_getstripe_old.o lov_getstripe_old.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o lov_getstripe_old lov_getstripe_old.o ../../lustre/utils/liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/lov_getstripe_old lov_getstripe_old.o ../../lustre/utils/.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o io_uring_probe.o io_uring_probe.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o io_uring_probe io_uring_probe.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o io_uring_probe io_uring_probe.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o fadvise_dontneed_helper.o fadvise_dontneed_helper.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o fadvise_dontneed_helper fadvise_dontneed_helper.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o fadvise_dontneed_helper fadvise_dontneed_helper.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o llapi_root_test.o llapi_root_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o llapi_root_test llapi_root_test.o ../../lustre/utils/liblustreapi.la -lpthread -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o .libs/llapi_root_test llapi_root_test.o ../../lustre/utils/.libs/liblustreapi.so -lpthread -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o aheadmany.o aheadmany.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o aheadmany aheadmany.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o aheadmany aheadmany.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/undef.h -include /root/lustre-release/config.h -I/root/lustre-release/lnet/include/uapi -I/root/lustre-release/lustre/include/uapi -I/root/lustre-release/libcfs/include -I/root/lustre-release/lnet/utils/ -I/root/lustre-release/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -c -o monitor_lustrefs.o monitor_lustrefs.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o monitor_lustrefs monitor_lustrefs.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -g -O2 -Wall -Werror -o monitor_lustrefs monitor_lustrefs.o -lkeyutils make[6]: Leaving directory '/root/lustre-release/lustre/tests' make[5]: Leaving directory '/root/lustre-release/lustre/tests' Making all in scripts make[5]: Entering directory '/root/lustre-release/lustre/scripts' Making all in systemd make[6]: Entering directory '/root/lustre-release/lustre/scripts/systemd' sed -e 's,@sbindir\@,/usr/sbin,g' \ -e 's,@sysconfdir\@,/etc,g' lnet.service.in > lnet.service make[6]: Leaving directory '/root/lustre-release/lustre/scripts/systemd' make[6]: Entering directory '/root/lustre-release/lustre/scripts' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/lustre/scripts' make[5]: Leaving directory '/root/lustre-release/lustre/scripts' Making all in autoconf make[5]: Entering directory '/root/lustre-release/lustre/autoconf' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/autoconf' Making all in conf make[5]: Entering directory '/root/lustre-release/lustre/conf' Making all in resource make[6]: Entering directory '/root/lustre-release/lustre/conf/resource' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/lustre/conf/resource' make[6]: Entering directory '/root/lustre-release/lustre/conf' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/lustre/conf' make[5]: Leaving directory '/root/lustre-release/lustre/conf' Making all in kunit make[5]: Entering directory '/root/lustre-release/lustre/kunit' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/kunit' Making all in mdc make[5]: Entering directory '/root/lustre-release/lustre/mdc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/mdc' Making all in lmv make[5]: Entering directory '/root/lustre-release/lustre/lmv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/lmv' Making all in llite make[5]: Entering directory '/root/lustre-release/lustre/llite' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/llite' Making all in lov make[5]: Entering directory '/root/lustre-release/lustre/lov' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/lov' Making all in osc make[5]: Entering directory '/root/lustre-release/lustre/osc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/lustre-release/lustre/osc' make[5]: Entering directory '/root/lustre-release/lustre' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/lustre-release/lustre' make[4]: Leaving directory '/root/lustre-release/lustre' make[3]: Leaving directory '/root/lustre-release' make[2]: Leaving directory '/root/lustre-release' /usr/bin/make -C . DESTDIR=/root/lustre-release/debian/tmp install make[2]: Entering directory '/root/lustre-release' Making install in . make[3]: Entering directory '/root/lustre-release' /usr/bin/make DEQUOTE_CC_VERSION_TEXT=yes \ KBUILD_EXTRA_SYMBOLS=" " \ LDFLAGS= CC="gcc" -C /usr/src/linux-headers-6.8.0-31-generic \ -f /root/lustre-release/build/Makefile LUSTRE_LINUX_CONFIG=/usr/src/linux-headers-6.8.0-31-generic/.config \ LINUXINCLUDE='-I$(srctree)/arch/$(SRCARCH)/include -Iarch/$(SRCARCH)/include/generated -Iinclude $(if $(KBUILD_SRC)$(building_out_of_srctree),-Iinclude2 -I$(srctree)/include) -I$(srctree)/arch/$(SRCARCH)/include/uapi -Iarch/$(SRCARCH)/include/generated/uapi -I$(srctree)/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-6.8.0-31-generic/include/linux/kconfig.h' \ M=/root/lustre-release -o tmp_include_depends -o scripts -o \ include/config/MARKER modules make[4]: Entering directory '/usr/src/linux-headers-6.8.0-31-generic' warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0 You are using: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 make[6]: Circular /root/lustre-release//modules.order <- /root/lustre-release/ dependency dropped. make[4]: Leaving directory '/usr/src/linux-headers-6.8.0-31-generic' make[4]: Entering directory '/root/lustre-release' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/lustre-release' make[3]: Leaving directory '/root/lustre-release' Making install in lustre-iokit make[3]: Entering directory '/root/lustre-release/lustre-iokit' Making install in obdfilter-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/obdfilter-survey' make[5]: Entering directory '/root/lustre-release/lustre-iokit/obdfilter-survey' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c obdfilter-survey iokit-libecho iokit-plot-obdfilter '/root/lustre-release/debian/tmp/usr/bin' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/obdfilter-survey' make[4]: Leaving directory '/root/lustre-release/lustre-iokit/obdfilter-survey' Making install in sgpdd-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/sgpdd-survey' make[5]: Entering directory '/root/lustre-release/lustre-iokit/sgpdd-survey' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c iokit-plot-sgpdd sgpdd-survey '/root/lustre-release/debian/tmp/usr/bin' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/sgpdd-survey' make[4]: Leaving directory '/root/lustre-release/lustre-iokit/sgpdd-survey' Making install in ost-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/ost-survey' make[5]: Entering directory '/root/lustre-release/lustre-iokit/ost-survey' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c ost-survey iokit-plot-ost '/root/lustre-release/debian/tmp/usr/bin' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/ost-survey' make[4]: Leaving directory '/root/lustre-release/lustre-iokit/ost-survey' Making install in ior-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/ior-survey' make[5]: Entering directory '/root/lustre-release/lustre-iokit/ior-survey' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c ior-survey iokit-parse-ior '/root/lustre-release/debian/tmp/usr/bin' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/ior-survey' make[4]: Leaving directory '/root/lustre-release/lustre-iokit/ior-survey' Making install in mds-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/mds-survey' make[5]: Entering directory '/root/lustre-release/lustre-iokit/mds-survey' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c mds-survey '/root/lustre-release/debian/tmp/usr/bin' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/mds-survey' make[4]: Leaving directory '/root/lustre-release/lustre-iokit/mds-survey' Making install in stats-collect make[4]: Entering directory '/root/lustre-release/lustre-iokit/stats-collect' make[5]: Entering directory '/root/lustre-release/lustre-iokit/stats-collect' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c iokit-config iokit-gather-stats iokit-lstats '/root/lustre-release/debian/tmp/usr/bin' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/stats-collect' make[4]: Leaving directory '/root/lustre-release/lustre-iokit/stats-collect' Making install in lst-survey make[4]: Entering directory '/root/lustre-release/lustre-iokit/lst-survey' make[5]: Entering directory '/root/lustre-release/lustre-iokit/lst-survey' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c lst.sh lst-survey '/root/lustre-release/debian/tmp/usr/bin' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit/lst-survey' make[4]: Leaving directory '/root/lustre-release/lustre-iokit/lst-survey' make[4]: Entering directory '/root/lustre-release/lustre-iokit' make[5]: Entering directory '/root/lustre-release/lustre-iokit' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre-iokit' make[4]: Leaving directory '/root/lustre-release/lustre-iokit' make[3]: Leaving directory '/root/lustre-release/lustre-iokit' Making install in libcfs make[3]: Entering directory '/root/lustre-release/libcfs' Making install in libcfs make[4]: Entering directory '/root/lustre-release/libcfs/libcfs' Making install in linux make[5]: Entering directory '/root/lustre-release/libcfs/libcfs/linux' make[6]: Entering directory '/root/lustre-release/libcfs/libcfs/linux' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/libcfs/libcfs/linux' make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs/linux' Making install in util make[5]: Entering directory '/root/lustre-release/libcfs/libcfs/util' make[6]: Entering directory '/root/lustre-release/libcfs/libcfs/util' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/libcfs/libcfs/util' make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs/util' Making install in crypto make[5]: Entering directory '/root/lustre-release/libcfs/libcfs/crypto' make[6]: Entering directory '/root/lustre-release/libcfs/libcfs/crypto' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/libcfs/libcfs/crypto' make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs/crypto' make[5]: Entering directory '/root/lustre-release/libcfs/libcfs' make[6]: Entering directory '/root/lustre-release/libcfs/libcfs' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/net/lustre' /usr/bin/install -c -m 644 libcfs.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/net/lustre' make[6]: Leaving directory '/root/lustre-release/libcfs/libcfs' make[5]: Leaving directory '/root/lustre-release/libcfs/libcfs' make[4]: Leaving directory '/root/lustre-release/libcfs/libcfs' Making install in include make[4]: Entering directory '/root/lustre-release/libcfs/include' Making install in libcfs make[5]: Entering directory '/root/lustre-release/libcfs/include/libcfs' Making install in linux make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs/linux' make[7]: Entering directory '/root/lustre-release/libcfs/include/libcfs/linux' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/linux' make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/linux' Making install in util make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs/util' make[7]: Entering directory '/root/lustre-release/libcfs/include/libcfs/util' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/util' make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/util' Making install in crypto make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs/crypto' make[7]: Entering directory '/root/lustre-release/libcfs/include/libcfs/crypto' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/crypto' make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs/crypto' make[6]: Entering directory '/root/lustre-release/libcfs/include/libcfs' make[7]: Entering directory '/root/lustre-release/libcfs/include/libcfs' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/libcfs' make[6]: Leaving directory '/root/lustre-release/libcfs/include/libcfs' make[5]: Leaving directory '/root/lustre-release/libcfs/include/libcfs' Making install in uapi make[5]: Entering directory '/root/lustre-release/libcfs/include/uapi' Making install in linux make[6]: Entering directory '/root/lustre-release/libcfs/include/uapi/linux' make[7]: Entering directory '/root/lustre-release/libcfs/include/uapi/linux' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/uapi/linux' make[6]: Leaving directory '/root/lustre-release/libcfs/include/uapi/linux' make[6]: Entering directory '/root/lustre-release/libcfs/include/uapi' make[7]: Entering directory '/root/lustre-release/libcfs/include/uapi' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/libcfs/include/uapi' make[6]: Leaving directory '/root/lustre-release/libcfs/include/uapi' make[5]: Leaving directory '/root/lustre-release/libcfs/include/uapi' make[5]: Entering directory '/root/lustre-release/libcfs/include' make[6]: Entering directory '/root/lustre-release/libcfs/include' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/libcfs/include' make[5]: Leaving directory '/root/lustre-release/libcfs/include' make[4]: Leaving directory '/root/lustre-release/libcfs/include' Making install in autoconf make[4]: Entering directory '/root/lustre-release/libcfs/autoconf' make[5]: Entering directory '/root/lustre-release/libcfs/autoconf' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/libcfs/autoconf' make[4]: Leaving directory '/root/lustre-release/libcfs/autoconf' make[4]: Entering directory '/root/lustre-release/libcfs' make[5]: Entering directory '/root/lustre-release/libcfs' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/libcfs' make[4]: Leaving directory '/root/lustre-release/libcfs' make[3]: Leaving directory '/root/lustre-release/libcfs' Making install in lnet make[3]: Entering directory '/root/lustre-release/lnet' Making install in lnet make[4]: Entering directory '/root/lustre-release/lnet/lnet' make[5]: Entering directory '/root/lustre-release/lnet/lnet' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/net/lustre' /usr/bin/install -c -m 644 lnet.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/net/lustre' make[5]: Leaving directory '/root/lustre-release/lnet/lnet' make[4]: Leaving directory '/root/lustre-release/lnet/lnet' Making install in klnds make[4]: Entering directory '/root/lustre-release/lnet/klnds' Making install in socklnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/socklnd' make[6]: Entering directory '/root/lustre-release/lnet/klnds/socklnd' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/net/lustre' /usr/bin/install -c -m 644 ksocklnd.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/net/lustre' make[6]: Leaving directory '/root/lustre-release/lnet/klnds/socklnd' make[5]: Leaving directory '/root/lustre-release/lnet/klnds/socklnd' Making install in gnilnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/gnilnd' make[6]: Entering directory '/root/lustre-release/lnet/klnds/gnilnd' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds/gnilnd' make[5]: Leaving directory '/root/lustre-release/lnet/klnds/gnilnd' Making install in o2iblnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/o2iblnd' make[6]: Entering directory '/root/lustre-release/lnet/klnds/o2iblnd' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds/o2iblnd' make[5]: Leaving directory '/root/lustre-release/lnet/klnds/o2iblnd' Making install in kfilnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/kfilnd' make[6]: Entering directory '/root/lustre-release/lnet/klnds/kfilnd' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds/kfilnd' make[5]: Leaving directory '/root/lustre-release/lnet/klnds/kfilnd' Making install in in-kernel-o2iblnd make[5]: Entering directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' make[6]: Entering directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' /usr/bin/make install-exec-hook make[7]: Entering directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' make[7]: Nothing to be done for 'install-exec-hook'. make[7]: Leaving directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' make[6]: Leaving directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' make[5]: Leaving directory '/root/lustre-release/lnet/klnds/in-kernel-o2iblnd' make[5]: Entering directory '/root/lustre-release/lnet/klnds' make[6]: Entering directory '/root/lustre-release/lnet/klnds' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/lnet/klnds' make[5]: Leaving directory '/root/lustre-release/lnet/klnds' make[4]: Leaving directory '/root/lustre-release/lnet/klnds' Making install in selftest make[4]: Entering directory '/root/lustre-release/lnet/selftest' make[5]: Entering directory '/root/lustre-release/lnet/selftest' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/net/lustre' /usr/bin/install -c -m 644 lnet_selftest.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/net/lustre' make[5]: Leaving directory '/root/lustre-release/lnet/selftest' make[4]: Leaving directory '/root/lustre-release/lnet/selftest' Making install in doc make[4]: Entering directory '/root/lustre-release/lnet/doc' make[5]: Entering directory '/root/lustre-release/lnet/doc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/share/man/man7' /usr/bin/install -c -m 644 lnet.7 '/root/lustre-release/debian/tmp/usr/share/man/man7' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/share/man/man8' /usr/bin/install -c -m 644 lnetctl.8 lst.8 '/root/lustre-release/debian/tmp/usr/share/man/man8' make[5]: Leaving directory '/root/lustre-release/lnet/doc' make[4]: Leaving directory '/root/lustre-release/lnet/doc' Making install in utils make[4]: Entering directory '/root/lustre-release/lnet/utils' Making install in lnetconfig make[5]: Entering directory '/root/lustre-release/lnet/utils/lnetconfig' make[6]: Entering directory '/root/lustre-release/lnet/utils/lnetconfig' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib' /bin/bash ../../../libtool --mode=install /usr/bin/install -c liblnetconfig.la '/root/lustre-release/debian/tmp/usr/lib' libtool: install: /usr/bin/install -c .libs/liblnetconfig.so.4.0.0 /root/lustre-release/debian/tmp/usr/lib/liblnetconfig.so.4.0.0 libtool: install: (cd /root/lustre-release/debian/tmp/usr/lib && { ln -s -f liblnetconfig.so.4.0.0 liblnetconfig.so.4 || { rm -f liblnetconfig.so.4 && ln -s liblnetconfig.so.4.0.0 liblnetconfig.so.4; }; }) libtool: install: (cd /root/lustre-release/debian/tmp/usr/lib && { ln -s -f liblnetconfig.so.4.0.0 liblnetconfig.so || { rm -f liblnetconfig.so && ln -s liblnetconfig.so.4.0.0 liblnetconfig.so; }; }) libtool: install: /usr/bin/install -c .libs/liblnetconfig.lai /root/lustre-release/debian/tmp/usr/lib/liblnetconfig.la libtool: install: /usr/bin/install -c .libs/liblnetconfig.a /root/lustre-release/debian/tmp/usr/lib/liblnetconfig.a libtool: install: chmod 644 /root/lustre-release/debian/tmp/usr/lib/liblnetconfig.a libtool: install: ranlib /root/lustre-release/debian/tmp/usr/lib/liblnetconfig.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/lnet/utils/lnetconfig' make[5]: Leaving directory '/root/lustre-release/lnet/utils/lnetconfig' make[5]: Entering directory '/root/lustre-release/lnet/utils' make[6]: Entering directory '/root/lustre-release/lnet/utils' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c routerstat lst lnetctl wirecheck '/root/lustre-release/debian/tmp/usr/sbin' libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/routerstat /root/lustre-release/debian/tmp/usr/sbin/routerstat libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lst /root/lustre-release/debian/tmp/usr/sbin/lst libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lnetctl /root/lustre-release/debian/tmp/usr/sbin/lnetctl libtool: install: /usr/bin/install -c wirecheck /root/lustre-release/debian/tmp/usr/sbin/wirecheck make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/lnet/utils' make[5]: Leaving directory '/root/lustre-release/lnet/utils' make[4]: Leaving directory '/root/lustre-release/lnet/utils' Making install in include make[4]: Entering directory '/root/lustre-release/lnet/include' Making install in lnet make[5]: Entering directory '/root/lustre-release/lnet/include/lnet' make[6]: Entering directory '/root/lustre-release/lnet/include/lnet' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/lnet/include/lnet' make[5]: Leaving directory '/root/lustre-release/lnet/include/lnet' Making install in uapi/linux/lnet make[5]: Entering directory '/root/lustre-release/lnet/include/uapi/linux/lnet' make[6]: Entering directory '/root/lustre-release/lnet/include/uapi/linux/lnet' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/include/linux/lnet' /usr/bin/install -c -m 644 libcfs_debug.h libcfs_ioctl.h lnetctl.h lnet-dlc.h lnetst.h lnet-idl.h lnet-nl.h lnet-types.h nidstr.h socklnd.h '/root/lustre-release/debian/tmp/usr/include/linux/lnet' make[6]: Leaving directory '/root/lustre-release/lnet/include/uapi/linux/lnet' make[5]: Leaving directory '/root/lustre-release/lnet/include/uapi/linux/lnet' make[5]: Entering directory '/root/lustre-release/lnet/include' make[6]: Entering directory '/root/lustre-release/lnet/include' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/lnet/include' make[5]: Leaving directory '/root/lustre-release/lnet/include' make[4]: Leaving directory '/root/lustre-release/lnet/include' Making install in autoconf make[4]: Entering directory '/root/lustre-release/lnet/autoconf' make[5]: Entering directory '/root/lustre-release/lnet/autoconf' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lnet/autoconf' make[4]: Leaving directory '/root/lustre-release/lnet/autoconf' make[4]: Entering directory '/root/lustre-release/lnet' make[5]: Entering directory '/root/lustre-release/lnet' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lnet' make[4]: Leaving directory '/root/lustre-release/lnet' make[3]: Leaving directory '/root/lustre-release/lnet' Making install in lustre make[3]: Entering directory '/root/lustre-release/lustre' Making install in include make[4]: Entering directory '/root/lustre-release/lustre/include' Making install in lustre make[5]: Entering directory '/root/lustre-release/lustre/include/lustre' make[6]: Entering directory '/root/lustre-release/lustre/include/lustre' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/include/lustre' /usr/bin/install -c -m 644 lustreapi.h lustre_user.h liblustreapi.h ll_fiemap.h lustre_lfsck_user.h lustre_barrier_user.h '/root/lustre-release/debian/tmp/usr/include/lustre' make[6]: Leaving directory '/root/lustre-release/lustre/include/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/include/lustre' Making install in uapi/linux/lustre make[5]: Entering directory '/root/lustre-release/lustre/include/uapi/linux/lustre' make[6]: Entering directory '/root/lustre-release/lustre/include/uapi/linux/lustre' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/include/linux/lustre' /usr/bin/install -c -m 644 lustre_cfg.h lustre_fid.h lustre_fiemap.h lustre_idl.h lustre_ioctl.h lgss.h lustre_kernelcomm.h lustre_ostid.h lustre_param.h lustre_user.h lustre_ver.h '/root/lustre-release/debian/tmp/usr/include/linux/lustre' make[6]: Leaving directory '/root/lustre-release/lustre/include/uapi/linux/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/include/uapi/linux/lustre' make[5]: Entering directory '/root/lustre-release/lustre/include' make[6]: Entering directory '/root/lustre-release/lustre/include' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/lustre/include' make[5]: Leaving directory '/root/lustre-release/lustre/include' make[4]: Leaving directory '/root/lustre-release/lustre/include' Making install in obdclass make[4]: Entering directory '/root/lustre-release/lustre/obdclass' make[5]: Entering directory '/root/lustre-release/lustre/obdclass' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 obdclass.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/obdclass' make[4]: Leaving directory '/root/lustre-release/lustre/obdclass' Making install in ldlm make[4]: Entering directory '/root/lustre-release/lustre/ldlm' make[5]: Entering directory '/root/lustre-release/lustre/ldlm' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre/ldlm' make[4]: Leaving directory '/root/lustre-release/lustre/ldlm' Making install in ptlrpc make[4]: Entering directory '/root/lustre-release/lustre/ptlrpc' make[5]: Entering directory '/root/lustre-release/lustre/ptlrpc' make[6]: Entering directory '/root/lustre-release/lustre/ptlrpc' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 ptlrpc.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[6]: Leaving directory '/root/lustre-release/lustre/ptlrpc' make[5]: Leaving directory '/root/lustre-release/lustre/ptlrpc' make[4]: Leaving directory '/root/lustre-release/lustre/ptlrpc' Making install in obdecho make[4]: Entering directory '/root/lustre-release/lustre/obdecho' make[5]: Entering directory '/root/lustre-release/lustre/obdecho' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 obdecho.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/obdecho' make[4]: Leaving directory '/root/lustre-release/lustre/obdecho' Making install in ec make[4]: Entering directory '/root/lustre-release/lustre/ec' make[5]: Entering directory '/root/lustre-release/lustre/ec' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 ec.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/ec' make[4]: Leaving directory '/root/lustre-release/lustre/ec' Making install in mgc make[4]: Entering directory '/root/lustre-release/lustre/mgc' make[5]: Entering directory '/root/lustre-release/lustre/mgc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 mgc.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/mgc' make[4]: Leaving directory '/root/lustre-release/lustre/mgc' Making install in fid make[4]: Entering directory '/root/lustre-release/lustre/fid' make[5]: Entering directory '/root/lustre-release/lustre/fid' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 fid.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/fid' make[4]: Leaving directory '/root/lustre-release/lustre/fid' Making install in fld make[4]: Entering directory '/root/lustre-release/lustre/fld' make[5]: Entering directory '/root/lustre-release/lustre/fld' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 fld.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/fld' make[4]: Leaving directory '/root/lustre-release/lustre/fld' Making install in doc make[4]: Entering directory '/root/lustre-release/lustre/doc' make[5]: Entering directory '/root/lustre-release/lustre/doc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/share/man/man1' /usr/bin/install -c -m 644 lfs.1 lfs-changelog.1 lfs-changelog_clear.1 lfs-df.1 lfs-fid2path.1 lfs-find.1 lfs-flushctx.1 lfs-getdirstripe.1 lfs-getname.1 lfs-getsom.1 lfs-getstripe.1 lfs-heat_get.1 lfs-heat_set.1 lfs-hsm.1 lfs-hsm_action.1 lfs-hsm_clear.1 lfs-hsm_set.1 lfs-hsm_state.1 lfs-ladvise.1 lfs_migrate.1 lfs-migrate.1 lfs-mirror-copy.1 lfs-mirror-create.1 lfs-mirror-delete.1 lfs-mirror-extend.1 lfs-mirror-read.1 lfs-mirror-resync.1 lfs-mirror-split.1 lfs-mirror-verify.1 lfs-mirror-write.1 lfs-mkdir.1 lfs-path2fid.1 lfs-pcc-detach.1 lfs-pcc-state.1 lfs-pcc.1 lfs-project.1 lfs-quota.1 lfs-rmfid.1 lfs-setdirstripe.1 lfs-setquota.1 '/root/lustre-release/debian/tmp/usr/share/man/man1' /usr/bin/install -c -m 644 lfs-setstripe.1 '/root/lustre-release/debian/tmp/usr/share/man/man1' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/share/man/man3' /usr/bin/install -c -m 644 llapi_changelog_clear.3 llapi_changelog_fini.3 llapi_changelog_free.3 llapi_changelog_get_fd.3 llapi_changelog_in_buf.3 llapi_changelog_recv.3 llapi_changelog_set_xflags.3 llapi_changelog_start.3 llapi_create_volatile_param.3 llapi_fd2parent.3 llapi_fid_parse.3 llapi_fid_to_handle.3 llapi_file_create.3 llapi_file_create_foreign.3 llapi_file_get_stripe.3 llapi_file_open.3 llapi_get_fsname.3 llapi_get_fsname_instance.3 llapi_get_instance.3 llapi_get_lum_dir.3 llapi_get_lum_dir_fd.3 llapi_get_lum_file.3 llapi_get_lum_file_fd.3 llapi_getname.3 llapi_group_lock.3 llapi_group_unlock.3 llapi_heat_get.3 llapi_heat_set.3 llapi_hsm_action_begin.3 llapi_hsm_action_end.3 llapi_hsm_action_get_dfid.3 llapi_hsm_action_get_fd.3 llapi_hsm_action_progress.3 llapi_hsm_copytool_get_fd.3 llapi_hsm_copytool_recv.3 llapi_hsm_copytool_register.3 llapi_hsm_copytool_unregister.3 llapi_hsm_state_get.3 llapi_hsm_state_set.3 llapi_ioctl.3 '/root/lustre-release/debian/tmp/usr/share/man/man3' /usr/bin/install -c -m 644 llapi_ladvise.3 llapi_layout_alloc.3 llapi_layout_comp_add.3 llapi_layout_comp_del.3 llapi_layout_comp_extent_get.3 llapi_layout_comp_extent_set.3 llapi_layout_comp_flags_clear.3 llapi_layout_comp_flags_get.3 llapi_layout_comp_flags_set.3 llapi_layout_comp_id_get.3 llapi_layout_comp_use.3 llapi_layout_comp_use_id.3 llapi_layout_extension_size_get.3 llapi_layout_extension_size_set.3 llapi_layout_file_comp_add.3 llapi_layout_file_comp_del.3 llapi_layout_file_create.3 llapi_layout_file_open.3 llapi_layout_free.3 llapi_layout_get_by_fd.3 llapi_layout_get_by_fid.3 llapi_layout_get_by_path.3 llapi_layout_get_by_xattr.3 llapi_layout_ost_index_get.3 llapi_layout_ost_index_set.3 llapi_layout_ost_index_reset.3 llapi_layout_pattern_get.3 llapi_layout_pattern_set.3 llapi_layout_pool_name_get.3 llapi_layout_pool_name_set.3 llapi_layout_stripe_count_get.3 llapi_layout_stripe_count_set.3 llapi_layout_stripe_size_get.3 llapi_layout_stripe_size_set.3 llapi_open_by_fid.3 llapi_open_by_fid_at.3 llapi_param_get_paths.3 llapi_param_get_value.3 llapi_path2fid.3 llapi_path2parent.3 '/root/lustre-release/debian/tmp/usr/share/man/man3' /usr/bin/install -c -m 644 llapi_pcc_attach.3 llapi_pcc_attach_fid.3 llapi_pcc_attach_fid_str.3 llapi_pcc_detach_fid.3 llapi_pcc_detach_fid_fd.3 llapi_pcc_detach_fid_str.3 llapi_pcc_detach_file.3 llapi_pccdev_get.3 llapi_pccdev_set.3 llapi_pcc_state_get.3 llapi_pcc_state_get_fd.3 llapi_quotactl.3 llapi_rmfid.3 llapi_rmfid_at.3 llapi_search_mdt.3 llapi_search_ost.3 llapi_search_tgt.3 llapi_search_rootpath.3 llapi_search_rootpath_by_dev.3 llapi_unlink_foreign.3 '/root/lustre-release/debian/tmp/usr/share/man/man3' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/share/man/man5' /usr/bin/install -c -m 644 ldev.conf.5 nids.5 '/root/lustre-release/debian/tmp/usr/share/man/man5' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/share/man/man7' /usr/bin/install -c -m 644 lustreapi.7 llapi_layout.7 lustre.7 '/root/lustre-release/debian/tmp/usr/share/man/man7' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/share/man/man8' /usr/bin/install -c -m 644 lctl.8 lctl-dl.8 lctl-device_list.8 lctl-get_param.8 lctl-list_param.8 lctl-network.8 lctl-pcc.8 lctl-pool_add.8 lctl-pool_new.8 lctl-set_param.8 ldev.8 lfs-rm_entry.8 lfs-rmentry.8 lgss_sk.8 lhbadm.8 ll_decode_linkea.8 llsom_sync.8 llstat.8 lustre_routes_config.8 lustre_routes_conversion.8 lustre_rsync.8 mount.lustre.8 plot-llstat.8 routerstat.8 '/root/lustre-release/debian/tmp/usr/share/man/man8' make[5]: Leaving directory '/root/lustre-release/lustre/doc' make[4]: Leaving directory '/root/lustre-release/lustre/doc' Making install in utils make[4]: Entering directory '/root/lustre-release/lustre/utils' make[5]: Entering directory '/root/lustre-release/lustre/utils' make[6]: Entering directory '/root/lustre-release/lustre/utils' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c liblustreapi.la '/root/lustre-release/debian/tmp/usr/lib' libtool: warning: relinking 'liblustreapi.la' libtool: install: (cd /root/lustre-release/lustre/utils; /bin/bash "/root/lustre-release/libtool" --tag CC --mode=relink gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -lreadline -version-info 1:0:0 -Wl,--version-script=liblustreapi.map -o liblustreapi.la -rpath /usr/lib liblustreapi_la-liblustreapi.lo liblustreapi_la-liblustreapi_hsm.lo liblustreapi_la-liblustreapi_nodemap.lo liblustreapi_la-liblustreapi_json.lo liblustreapi_la-liblustreapi_layout.lo liblustreapi_la-liblustreapi_lease.lo liblustreapi_la-liblustreapi_util.lo liblustreapi_la-liblustreapi_kernelconn.lo liblustreapi_la-liblustreapi_param.lo liblustreapi_la-liblustreapi_mirror.lo liblustreapi_la-liblustreapi_fid.lo liblustreapi_la-liblustreapi_ladvise.lo liblustreapi_la-liblustreapi_chlg.lo liblustreapi_la-liblustreapi_heat.lo liblustreapi_la-liblustreapi_pcc.lo liblustreapi_la-liblustreapi_ioctl.lo liblustreapi_la-liblustreapi_root.lo liblustreapi_la-liblustreapi_lseek.lo liblustreapi_la-liblustreapi_swap.lo ../../libcfs/libcfs/libcfs.la ../../lnet/utils/lnetconfig/liblnetconfig.la -lnl-genl-3 -lnl-3 -lpthread -lkeyutils -inst-prefix-dir /root/lustre-release/debian/tmp) libtool: relink: gcc -shared -fPIC -DPIC .libs/liblustreapi_la-liblustreapi.o .libs/liblustreapi_la-liblustreapi_hsm.o .libs/liblustreapi_la-liblustreapi_nodemap.o .libs/liblustreapi_la-liblustreapi_json.o .libs/liblustreapi_la-liblustreapi_layout.o .libs/liblustreapi_la-liblustreapi_lease.o .libs/liblustreapi_la-liblustreapi_util.o .libs/liblustreapi_la-liblustreapi_kernelconn.o .libs/liblustreapi_la-liblustreapi_param.o .libs/liblustreapi_la-liblustreapi_mirror.o .libs/liblustreapi_la-liblustreapi_fid.o .libs/liblustreapi_la-liblustreapi_ladvise.o .libs/liblustreapi_la-liblustreapi_chlg.o .libs/liblustreapi_la-liblustreapi_heat.o .libs/liblustreapi_la-liblustreapi_pcc.o .libs/liblustreapi_la-liblustreapi_ioctl.o .libs/liblustreapi_la-liblustreapi_root.o .libs/liblustreapi_la-liblustreapi_lseek.o .libs/liblustreapi_la-liblustreapi_swap.o -Wl,--whole-archive ../../libcfs/libcfs/.libs/libcfs.a -Wl,--no-whole-archive -lreadline -L/root/lustre-release/debian/tmp/usr/lib -L/usr/lib -llnetconfig -lnl-genl-3 -lnl-3 -lpthread -lkeyutils -g -O2 -Wl,--version-script=liblustreapi.map -Wl,-soname -Wl,liblustreapi.so.1 -o .libs/liblustreapi.so.1.0.0 libtool: install: /usr/bin/install -c .libs/liblustreapi.so.1.0.0T /root/lustre-release/debian/tmp/usr/lib/liblustreapi.so.1.0.0 libtool: install: (cd /root/lustre-release/debian/tmp/usr/lib && { ln -s -f liblustreapi.so.1.0.0 liblustreapi.so.1 || { rm -f liblustreapi.so.1 && ln -s liblustreapi.so.1.0.0 liblustreapi.so.1; }; }) libtool: install: (cd /root/lustre-release/debian/tmp/usr/lib && { ln -s -f liblustreapi.so.1.0.0 liblustreapi.so || { rm -f liblustreapi.so && ln -s liblustreapi.so.1.0.0 liblustreapi.so; }; }) libtool: install: /usr/bin/install -c .libs/liblustreapi.lai /root/lustre-release/debian/tmp/usr/lib/liblustreapi.la libtool: install: /usr/bin/install -c .libs/liblustreapi.a /root/lustre-release/debian/tmp/usr/lib/liblustreapi.a libtool: install: chmod 644 /root/lustre-release/debian/tmp/usr/lib/liblustreapi.a libtool: install: ranlib /root/lustre-release/debian/tmp/usr/lib/liblustreapi.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c lfs '/root/lustre-release/debian/tmp/usr/bin' libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lfs /root/lustre-release/debian/tmp/usr/bin/lfs /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c llstat llobdstat lljobstat plot-llstat '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c lctl l_getidentity llverdev llverfs lustre_rsync ll_decode_linkea llsom_sync l_foreign_symlink wirecheck wiretest lhsmtool_posix l_getsepol '/root/lustre-release/debian/tmp/usr/sbin' libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lctl /root/lustre-release/debian/tmp/usr/sbin/lctl libtool: install: /usr/bin/install -c l_getidentity /root/lustre-release/debian/tmp/usr/sbin/l_getidentity libtool: install: /usr/bin/install -c llverdev /root/lustre-release/debian/tmp/usr/sbin/llverdev libtool: install: /usr/bin/install -c llverfs /root/lustre-release/debian/tmp/usr/sbin/llverfs libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lustre_rsync /root/lustre-release/debian/tmp/usr/sbin/lustre_rsync libtool: install: /usr/bin/install -c ll_decode_linkea /root/lustre-release/debian/tmp/usr/sbin/ll_decode_linkea libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/llsom_sync /root/lustre-release/debian/tmp/usr/sbin/llsom_sync libtool: install: /usr/bin/install -c l_foreign_symlink /root/lustre-release/debian/tmp/usr/sbin/l_foreign_symlink libtool: install: /usr/bin/install -c wirecheck /root/lustre-release/debian/tmp/usr/sbin/wirecheck libtool: install: /usr/bin/install -c wiretest /root/lustre-release/debian/tmp/usr/sbin/wiretest libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lhsmtool_posix /root/lustre-release/debian/tmp/usr/sbin/lhsmtool_posix libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/l_getsepol /root/lustre-release/debian/tmp/usr/sbin/l_getsepol /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/sbin' /usr/bin/install -c ldlm_debug_upcall '/root/lustre-release/debian/tmp/usr/sbin' /usr/bin/make install-exec-hook make[7]: Entering directory '/root/lustre-release/lustre/utils' /bin/bash /root/lustre-release/config/install-sh -d /root/lustre-release/debian/tmp/usr/lib /bin/bash /root/lustre-release/config/install-sh -d /root/lustre-release/debian/tmp/usr/lib/lustre for p in ; do \ if test -f $p; then \ f="`echo $p | sed -e 's|^.*/||'`"; \ echo " /usr/bin/install -c -m 644 $p /root/lustre-release/debian/tmp/usr/lib/lustre/$f"; \ /usr/bin/install -c -m 644 $p /root/lustre-release/debian/tmp/usr/lib/lustre/$f; \ else :; fi; \ done make[7]: Leaving directory '/root/lustre-release/lustre/utils' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/pkgconfig' /usr/bin/install -c -m 644 lustre.pc '/root/lustre-release/debian/tmp/usr/lib/pkgconfig' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c mount.lustre '/root/lustre-release/debian/tmp/sbin' libtool: install: /usr/bin/install -c mount.lustre /root/lustre-release/debian/tmp/sbin/mount.lustre make[6]: Leaving directory '/root/lustre-release/lustre/utils' make[5]: Leaving directory '/root/lustre-release/lustre/utils' make[4]: Leaving directory '/root/lustre-release/lustre/utils' Making install in tests make[4]: Entering directory '/root/lustre-release/lustre/tests' Making install in iabf make[5]: Entering directory '/root/lustre-release/lustre/tests/iabf' make[6]: Entering directory '/root/lustre-release/lustre/tests/iabf' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /bin/bash ../../../libtool --mode=install /usr/bin/install -c iabf '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' libtool: install: /usr/bin/install -c iabf /root/lustre-release/debian/tmp/usr/lib/lustre/tests/iabf make[6]: Leaving directory '/root/lustre-release/lustre/tests/iabf' make[5]: Leaving directory '/root/lustre-release/lustre/tests/iabf' Making install in mpi make[5]: Entering directory '/root/lustre-release/lustre/tests/mpi' make[6]: Entering directory '/root/lustre-release/lustre/tests/mpi' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /bin/bash ../../../libtool --mode=install /usr/bin/install -c parallel_grouplock write_append_truncate createmany_mpi mdsrate write_disjoint cascading_rw rr_alloc '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' libtool: install: /usr/bin/install -c parallel_grouplock /root/lustre-release/debian/tmp/usr/lib/lustre/tests/parallel_grouplock libtool: install: /usr/bin/install -c write_append_truncate /root/lustre-release/debian/tmp/usr/lib/lustre/tests/write_append_truncate libtool: install: /usr/bin/install -c createmany_mpi /root/lustre-release/debian/tmp/usr/lib/lustre/tests/createmany_mpi libtool: warning: '../../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/mdsrate /root/lustre-release/debian/tmp/usr/lib/lustre/tests/mdsrate libtool: install: /usr/bin/install -c write_disjoint /root/lustre-release/debian/tmp/usr/lib/lustre/tests/write_disjoint libtool: warning: '../../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/cascading_rw /root/lustre-release/debian/tmp/usr/lib/lustre/tests/cascading_rw libtool: install: /usr/bin/install -c rr_alloc /root/lustre-release/debian/tmp/usr/lib/lustre/tests/rr_alloc make[6]: Leaving directory '/root/lustre-release/lustre/tests/mpi' make[5]: Leaving directory '/root/lustre-release/lustre/tests/mpi' Making install in lutf make[5]: Entering directory '/root/lustre-release/lustre/tests/lutf' Making install in src make[6]: Entering directory '/root/lustre-release/lustre/tests/lutf/src' echo "updating lutf_agent.i" updating lutf_agent.i /usr/bin/python3 ../../../../lustre/tests/lutf/swig_templates/generate_lutf_swig_i.py ../../../../lustre/tests/lutf/swig_templates ../../../../lustre/tests/lutf/src/lutf_agent.swg echo "updating lutf_global.i" updating lutf_global.i /usr/bin/python3 ../../../../lustre/tests/lutf/swig_templates/generate_lutf_swig_i.py ../../../../lustre/tests/lutf/swig_templates ../../../../lustre/tests/lutf/src/lutf_global.swg echo "generating lutf_agent_warp.c" generating lutf_agent_warp.c /usr/bin/swig -python -includeall -D__x86_64__ -I/usr/include -I/usr/include/linux -I/usr/include/c++/4.4.4/tr1 -I/usr/include/c++/4.4.4/cstdbool ../../../../lustre/tests/lutf/src/lutf_agent.i echo "building lutf_agent_wrap.c" building lutf_agent_wrap.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 lutf_agent_wrap.c echo "building liblutf_agent.c" building liblutf_agent.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 -I/usr/include -I/usr/include/libnl3 -I../../../../lnet/utils/lnetconfig -I../../../../lnet/utils -I../../../../lnet/include -I../../../../libcfs/include -I../../../../lnet/include/uapi/ ../../../../lnet/utils/lnetconfig/cyaml.c ../../../../lustre/tests/lutf/src/liblutf_agent.c echo "linking liblutf_agent.so" linking liblutf_agent.so gcc -shared ../../../../lustre/tests/lutf/src/liblutf_agent.o ../../../../lustre/tests/lutf/src/cyaml.o -o liblutf_agent.so echo "linking _clutf_agent.so" linking _clutf_agent.so gcc -shared lutf_agent_wrap.o -o _clutf_agent.so -L../../../../lustre/tests/lutf/src/ -llutf_agent -llutf_connect echo "generating lutf_global_warp.c" generating lutf_global_warp.c /usr/bin/swig -python -includeall -D__x86_64__ -I/usr/include -I/usr/include/linux -I/usr/include/c++/4.4.4/tr1 -I/usr/include/c++/4.4.4/cstdbool ../../../../lustre/tests/lutf/src/lutf_global.i echo "building lutf_global_wrap.c" building lutf_global_wrap.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 -I/usr/include -I/usr/include/libnl3 -I../../../../lnet/utils/lnetconfig -I../../../../lnet/utils -I../../../../lnet/include -I../../../../libcfs/include -I../../../../lnet/include/uapi/ lutf_global_wrap.c echo "building liblutf_global.c" building liblutf_global.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 ../../../../lustre/tests/lutf/src/liblutf_global.c echo "linking liblutf_global.so" linking liblutf_global.so gcc -shared ../../../../lustre/tests/lutf/src/liblutf_global.o -o liblutf_global.so echo "linking _clutf_global.so" linking _clutf_global.so gcc -shared lutf_global_wrap.o -o _clutf_global.so -L../../../../lustre/tests/lutf/src/ -llutf_global echo "generating liblnetconfig.i" generating liblnetconfig.i /usr/bin/python3 ../../../../lustre/tests/lutf/swig_templates/generate_lnetconfig_swig_i.py ../../../.. echo "generating liblndconfig_wrap.c" generating liblndconfig_wrap.c /usr/bin/swig -python -D__x86_64__ -D__arch_lib__ -D_LARGEFILE64_SOURCE=1 -I/usr/include -I/usr/include/asm -I/usr/include/linux -I/usr/lib64/gcc/i686-pc-mingw32/4.4.6/include/ -I../../../../lnet/utils/lnetconfig -I../../../../lnet/utils -I../../../../lnet/include -I../../../../libcfs/include -I../../../../lnet/include/uapi/ ../../../../lustre/tests/lutf/src/liblnetconfig.i ../../../../lustre/tests/lutf/src/liblnetconfig.i:1116: Warning 202: Could not evaluate expression '__GLIBC_USE (IEC_60559_BFP_EXT_C2X)' ../../../../lustre/tests/lutf/src/liblnetconfig.i:1116: Warning 202: Syntax error: expected operator ../../../../lustre/tests/lutf/src/liblnetconfig.i:1155: Warning 202: Could not evaluate expression '__GLIBC_USE (ISOC2X)' ../../../../lustre/tests/lutf/src/liblnetconfig.i:1155: Warning 202: Syntax error: expected operator echo "building liblnetconfig_wrap.c" building liblnetconfig_wrap.c gcc -g -Wall -fPIC -c -I/usr/include/python3.12 -I/usr/include -I/usr/include/libnl3 -I../../../../lnet/utils/lnetconfig -I../../../../lnet/utils -I../../../../lnet/include -I../../../../libcfs/include -I../../../../lnet/include/uapi/ ../../../../lustre/tests/lutf/src/liblnetconfig_wrap.c ../../../../lnet/utils/lnetconfig/cyaml.c echo "linking _lnetconfig.so" linking _lnetconfig.so gcc -shared -o _lnetconfig.so ../../../../libcfs/libcfs/.libs/libcfs.a -lyaml -L../../../../lnet/utils/lnetconfig/.libs/ -llnetconfig ../../../../lustre/tests/lutf/src/cyaml.o ../../../../lustre/tests/lutf/src/liblnetconfig_wrap.o -ldl -lm -L/usr/lib/x86_64-linux-gnu -lpython3.12 /bin/bash ../../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Werror -L/usr/lib/x86_64-linux-gnu -lpython3.12 -L../../../../lustre/tests/lutf/src -o lutf lutf-lutf.o lutf-lutf_listener.o lutf-lutf_python.o ../../../../lnet/utils/lnetconfig/liblnetconfig.la ../../../../libcfs/libcfs/.libs/libcfs.a -lreadline -lyaml -lm -llutf_agent -llutf_connect -llutf_global -ldl -lm -lkeyutils libtool: link: gcc -g -O2 -Wall -Werror -o .libs/lutf lutf-lutf.o lutf-lutf_listener.o lutf-lutf_python.o -L/usr/lib/x86_64-linux-gnu -lpython3.12 -L../../../../lustre/tests/lutf/src ../../../../lnet/utils/lnetconfig/.libs/liblnetconfig.so ../../../../libcfs/libcfs/.libs/libcfs.a -lreadline -lyaml -llutf_agent -llutf_connect -llutf_global -ldl -lm -lkeyutils make[7]: Entering directory '/root/lustre-release/lustre/tests/lutf/src' /bin/bash /root/lustre-release/config/install-sh -d /root/lustre-release/debian/tmp/usr/lib mkdir -p /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ cp .libs/lutf /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ cp _lnetconfig.so /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ cp _clutf_global.so /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ cp liblutf_global.so /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ cp liblutf_connect.so /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ cp _clutf_agent.so /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ cp liblutf_agent.so /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ cp *.py /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/ make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/lustre/tests/lutf/src' make[6]: Leaving directory '/root/lustre-release/lustre/tests/lutf/src' make[6]: Entering directory '/root/lustre-release/lustre/tests/lutf' make[7]: Entering directory '/root/lustre-release/lustre/tests/lutf' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/src' /usr/bin/install -c -m 644 src/lutf_agent.swg src/lutf_global.swg src/liblutf_connect.c src/liblutf_agent.c src/liblutf_global.c '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/src' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/swig_templates' /usr/bin/install -c -m 644 swig_templates/lutf_missing_definitions.h swig_templates/typemap.template swig_templates/liblnetconfig.template swig_templates/generate_lutf_swig_i.py swig_templates/generate_lnetconfig_swig_i.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/swig_templates' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/config/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/infra/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests-infra/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_dlc/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_samples/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_multi-rail/' /usr/bin/install -c python/tests/suite_multi-rail/callbacks.py python/tests/suite_multi-rail/test_mr_UT_0005.py python/tests/suite_multi-rail/test_mr_UT_0015.py python/tests/suite_multi-rail/test_mr_UT_0020.py python/tests/suite_multi-rail/test_mr_UT_0025.py python/tests/suite_multi-rail/test_mr_UT_0030.py python/tests/suite_multi-rail/test_mr_UT_0035.py python/tests/suite_multi-rail/test_mr_UT_0040.py python/tests/suite_multi-rail/test_mr_UT_0045.py python/tests/suite_multi-rail/test_mr_UT_0050.py python/tests/suite_multi-rail/test_mr_UT_0055.py python/tests/suite_multi-rail/test_mr_UT_0070.py python/tests/suite_multi-rail/test_mr_UT_0090.py python/tests/suite_multi-rail/test_mr_UT_0095.py python/tests/suite_multi-rail/test_mr_UT_0096.py python/tests/suite_multi-rail/test_mr_UT_0105.py python/tests/suite_multi-rail/test_mr_UT_0110.py python/tests/suite_multi-rail/test_mr_UT_0115.py python/tests/suite_multi-rail/test_mr_UT_0120.py python/tests/suite_multi-rail/test_mr_UT_0125.py python/tests/suite_multi-rail/test_mr_UT_0131.py python/tests/suite_multi-rail/test_mr_UT_0145.py python/tests/suite_multi-rail/test_mr_UT_0155.py python/tests/suite_multi-rail/test_mr_UT_0165.py python/tests/suite_multi-rail/test_mr_UT_0170.py python/tests/suite_multi-rail/test_mr_UT_0171.py python/tests/suite_multi-rail/test_mr_UT_0172.py python/tests/suite_multi-rail/test_mr_UT_0173.py python/tests/suite_multi-rail/test_mr_UT_0175.py python/tests/suite_multi-rail/test_mr_UT_0176.py python/tests/suite_multi-rail/test_mr_UT_0185.py python/tests/suite_multi-rail/test_mr_UT_0190.py python/tests/suite_multi-rail/test_mr_UT_0195.py python/tests/suite_multi-rail/test_mr_UT_0205.py python/tests/suite_multi-rail/test_mr_UT_0210.py python/tests/suite_multi-rail/test_mr_UT_0215.py python/tests/suite_multi-rail/test_mr_UT_0220.py python/tests/suite_multi-rail/test_mr_UT_0225.py python/tests/suite_multi-rail/test_mr_UT_0230.py python/tests/suite_multi-rail/test_mr_UT_0235.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_multi-rail/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_dynamic-discovery/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_udsp/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_routing/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_dynamic-nids/' /usr/bin/install -c python/tests/suite_dynamic-discovery/callbacks.py python/tests/suite_dynamic-discovery/test_dd_UT-DD-CFG-0001.py python/tests/suite_dynamic-discovery/test_dd_UT-DD-CFG-0002.py python/tests/suite_dynamic-discovery/test_dd_UT-DD-CFG-0004.py python/tests/suite_dynamic-discovery/test_dd_UT-DD-CFG-0005.py python/tests/suite_dynamic-discovery/test_dd_UT-DD-CFG-0006.py python/tests/suite_dynamic-discovery/test_dd_UT-DD-EN-0001.py python/tests/suite_dynamic-discovery/test_dd_UT-DD-EN-0002.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_dynamic-discovery/' /usr/bin/install -c python/tests/suite_dlc/callbacks.py python/tests/suite_dlc/skip.py python/tests/suite_dlc/test_dlc_libconfig_00.py python/tests/suite_dlc/test_dlc_libconfig_01.py python/tests/suite_dlc/test_dlc_libconfig_02.py python/tests/suite_dlc/test_dlc_libconfig_03.py python/tests/suite_dlc/test_dlc_libconfig_04.py python/tests/suite_dlc/test_dlc_libconfig_05.py python/tests/suite_dlc/test_dlc_libconfig_06.py python/tests/suite_dlc/test_dlc_libconfig_07.py python/tests/suite_dlc/test_dlc_libconfig_08.py python/tests/suite_dlc/test_dlc_libconfig_09.py python/tests/suite_dlc/test_dlc_libconfig_10.py python/tests/suite_dlc/test_dlc_libconfig_11.py python/tests/suite_dlc/test_dlc_libconfig_12.py python/tests/suite_dlc/test_dlc_libconfig_13.py python/tests/suite_dlc/test_dlc_libconfig_14.py python/tests/suite_dlc/test_dlc_libconfig_15.py python/tests/suite_dlc/test_dlc_libconfig_16.py python/tests/suite_dlc/test_dlc_libconfig_17.py python/tests/suite_dlc/test_dlc_libconfig_18a.py python/tests/suite_dlc/test_dlc_libconfig_18.py python/tests/suite_dlc/test_dlc_libconfig_19.py python/tests/suite_dlc/test_dlc_libconfig_20.py python/tests/suite_dlc/test_dlc_libconfig_21.py python/tests/suite_dlc/test_dlc_libconfig_22.py python/tests/suite_dlc/test_dlc_libconfig_23.py python/tests/suite_dlc/test_dlc_libconfig_24.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_dlc/' /usr/bin/install -c python/tests/suite_dynamic-nids/callbacks.py python/tests/suite_dynamic-nids/test_dynamic_nids_01.py python/tests/suite_dynamic-nids/test_dynamic_nids_02.py python/tests/suite_dynamic-nids/test_dynamic_nids_03.py python/tests/suite_dynamic-nids/test_dynamic_nids_04.py python/tests/suite_dynamic-nids/test_dynamic_nids_05.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_dynamic-nids/' /usr/bin/install -c python/tests/suite_samples/callbacks.py python/tests/suite_samples/skip.py python/tests/suite_samples/test_sample_01_1.py python/tests/suite_samples/test_sample_01.py python/tests/suite_samples/test_sample_02.py python/tests/suite_samples/test_sample_03.py python/tests/suite_samples/test_sample_04_1.py python/tests/suite_samples/test_sample_04.py python/tests/suite_samples/test_sample_05.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_samples/' /usr/bin/install -c python/config/lutf_start.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/config/' /usr/bin/install -c python/tests-infra/clustre_reset.py python/tests-infra/fio.py python/tests-infra/lnet_cleanup.py python/tests-infra/lnet_helpers.py python/tests-infra/lnet.py python/tests-infra/lnet_selftest.py python/tests-infra/lustre_cleanup.py python/tests-infra/lustre_fs.py python/tests-infra/lustre_logs.py python/tests-infra/lustre_node.py python/tests-infra/lustre_roles.py python/tests-infra/selftest_template.py python/tests-infra/utility_paths.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests-infra/' /usr/bin/install -c python/tests/sample.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/' /usr/bin/install -c python/tests/suite_udsp/callbacks.py python/tests/suite_udsp/test_udsp_basic_01.py python/tests/suite_udsp/test_udsp_basic_02.py python/tests/suite_udsp/test_udsp_basic_03.py python/tests/suite_udsp/test_udsp_basic_04.py python/tests/suite_udsp/test_udsp_basic_05.py python/tests/suite_udsp/test_udsp_basic_06.py python/tests/suite_udsp/test_udsp_basic_err_01.py python/tests/suite_udsp/test_udsp_basic_err_02.py python/tests/suite_udsp/test_udsp_multi_net_01.py python/tests/suite_udsp/test_udsp_multi_net_02.py python/tests/suite_udsp/test_udsp_multi_net_03.py python/tests/suite_udsp/test_udsp_multi_net_04.py python/tests/suite_udsp/test_udsp_multi_net_05.py python/tests/suite_udsp/test_udsp_multi_net_err_01.py python/tests/suite_udsp/test_udsp_multi_net_err_02.py python/tests/suite_udsp/test_udsp_routed_net_01.py python/tests/suite_udsp/test_udsp_single_net_01.py python/tests/suite_udsp/test_udsp_single_net_02.py python/tests/suite_udsp/test_udsp_single_net_03.py python/tests/suite_udsp/test_udsp_single_net_04.py python/tests/suite_udsp/test_udsp_single_net_05.py python/tests/suite_udsp/test_udsp_single_net_06.py python/tests/suite_udsp/test_udsp_single_net_07.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_udsp/' /usr/bin/install -c python/tests/suite_routing/callbacks.py python/tests/suite_routing/test_routing_basic_01.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_routing/' /usr/bin/install -c python/tests/suite_multi-rail/test_mr_UT_0245.py python/tests/suite_multi-rail/test_mr_UT_0260.py python/tests/suite_multi-rail/test_mr_UT_0310.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/tests/suite_multi-rail/' /usr/bin/install -c python/infra/lutf_agent.py python/infra/lutf_basetest.py python/infra/lutf_cmd.py python/infra/lutf_common_def.py python/infra/lutf_exception.py python/infra/lutf_file.py python/infra/lutf_get_num_agents.py python/infra/lutf_paramiko.py python/infra/lutf.py python/infra/lutf_telnet_cl.py python/infra/lutf_telnet_sr.py python/infra/lutf_utils.py python/infra/telnetsrvlib.py '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/lutf/python/infra/' make[7]: Leaving directory '/root/lustre-release/lustre/tests/lutf' make[6]: Leaving directory '/root/lustre-release/lustre/tests/lutf' make[5]: Leaving directory '/root/lustre-release/lustre/tests/lutf' make[5]: Entering directory '/root/lustre-release/lustre/tests' make[6]: Entering directory '/root/lustre-release/lustre/tests' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c mcreate statx '/root/lustre-release/debian/tmp/usr/bin' libtool: install: /usr/bin/install -c mcreate /root/lustre-release/debian/tmp/usr/bin/mcreate libtool: install: /usr/bin/install -c statx /root/lustre-release/debian/tmp/usr/bin/statx /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/clientapi' /usr/bin/install -c -m 644 clientapi/simple_test.c '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/clientapi' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/acl' /usr/bin/install -c -m 644 acl/cp.test acl/getfacl-noacl.test acl/inheritance.test acl/misc.test acl/permissions.test acl/setfacl.test acl/permissions_xattr.test acl/974.test acl/974_remote.test acl/2561.test acl/2561_zfs.test acl/4924.test '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/acl' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/cfg/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/test-groups/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/acl/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/racer/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/posix/' /usr/bin/install -c racer/dir_create.sh racer/dir_migrate.sh racer/dir_remote.sh racer/file_chmod.sh racer/file_chown.sh racer/file_concat.sh racer/file_create.sh racer/file_delxattr.sh racer/file_exec.sh racer/file_fallocate.sh racer/file_getxattr.sh racer/file_link.sh racer/file_list.sh racer/file_mknod.sh racer/file_rename.sh racer/file_rm.sh racer/file_setxattr.sh racer/file_swap.sh racer/file_symlink.sh racer/file_truncate.sh racer/lss_create.sh racer/lss_destroy.sh racer/racer.sh '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/racer/' /usr/bin/install -c acl/make-tree acl/run '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/acl/' /usr/bin/install -c posix/posix.cfg '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/posix/' /usr/bin/install -c test-groups/regression test-groups/regression-mpi '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/test-groups/' /usr/bin/install -c cfg/local.sh cfg/ncli.sh '/root/lustre-release/debian/tmp/usr/lib/lustre/tests/cfg/' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /usr/bin/install -c -m 644 disk2_7-ldiskfs.tar.bz2 disk2_7-zfs.tar.bz2 disk2_9-zfs.tar.bz2 disk2_9-ldiskfs.tar.bz2 disk2_10-ldiskfs.tar.bz2 disk2_12-ldiskfs.tar.bz2 ldiskfs_mdt1_2_11.tar.bz2 ldiskfs_mdt2_2_11.tar.bz2 ldiskfs_ost1_2_11.tar.bz2 ldiskfs_ost2_2_11.tar.bz2 zfs_mdt1_2_11.tar.bz2 zfs_mdt2_2_11.tar.bz2 zfs_ost1_2_11.tar.bz2 zfs_ost2_2_11.tar.bz2 '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /bin/bash ../../libtool --mode=install /usr/bin/install -c openunlink truncate directio writeme utime tchmod fsx test_brw sendfile createmany chownmany statmany multifstat createtest opendirunlink opendevunlink unlinkmany checkstat statone runas openfile smalliomany small_write multiop ll_sparseness_verify ll_sparseness_write mrename ll_dirstripe_verify openfilleddirunlink rename_many memhog euid_access rw_seq_cst_vs_drop_caches mmap_sanity writemany reads flocks_test flock_deadlock write_time_limit rwv lgetxattr_size_check checkfiemap listxattr_size_check check_fhandle_syscalls badarea_io llapi_layout_test orphan_linkea_check llapi_hsm_test group_lock_test llapi_fid_test sendfile_grouplock mmap_cat swap_lock_test lockahead_test mirror_io mmap_mknod_test create_foreign_file parse_foreign_file create_foreign_dir parse_foreign_dir check_fallocate splice-test lseek_test expand_truncate_test foreign_symlink_striping lov_getstripe_old io_uring_probe fadvise_dontneed_helper llapi_root_test aheadmany monitor_lustrefs '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' libtool: install: /usr/bin/install -c openunlink /root/lustre-release/debian/tmp/usr/lib/lustre/tests/openunlink libtool: install: /usr/bin/install -c truncate /root/lustre-release/debian/tmp/usr/lib/lustre/tests/truncate libtool: install: /usr/bin/install -c directio /root/lustre-release/debian/tmp/usr/lib/lustre/tests/directio libtool: install: /usr/bin/install -c writeme /root/lustre-release/debian/tmp/usr/lib/lustre/tests/writeme libtool: install: /usr/bin/install -c utime /root/lustre-release/debian/tmp/usr/lib/lustre/tests/utime libtool: install: /usr/bin/install -c tchmod /root/lustre-release/debian/tmp/usr/lib/lustre/tests/tchmod libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/fsx /root/lustre-release/debian/tmp/usr/lib/lustre/tests/fsx libtool: install: /usr/bin/install -c test_brw /root/lustre-release/debian/tmp/usr/lib/lustre/tests/test_brw libtool: install: /usr/bin/install -c sendfile /root/lustre-release/debian/tmp/usr/lib/lustre/tests/sendfile libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/createmany /root/lustre-release/debian/tmp/usr/lib/lustre/tests/createmany libtool: install: /usr/bin/install -c chownmany /root/lustre-release/debian/tmp/usr/lib/lustre/tests/chownmany libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/statmany /root/lustre-release/debian/tmp/usr/lib/lustre/tests/statmany libtool: install: /usr/bin/install -c multifstat /root/lustre-release/debian/tmp/usr/lib/lustre/tests/multifstat libtool: install: /usr/bin/install -c createtest /root/lustre-release/debian/tmp/usr/lib/lustre/tests/createtest libtool: install: /usr/bin/install -c opendirunlink /root/lustre-release/debian/tmp/usr/lib/lustre/tests/opendirunlink libtool: install: /usr/bin/install -c opendevunlink /root/lustre-release/debian/tmp/usr/lib/lustre/tests/opendevunlink libtool: install: /usr/bin/install -c unlinkmany /root/lustre-release/debian/tmp/usr/lib/lustre/tests/unlinkmany libtool: install: /usr/bin/install -c checkstat /root/lustre-release/debian/tmp/usr/lib/lustre/tests/checkstat libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/statone /root/lustre-release/debian/tmp/usr/lib/lustre/tests/statone libtool: install: /usr/bin/install -c runas /root/lustre-release/debian/tmp/usr/lib/lustre/tests/runas libtool: install: /usr/bin/install -c openfile /root/lustre-release/debian/tmp/usr/lib/lustre/tests/openfile libtool: install: /usr/bin/install -c smalliomany /root/lustre-release/debian/tmp/usr/lib/lustre/tests/smalliomany libtool: install: /usr/bin/install -c small_write /root/lustre-release/debian/tmp/usr/lib/lustre/tests/small_write libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/multiop /root/lustre-release/debian/tmp/usr/lib/lustre/tests/multiop libtool: install: /usr/bin/install -c ll_sparseness_verify /root/lustre-release/debian/tmp/usr/lib/lustre/tests/ll_sparseness_verify libtool: install: /usr/bin/install -c ll_sparseness_write /root/lustre-release/debian/tmp/usr/lib/lustre/tests/ll_sparseness_write libtool: install: /usr/bin/install -c mrename /root/lustre-release/debian/tmp/usr/lib/lustre/tests/mrename libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/ll_dirstripe_verify /root/lustre-release/debian/tmp/usr/lib/lustre/tests/ll_dirstripe_verify libtool: install: /usr/bin/install -c openfilleddirunlink /root/lustre-release/debian/tmp/usr/lib/lustre/tests/openfilleddirunlink libtool: install: /usr/bin/install -c rename_many /root/lustre-release/debian/tmp/usr/lib/lustre/tests/rename_many libtool: install: /usr/bin/install -c memhog /root/lustre-release/debian/tmp/usr/lib/lustre/tests/memhog libtool: install: /usr/bin/install -c euid_access /root/lustre-release/debian/tmp/usr/lib/lustre/tests/euid_access libtool: install: /usr/bin/install -c rw_seq_cst_vs_drop_caches /root/lustre-release/debian/tmp/usr/lib/lustre/tests/rw_seq_cst_vs_drop_caches libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/mmap_sanity /root/lustre-release/debian/tmp/usr/lib/lustre/tests/mmap_sanity libtool: install: /usr/bin/install -c writemany /root/lustre-release/debian/tmp/usr/lib/lustre/tests/writemany libtool: install: /usr/bin/install -c reads /root/lustre-release/debian/tmp/usr/lib/lustre/tests/reads libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/flocks_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/flocks_test libtool: install: /usr/bin/install -c flock_deadlock /root/lustre-release/debian/tmp/usr/lib/lustre/tests/flock_deadlock libtool: install: /usr/bin/install -c write_time_limit /root/lustre-release/debian/tmp/usr/lib/lustre/tests/write_time_limit libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/rwv /root/lustre-release/debian/tmp/usr/lib/lustre/tests/rwv libtool: install: /usr/bin/install -c lgetxattr_size_check /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lgetxattr_size_check libtool: install: /usr/bin/install -c checkfiemap /root/lustre-release/debian/tmp/usr/lib/lustre/tests/checkfiemap libtool: install: /usr/bin/install -c listxattr_size_check /root/lustre-release/debian/tmp/usr/lib/lustre/tests/listxattr_size_check libtool: install: /usr/bin/install -c check_fhandle_syscalls /root/lustre-release/debian/tmp/usr/lib/lustre/tests/check_fhandle_syscalls libtool: install: /usr/bin/install -c badarea_io /root/lustre-release/debian/tmp/usr/lib/lustre/tests/badarea_io libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/llapi_layout_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/llapi_layout_test libtool: install: /usr/bin/install -c orphan_linkea_check /root/lustre-release/debian/tmp/usr/lib/lustre/tests/orphan_linkea_check libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/llapi_hsm_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/llapi_hsm_test libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/group_lock_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/group_lock_test libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/llapi_fid_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/llapi_fid_test libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sendfile_grouplock /root/lustre-release/debian/tmp/usr/lib/lustre/tests/sendfile_grouplock libtool: install: /usr/bin/install -c mmap_cat /root/lustre-release/debian/tmp/usr/lib/lustre/tests/mmap_cat libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/swap_lock_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/swap_lock_test libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lockahead_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lockahead_test libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/mirror_io /root/lustre-release/debian/tmp/usr/lib/lustre/tests/mirror_io libtool: install: /usr/bin/install -c mmap_mknod_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/mmap_mknod_test libtool: install: /usr/bin/install -c create_foreign_file /root/lustre-release/debian/tmp/usr/lib/lustre/tests/create_foreign_file libtool: install: /usr/bin/install -c parse_foreign_file /root/lustre-release/debian/tmp/usr/lib/lustre/tests/parse_foreign_file libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/create_foreign_dir /root/lustre-release/debian/tmp/usr/lib/lustre/tests/create_foreign_dir libtool: install: /usr/bin/install -c parse_foreign_dir /root/lustre-release/debian/tmp/usr/lib/lustre/tests/parse_foreign_dir libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/check_fallocate /root/lustre-release/debian/tmp/usr/lib/lustre/tests/check_fallocate libtool: install: /usr/bin/install -c splice-test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/splice-test libtool: install: /usr/bin/install -c lseek_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lseek_test libtool: install: /usr/bin/install -c expand_truncate_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/expand_truncate_test libtool: install: /usr/bin/install -c foreign_symlink_striping /root/lustre-release/debian/tmp/usr/lib/lustre/tests/foreign_symlink_striping libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lov_getstripe_old /root/lustre-release/debian/tmp/usr/lib/lustre/tests/lov_getstripe_old libtool: install: /usr/bin/install -c io_uring_probe /root/lustre-release/debian/tmp/usr/lib/lustre/tests/io_uring_probe libtool: install: /usr/bin/install -c fadvise_dontneed_helper /root/lustre-release/debian/tmp/usr/lib/lustre/tests/fadvise_dontneed_helper libtool: warning: '../../lustre/utils/liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/llapi_root_test /root/lustre-release/debian/tmp/usr/lib/lustre/tests/llapi_root_test libtool: install: /usr/bin/install -c aheadmany /root/lustre-release/debian/tmp/usr/lib/lustre/tests/aheadmany libtool: install: /usr/bin/install -c monitor_lustrefs /root/lustre-release/debian/tmp/usr/lib/lustre/tests/monitor_lustrefs /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /usr/bin/install -c leak_finder.pl llmount.sh llmountcleanup.sh functions.sh test-framework.sh runvmstat runiozone runtests sanity.sh rundbench acceptance-small.sh conf-sanity.sh insanity.sh oos.sh oos2.sh dne_sanity.sh sanity-compr.sh recovery-small.sh replay-dual.sh sanity-quota.sh replay-ost-single.sh replay-single.sh run-llog.sh sanityn.sh large-scale.sh racer.sh replay-vbr.sh performance-sanity.sh sanity-benchmark.sh lockorder.sh socketclient socketserver runmultiop_bg_pause sanity-sec.sh sanity-selinux.sh recovery-scale-lib.sh recovery-mds-scale.sh recovery-oss-scale.sh sanity-krb5.sh krb5_login.sh '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /usr/bin/install -c setup_kerberos.sh run_dd.sh run_tar.sh run_iozone.sh run_dbench.sh run_IOR.sh recovery-double-scale.sh recovery-random-scale.sh parallel-scale.sh lustre-rsync-test.sh ost-pools.sh rpc.sh yaml.sh lutf.sh lnet-selftest.sh obdfilter-survey.sh mmp.sh mmp_mark.sh sgpdd-survey.sh maloo_upload.sh auster setup-nfs.sh mds-survey.sh parallel-scale-nfs.sh large-lun.sh parallel-scale-nfsv3.sh parallel-scale-nfsv4.sh setup-cifs.sh parallel-scale-cifs.sh posix.sh sanity-scrub.sh scrub-performance.sh ha.sh pjdfstest.sh sanity-lfsck.sh lfsck-performance.sh sanity-hsm.sh sanity-lsnapshot.sh sanity-pfl.sh sanity-flr.sh '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' /usr/bin/install -c sanity-dom.sh sanity-pcc.sh dom-performance.sh sanity-lnet.sh '/root/lustre-release/debian/tmp/usr/lib/lustre/tests' make[6]: Leaving directory '/root/lustre-release/lustre/tests' make[5]: Leaving directory '/root/lustre-release/lustre/tests' make[4]: Leaving directory '/root/lustre-release/lustre/tests' Making install in scripts make[4]: Entering directory '/root/lustre-release/lustre/scripts' Making install in systemd make[5]: Entering directory '/root/lustre-release/lustre/scripts/systemd' make[6]: Entering directory '/root/lustre-release/lustre/scripts/systemd' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/systemd/system' /usr/bin/install -c -m 644 lnet.service '/root/lustre-release/debian/tmp/usr/lib/systemd/system' make[6]: Leaving directory '/root/lustre-release/lustre/scripts/systemd' make[5]: Leaving directory '/root/lustre-release/lustre/scripts/systemd' make[5]: Entering directory '/root/lustre-release/lustre/scripts' make[6]: Entering directory '/root/lustre-release/lustre/scripts' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/install -c lfs_migrate '/root/lustre-release/debian/tmp/usr/bin' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/sbin' /usr/bin/install -c lustre_rmmod ko2iblnd-probe ksocklnd-config ldev lustre_routes_config lustre_routes_conversion '/root/lustre-release/debian/tmp/usr/sbin' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 bash-completion/lustre bash-completion/lctl bash-completion/lfs '/root/lustre-release/debian/tmp/usr/share/bash-completion/completions' make[6]: Leaving directory '/root/lustre-release/lustre/scripts' make[5]: Leaving directory '/root/lustre-release/lustre/scripts' make[4]: Leaving directory '/root/lustre-release/lustre/scripts' Making install in autoconf make[4]: Entering directory '/root/lustre-release/lustre/autoconf' make[5]: Entering directory '/root/lustre-release/lustre/autoconf' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre/autoconf' make[4]: Leaving directory '/root/lustre-release/lustre/autoconf' Making install in conf make[4]: Entering directory '/root/lustre-release/lustre/conf' Making install in resource make[5]: Entering directory '/root/lustre-release/lustre/conf/resource' make[6]: Entering directory '/root/lustre-release/lustre/conf/resource' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/root/lustre-release/lustre/conf/resource' make[5]: Leaving directory '/root/lustre-release/lustre/conf/resource' make[5]: Entering directory '/root/lustre-release/lustre/conf' make[6]: Entering directory '/root/lustre-release/lustre/conf' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/etc' /usr/bin/install -c -m 644 lnet.conf lnet_routes.conf '/root/lustre-release/debian/tmp/etc' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/firewalld/services' /usr/bin/install -c -m 644 lustre.xml '/root/lustre-release/debian/tmp/usr/lib/firewalld/services' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/etc/modprobe.d' /usr/bin/install -c -m 644 ko2iblnd.conf '/root/lustre-release/debian/tmp/etc/modprobe.d' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/usr/lib/udev/rules.d' /usr/bin/install -c -m 644 99-lustre.rules '/root/lustre-release/debian/tmp/usr/lib/udev/rules.d' make[6]: Leaving directory '/root/lustre-release/lustre/conf' make[5]: Leaving directory '/root/lustre-release/lustre/conf' make[4]: Leaving directory '/root/lustre-release/lustre/conf' Making install in kunit make[4]: Entering directory '/root/lustre-release/lustre/kunit' make[5]: Entering directory '/root/lustre-release/lustre/kunit' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 llog_test.ko obd_test.ko kinode.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/kunit' make[4]: Leaving directory '/root/lustre-release/lustre/kunit' Making install in mdc make[4]: Entering directory '/root/lustre-release/lustre/mdc' make[5]: Entering directory '/root/lustre-release/lustre/mdc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 mdc.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/mdc' make[4]: Leaving directory '/root/lustre-release/lustre/mdc' Making install in lmv make[4]: Entering directory '/root/lustre-release/lustre/lmv' make[5]: Entering directory '/root/lustre-release/lustre/lmv' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 lmv.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/lmv' make[4]: Leaving directory '/root/lustre-release/lustre/lmv' Making install in llite make[4]: Entering directory '/root/lustre-release/lustre/llite' make[5]: Entering directory '/root/lustre-release/lustre/llite' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 lustre.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/llite' make[4]: Leaving directory '/root/lustre-release/lustre/llite' Making install in lov make[4]: Entering directory '/root/lustre-release/lustre/lov' make[5]: Entering directory '/root/lustre-release/lustre/lov' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 lov.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/lov' make[4]: Leaving directory '/root/lustre-release/lustre/lov' Making install in osc make[4]: Entering directory '/root/lustre-release/lustre/osc' make[5]: Entering directory '/root/lustre-release/lustre/osc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' /usr/bin/install -c -m 644 osc.ko '/root/lustre-release/debian/tmp/lib/modules/6.8.0-31-generic/updates/kernel/fs/lustre' make[5]: Leaving directory '/root/lustre-release/lustre/osc' make[4]: Leaving directory '/root/lustre-release/lustre/osc' make[4]: Entering directory '/root/lustre-release/lustre' make[5]: Entering directory '/root/lustre-release/lustre' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/lustre' make[4]: Leaving directory '/root/lustre-release/lustre' make[3]: Leaving directory '/root/lustre-release/lustre' make[2]: Leaving directory '/root/lustre-release' # jump our lustre-[client|server]-modules into the control file if not using m-a if ! true; then \ (cat debian/control.main; sed -e '1,/^$/d' -e "s/_KVERS_//g" < debian/control.modules.in) > debian/control; \ for file in debian/*_KVERS_*; do \ newfile=$(echo $file | sed -e "s/_KVERS_//g"); \ cp $file $newfile; \ done; \ fi touch build-stamp make[1]: Leaving directory '/root/lustre-release' debian/rules binary make[1]: Entering directory '/root/lustre-release' dh_testdir dh_testroot # Copy everything dh_installdirs -p lustre-source usr/src/modules/lustre/debian rsync -av --exclude='debian/lustre-source/*' \ --link-dest=/root/lustre-release \ . debian/lustre-source/usr/src/modules/lustre sending incremental file list ./ make_debs.log sent 606,879 bytes received 374 bytes 1,214,506.00 bytes/sec total size is 835,275,899 speedup is 1,375.50 # Remove FULLCLEAN setting rm debian/lustre-source/usr/src/modules/lustre/debian/rules cp -v debian/rules debian/lustre-source/usr/src/modules/lustre/debian/rules 'debian/rules' -> 'debian/lustre-source/usr/src/modules/lustre/debian/rules' sed -i -e 's/FULLCLEAN=full-clean/FULLCLEAN=/' debian/lustre-source/usr/src/modules/lustre/debian/rules # clean up dest rm -rf debian/lustre-source/usr/src/modules/lustre/debian/patched \ debian/lustre-source/usr/src/modules/lustre/debian/patches/* /usr/bin/make -C debian/lustre-source/usr/src/modules/lustre -f debian/rules clean make[2]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre' dh_testdir dh_testroot dpatch deapply-all -v /usr/bin/make distclean make[3]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre' Making distclean in ldiskfs make[4]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/ldiskfs' test -z "sources htree_lock.h mmp.c htree_lock.c critical_encode.h encdata.h ext4.h" || rm -f sources htree_lock.h mmp.c htree_lock.c critical_encode.h encdata.h ext4.h rm -rf .libs _libs rm -rf linux linux-stage ldiskfs*.h trace modules.order test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/ldiskfs' Making distclean in lustre-iokit make[4]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit' Making distclean in obdfilter-survey make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/obdfilter-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/obdfilter-survey' Making distclean in sgpdd-survey make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/sgpdd-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/sgpdd-survey' Making distclean in ost-survey make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/ost-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/ost-survey' Making distclean in ior-survey make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/ior-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/ior-survey' Making distclean in mds-survey make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/mds-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/mds-survey' Making distclean in stats-collect make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/stats-collect' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/stats-collect' Making distclean in lst-survey make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/lst-survey' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit/lst-survey' make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit' rm -f Makefile make[4]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre-iokit' Making distclean in libcfs make[4]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs' Making distclean in libcfs make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs' Making distclean in linux make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs/linux' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs/linux' Making distclean in util make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs/util' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs/util' Making distclean in crypto make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs/crypto' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs/crypto' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs' rm -rf .libs _libs rm -rf util/.libs util/_libs test -z "libcfs.la" || rm -f libcfs.la rm -f ./so_locations rm -f *.o rm -f util/*.o rm -f util/*.lo test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers linux/*.o libcfs crypto/*.o" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers linux/*.o libcfs crypto/*.o rm -f *.lo rm -f *.tab.c test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f util/.deps/.dirstamp rm -f util/.dirstamp rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs' rm -f util/.deps/libcfs_la-l_ioctl.Plo rm -f util/.deps/libcfs_la-nidstrings.Plo rm -f util/.deps/libcfs_la-param.Plo rm -f util/.deps/libcfs_la-parser.Plo rm -f util/.deps/libcfs_la-string.Plo rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/libcfs' Making distclean in include make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include' Making distclean in libcfs make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs' Making distclean in linux make[7]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs/linux' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[7]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs/linux' Making distclean in util make[7]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs/util' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[7]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs/util' Making distclean in crypto make[7]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs/crypto' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[7]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs/crypto' make[7]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[7]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs' rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/libcfs' Making distclean in uapi make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/uapi' Making distclean in linux make[7]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/uapi/linux' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[7]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/uapi/linux' make[7]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/uapi' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[7]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/uapi' rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include/uapi' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include' rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/include' Making distclean in autoconf make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/autoconf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs/autoconf' make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs' rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/libcfs' Making distclean in lnet make[4]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet' Making distclean in lnet make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/lnet' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers lnet" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers lnet rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/lnet' Making distclean in klnds make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds' Making distclean in socklnd make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/socklnd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/socklnd' Making distclean in gnilnd make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/gnilnd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/gnilnd' Making distclean in o2iblnd make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/o2iblnd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/o2iblnd' Making distclean in kfilnd make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/kfilnd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/kfilnd' Making distclean in in-kernel-o2iblnd make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' test -z "o2iblnd.h o2iblnd-idl.h o2iblnd.c o2iblnd_cb.c o2iblnd_modparams.c" || rm -f o2iblnd.h o2iblnd-idl.h o2iblnd.c o2iblnd_cb.c o2iblnd_modparams.c rm -rf .libs _libs rm -rf o2iblnd.h o2iblnd-idl.h o2iblnd.c o2iblnd_cb.c o2iblnd_modparams.c ko2iblnd.ko test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds' rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/klnds' Making distclean in selftest make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/selftest' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers selftest" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers selftest rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/selftest' Making distclean in doc make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/doc' test -z "*.aux *.tex *.log *.pdf" || rm -f *.aux *.tex *.log *.pdf rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/doc' Making distclean in utils make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/utils' Making distclean in lnetconfig make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/utils/lnetconfig' test -z "liblnetconfig.la" || rm -f liblnetconfig.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/liblnetconfig_la-cyaml.Plo rm -f ./.deps/liblnetconfig_la-liblnetconfig.Plo rm -f ./.deps/liblnetconfig_la-liblnetconfig_lnd.Plo rm -f ./.deps/liblnetconfig_la-liblnetconfig_netlink.Plo rm -f ./.deps/liblnetconfig_la-liblnetconfig_udsp.Plo rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/utils/lnetconfig' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/utils' rm -rf .libs _libs rm -f routerstat lst lnetctl wirecheck rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/utils' rm -f ./.deps/lnetctl.Po rm -f ./.deps/lst-lst.Po rm -f ./.deps/routerstat.Po rm -f ./.deps/wirecheck.Po rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/utils' Making distclean in include make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/include' Making distclean in lnet make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/include/lnet' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/include/lnet' Making distclean in uapi/linux/lnet make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/include/uapi/linux/lnet' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/include/uapi/linux/lnet' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/include' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/include' rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/include' Making distclean in autoconf make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/autoconf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet/autoconf' make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet' rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lnet' Making distclean in lustre make[4]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre' Making distclean in include make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/include' Making distclean in lustre make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/include/lustre' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/include/lustre' Making distclean in uapi/linux/lustre make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/include/uapi/linux/lustre' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/include/uapi/linux/lustre' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/include' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/include' rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/include' Making distclean in obdclass make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/obdclass' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/obdclass' Making distclean in ldlm make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ldlm' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ldlm' Making distclean in ptlrpc make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ptlrpc' Making distclean in gss make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ptlrpc/gss' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ptlrpc/gss' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ptlrpc' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers ldlm_*.c l_lock.c" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers ldlm_*.c l_lock.c rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ptlrpc' rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ptlrpc' Making distclean in obdecho make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/obdecho' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/obdecho' Making distclean in ec make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ec' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ec' Making distclean in mgc make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mgc' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mgc' Making distclean in fid make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/fid' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/fid' Making distclean in fld make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/fld' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/fld' Making distclean in doc make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/doc' test -z "*.aux *.tex *.log *.pdf" || rm -f *.aux *.tex *.log *.pdf rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/doc' Making distclean in utils make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/utils' Making distclean in . make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/utils' rm -f lfs test -z "" || rm -f test -z "liblustreapi.la " || rm -f liblustreapi.la rm -f ./so_locations rm -rf .libs _libs test -z " " || rm -f test -z "" || rm -f rm -f mount.lustre rm -f lctl l_getidentity llverdev llverfs lustre_rsync ll_decode_linkea llsom_sync l_foreign_symlink wirecheck wiretest lhsmtool_posix l_getsepol rm -f *.o rm -f gss/*.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "lustre.pc" || rm -f lustre.pc test . = "." || test -z "" || rm -f rm -f gss/.deps/.dirstamp rm -f gss/.dirstamp rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/utils' Making distclean in gss make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/utils/gss' rm -rf .libs _libs rm -f l_idmap rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/err_util.Po rm -f ./.deps/l_getauth-err_util.Po rm -f ./.deps/l_getauth-l_getauth.Po rm -f ./.deps/l_getauth-lgss_krb5_utils.Po rm -f ./.deps/l_getauth-lgss_null_utils.Po rm -f ./.deps/l_getauth-lgss_sk_utils.Po rm -f ./.deps/l_getauth-lgss_utils.Po rm -f ./.deps/l_getauth-lsupport.Po rm -f ./.deps/l_getauth-sk_utils.Po rm -f ./.deps/l_idmap.Po rm -f ./.deps/lgss_keyring-context.Po rm -f ./.deps/lgss_keyring-context_lucid.Po rm -f ./.deps/lgss_keyring-err_util.Po rm -f ./.deps/lgss_keyring-lgss_keyring.Po rm -f ./.deps/lgss_keyring-lgss_krb5_utils.Po rm -f ./.deps/lgss_keyring-lgss_null_utils.Po rm -f ./.deps/lgss_keyring-lgss_sk_utils.Po rm -f ./.deps/lgss_keyring-lgss_utils.Po rm -f ./.deps/lgss_keyring-lsupport.Po rm -f ./.deps/lgss_keyring-sk_utils.Po rm -f ./.deps/lgss_sk-err_util.Po rm -f ./.deps/lgss_sk-lgss_sk.Po rm -f ./.deps/lgss_sk-sk_utils.Po rm -f ./.deps/lsupport.Po rm -f ./.deps/lsvcgssd-cacheio.Po rm -f ./.deps/lsvcgssd-context.Po rm -f ./.deps/lsvcgssd-context_lucid.Po rm -f ./.deps/lsvcgssd-context_spkm3.Po rm -f ./.deps/lsvcgssd-err_util.Po rm -f ./.deps/lsvcgssd-gss_oids.Po rm -f ./.deps/lsvcgssd-gss_util.Po rm -f ./.deps/lsvcgssd-lsupport.Po rm -f ./.deps/lsvcgssd-sk_utils.Po rm -f ./.deps/lsvcgssd-svcgssd.Po rm -f ./.deps/lsvcgssd-svcgssd_main_loop.Po rm -f ./.deps/lsvcgssd-svcgssd_mech2file.Po rm -f ./.deps/lsvcgssd-svcgssd_proc.Po rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/utils/gss' rm -f ./.deps/callvpe.Po rm -f ./.deps/check_iam.Po rm -f ./.deps/l_foreign_symlink.Po rm -f ./.deps/l_getidentity.Po rm -f ./.deps/l_getsepol.Po rm -f ./.deps/l_tunedisk-l_tunedisk.Po rm -f ./.deps/l_tunedisk-mount_utils.Po rm -f ./.deps/lctl-debug.Po rm -f ./.deps/lctl-lctl.Po rm -f ./.deps/lctl-lctl_thread.Po rm -f ./.deps/lctl-lsnapshot.Po rm -f ./.deps/lctl-lustre_cfg.Po rm -f ./.deps/lctl-lustre_lfsck.Po rm -f ./.deps/lctl-obd.Po rm -f ./.deps/lctl-portals.Po rm -f ./.deps/lfs-callvpe.Po rm -f ./.deps/lfs-lfs.Po rm -f ./.deps/lfs-lfs_project.Po rm -f ./.deps/lhsmtool_posix.Po rm -f ./.deps/libiam.Po rm -f ./.deps/liblustreapi_la-liblustreapi.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_chlg.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_fid.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_heat.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_hsm.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_ioctl.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_json.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_kernelconn.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_ladvise.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_layout.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_lease.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_lseek.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_mirror.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_nodemap.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_param.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_pcc.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_root.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_swap.Plo rm -f ./.deps/liblustreapi_la-liblustreapi_util.Plo rm -f ./.deps/libmount_utils_ldiskfs.Plo rm -f ./.deps/libmount_utils_ldiskfs_a-libmount_utils_ldiskfs.Po rm -f ./.deps/libmount_utils_zfs.Plo rm -f ./.deps/libmount_utils_zfs_a-libmount_utils_zfs.Po rm -f ./.deps/ll_decode_filter_fid.Po rm -f ./.deps/ll_decode_linkea.Po rm -f ./.deps/llog_reader.Po rm -f ./.deps/llsom_sync.Po rm -f ./.deps/llverdev.Po rm -f ./.deps/llverfs.Po rm -f ./.deps/lr_reader.Po rm -f ./.deps/lshowmount.Po rm -f ./.deps/lustre_rsync.Po rm -f ./.deps/mkfs_lustre-mkfs_lustre.Po rm -f ./.deps/mkfs_lustre-mount_utils.Po rm -f ./.deps/mount_lustre-mount_lustre.Po rm -f ./.deps/mount_lustre-mount_utils.Po rm -f ./.deps/mount_lustre_tgt-mount_lustre.Po rm -f ./.deps/mount_lustre_tgt-mount_utils.Po rm -f ./.deps/nidlist.Po rm -f ./.deps/ofd_access_batch.Po rm -f ./.deps/ofd_access_log_reader.Po rm -f ./.deps/pid_file.Po rm -f ./.deps/tunefs_lustre-mkfs_lustre.Po rm -f ./.deps/tunefs_lustre-mount_utils.Po rm -f ./.deps/wirecheck-wirecheck.Po rm -f ./.deps/wiretest.Po rm -f gss/.deps/l_tunedisk-err_util.Po rm -f gss/.deps/l_tunedisk-sk_utils.Po rm -f gss/.deps/mkfs_lustre-err_util.Po rm -f gss/.deps/mkfs_lustre-sk_utils.Po rm -f gss/.deps/mount_lustre-err_util.Po rm -f gss/.deps/mount_lustre-sk_utils.Po rm -f gss/.deps/mount_lustre_tgt-err_util.Po rm -f gss/.deps/mount_lustre_tgt-sk_utils.Po rm -f gss/.deps/tunefs_lustre-err_util.Po rm -f gss/.deps/tunefs_lustre-sk_utils.Po rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/utils' Making distclean in tests make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests' Making distclean in mpi make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/mpi' rm -rf .libs _libs rm -f parallel_grouplock write_append_truncate createmany_mpi mdsrate write_disjoint cascading_rw rr_alloc rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/cascading_rw.Po rm -f ./.deps/createmany-mpi.Po rm -f ./.deps/lp_utils.Po rm -f ./.deps/mdsrate.Po rm -f ./.deps/parallel_grouplock.Po rm -f ./.deps/rr_alloc.Po rm -f ./.deps/write_append_truncate.Po rm -f ./.deps/write_disjoint.Po rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/mpi' Making distclean in lutf make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/lutf' Making distclean in src make[7]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/lutf/src' rm -rf .libs _libs rm -Rf *.so *_wrap.c *.py *.i rm -f lutf rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/lutf-lutf.Po rm -f ./.deps/lutf-lutf_listener.Po rm -f ./.deps/lutf-lutf_python.Po rm -f Makefile make[7]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/lutf/src' make[7]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/lutf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[7]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/lutf' rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/lutf' Making distclean in iabf make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/iabf' rm -rf .libs _libs rm -f iabf rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/iabf-callvpe.Po rm -f ./.deps/iabf-iabf.Po rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests/iabf' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests' rm -f mcreate statx rm -rf .libs _libs rm -f openunlink truncate directio writeme utime tchmod fsx test_brw sendfile createmany chownmany statmany multifstat createtest opendirunlink opendevunlink unlinkmany checkstat statone runas openfile smalliomany small_write multiop ll_sparseness_verify ll_sparseness_write mrename ll_dirstripe_verify openfilleddirunlink rename_many memhog euid_access rw_seq_cst_vs_drop_caches mmap_sanity writemany reads flocks_test flock_deadlock write_time_limit rwv lgetxattr_size_check checkfiemap listxattr_size_check check_fhandle_syscalls badarea_io llapi_layout_test orphan_linkea_check llapi_hsm_test group_lock_test llapi_fid_test sendfile_grouplock mmap_cat swap_lock_test lockahead_test mirror_io mmap_mknod_test create_foreign_file parse_foreign_file create_foreign_dir parse_foreign_dir check_fallocate splice-test lseek_test expand_truncate_test foreign_symlink_striping lov_getstripe_old io_uring_probe fadvise_dontneed_helper llapi_root_test aheadmany monitor_lustrefs rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests' rm -f ./.deps/aheadmany.Po rm -f ./.deps/aiocp.Po rm -f ./.deps/badarea_io-badarea_io.Po rm -f ./.deps/check_fallocate.Po rm -f ./.deps/check_fhandle_syscalls.Po rm -f ./.deps/checkfiemap.Po rm -f ./.deps/checkstat.Po rm -f ./.deps/chownmany.Po rm -f ./.deps/create_foreign_dir.Po rm -f ./.deps/create_foreign_file.Po rm -f ./.deps/createmany.Po rm -f ./.deps/createtest.Po rm -f ./.deps/directio.Po rm -f ./.deps/euid_access.Po rm -f ./.deps/expand_truncate_test.Po rm -f ./.deps/fadvise_dontneed_helper.Po rm -f ./.deps/flock_deadlock.Po rm -f ./.deps/flocks_test.Po rm -f ./.deps/foreign_symlink_striping.Po rm -f ./.deps/fsx.Po rm -f ./.deps/group_lock_test.Po rm -f ./.deps/io_uring_probe.Po rm -f ./.deps/lgetxattr_size_check.Po rm -f ./.deps/listxattr_size_check.Po rm -f ./.deps/ll_dirstripe_verify.Po rm -f ./.deps/ll_sparseness_verify.Po rm -f ./.deps/ll_sparseness_write.Po rm -f ./.deps/llapi_fid_test.Po rm -f ./.deps/llapi_hsm_test.Po rm -f ./.deps/llapi_layout_test.Po rm -f ./.deps/llapi_root_test.Po rm -f ./.deps/lockahead_test.Po rm -f ./.deps/lov_getstripe_old.Po rm -f ./.deps/lseek_test.Po rm -f ./.deps/mcreate.Po rm -f ./.deps/memhog.Po rm -f ./.deps/mirror_io.Po rm -f ./.deps/mmap_cat.Po rm -f ./.deps/mmap_mknod_test.Po rm -f ./.deps/mmap_sanity.Po rm -f ./.deps/monitor_lustrefs.Po rm -f ./.deps/mrename.Po rm -f ./.deps/multifstat.Po rm -f ./.deps/multiop.Po rm -f ./.deps/opendevunlink.Po rm -f ./.deps/opendirunlink.Po rm -f ./.deps/openfile.Po rm -f ./.deps/openfilleddirunlink.Po rm -f ./.deps/openunlink.Po rm -f ./.deps/orphan_linkea_check.Po rm -f ./.deps/parse_foreign_dir.Po rm -f ./.deps/parse_foreign_file.Po rm -f ./.deps/reads.Po rm -f ./.deps/rename_many.Po rm -f ./.deps/runas.Po rm -f ./.deps/rw_seq_cst_vs_drop_caches.Po rm -f ./.deps/rwv.Po rm -f ./.deps/sendfile.Po rm -f ./.deps/sendfile_grouplock.Po rm -f ./.deps/small_write.Po rm -f ./.deps/smalliomany.Po rm -f ./.deps/splice-test.Po rm -f ./.deps/statmany.Po rm -f ./.deps/statone.Po rm -f ./.deps/statx.Po rm -f ./.deps/swap_lock_test.Po rm -f ./.deps/tchmod.Po rm -f ./.deps/test_brw.Po rm -f ./.deps/truncate.Po rm -f ./.deps/unlinkmany.Po rm -f ./.deps/utime.Po rm -f ./.deps/write_time_limit.Po rm -f ./.deps/writemany.Po rm -f ./.deps/writeme.Po rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/tests' Making distclean in scripts make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/scripts' Making distclean in systemd make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/scripts/systemd' test -z "lnet.service" || rm -f lnet.service rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/scripts/systemd' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/scripts' test -z "lc_modprobe lc_net lc_hb lc_cluman lc_md lc_lvm lustre_start lnet" || rm -f lc_modprobe lc_net lc_hb lc_cluman lc_md lc_lvm lustre_start lnet rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/scripts' rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/scripts' Making distclean in autoconf make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/autoconf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/autoconf' Making distclean in conf make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/conf' Making distclean in resource make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/conf/resource' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/conf/resource' make[6]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/conf' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/conf' rm -f Makefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/conf' Making distclean in kunit make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/kunit' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/kunit' Making distclean in ost make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ost' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ost' Making distclean in mgs make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mgs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mgs' Making distclean in mdt make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mdt' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mdt' Making distclean in mdd make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mdd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mdd' Making distclean in ofd make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ofd' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/ofd' Making distclean in osd-zfs make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/osd-zfs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/osd-zfs' Making distclean in osd-ldiskfs make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/osd-ldiskfs' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/osd-ldiskfs' Making distclean in quota make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/quota' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/quota' Making distclean in osp make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/osp' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/osp' Making distclean in lod make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/lod' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/lod' Making distclean in target make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/target' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/target' Making distclean in lfsck make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/lfsck' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/lfsck' Making distclean in mdc make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mdc' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/mdc' Making distclean in lmv make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/lmv' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/lmv' Making distclean in llite make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/llite' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/llite' Making distclean in lov make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/lov' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers " || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/lov' Making distclean in osc make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/osc' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f autoMakefile make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre/osc' make[5]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile" || rm -f Makefile test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre' rm -f autoMakefile make[4]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/lustre' Making distclean in cc-plugins make[4]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/cc-plugins' test -z "" || rm -f rm -rf .libs _libs rm -f *.o test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/FindStatic.Plo rm -f Makefile make[4]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/cc-plugins' Making distclean in config make[4]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/config' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre/config' make[4]: Entering directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre' rm -rf .libs _libs test -z ".*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers" || rm -f .*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers rm -f *.lo test -z "Makefile Rules lustre.spec lustre-dkms.spec lustre/kernel_patches/targets/5.14-rhel9.3.target lustre/kernel_patches/targets/5.14-rhel9.2.target lustre/kernel_patches/targets/5.14-rhel9.1.target lustre/kernel_patches/targets/5.14-rhel9.0.target lustre/kernel_patches/targets/4.18-rhel8.9.target lustre/kernel_patches/targets/4.18-rhel8.8.target lustre/kernel_patches/targets/4.18-rhel8.7.target lustre/kernel_patches/targets/4.18-rhel8.6.target lustre/kernel_patches/targets/4.18-rhel8.5.target lustre/kernel_patches/targets/4.18-rhel8.4.target lustre/kernel_patches/targets/4.18-rhel8.3.target lustre/kernel_patches/targets/4.18-rhel8.2.target lustre/kernel_patches/targets/4.18-rhel8.1.target lustre/kernel_patches/targets/4.18-rhel8.target lustre/kernel_patches/targets/3.10-rhel7.9.target lustre/kernel_patches/targets/3.10-rhel7.8.target lustre/kernel_patches/targets/3.10-rhel7.7.target lustre/kernel_patches/targets/3.10-rhel7.6.target lustre/kernel_patches/targets/3.10-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.6.target lustre/kernel_patches/targets/4.12-sles12sp4.target lustre/kernel_patches/targets/4.12-sles12sp5.target lustre/kernel_patches/targets/4.12-sles15sp1.target lustre/kernel_patches/targets/5.3-sles15sp2.target lustre/kernel_patches/targets/5.3-sles15sp3.target lustre/kernel_patches/targets/5.14-sles15sp4.target lustre/kernel_patches/targets/5.14-sles15sp5.target lustre/kernel_patches/targets/3.x-fc18.target lustre/kernel_patches/targets/5.10-oe2203.target lustre/kernel_patches/targets/5.10-oe2203sp1.target lustre/kernel_patches/targets/5.10-oe2203sp2.target" || rm -f Makefile Rules lustre.spec lustre-dkms.spec lustre/kernel_patches/targets/5.14-rhel9.3.target lustre/kernel_patches/targets/5.14-rhel9.2.target lustre/kernel_patches/targets/5.14-rhel9.1.target lustre/kernel_patches/targets/5.14-rhel9.0.target lustre/kernel_patches/targets/4.18-rhel8.9.target lustre/kernel_patches/targets/4.18-rhel8.8.target lustre/kernel_patches/targets/4.18-rhel8.7.target lustre/kernel_patches/targets/4.18-rhel8.6.target lustre/kernel_patches/targets/4.18-rhel8.5.target lustre/kernel_patches/targets/4.18-rhel8.4.target lustre/kernel_patches/targets/4.18-rhel8.3.target lustre/kernel_patches/targets/4.18-rhel8.2.target lustre/kernel_patches/targets/4.18-rhel8.1.target lustre/kernel_patches/targets/4.18-rhel8.target lustre/kernel_patches/targets/3.10-rhel7.9.target lustre/kernel_patches/targets/3.10-rhel7.8.target lustre/kernel_patches/targets/3.10-rhel7.7.target lustre/kernel_patches/targets/3.10-rhel7.6.target lustre/kernel_patches/targets/3.10-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.6.target lustre/kernel_patches/targets/4.12-sles12sp4.target lustre/kernel_patches/targets/4.12-sles12sp5.target lustre/kernel_patches/targets/4.12-sles15sp1.target lustre/kernel_patches/targets/5.3-sles15sp2.target lustre/kernel_patches/targets/5.3-sles15sp3.target lustre/kernel_patches/targets/5.14-sles15sp4.target lustre/kernel_patches/targets/5.14-sles15sp5.target lustre/kernel_patches/targets/3.x-fc18.target lustre/kernel_patches/targets/5.10-oe2203.target lustre/kernel_patches/targets/5.10-oe2203sp1.target lustre/kernel_patches/targets/5.10-oe2203sp2.target test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[4]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f autoMakefile make[3]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre' rm -rf debian/substvars debian/*.bak debian/*~ *~ *-stamp ls -d debian/lustre-*-modules-* | grep -v _KVERS_ | grep -v dkms | xargs rm -f || true # only remove this if the clean was not called from kdist_clean if [ "$MA_SOURCE_PKG" = "" ]; then \ rm -rf debian/m-a_root; \ fi dh_clean # make sure we have at least a basic control in place (see build-stamp) rm -f debian/control cp debian/control.main debian/control make[2]: Leaving directory '/root/lustre-release/debian/lustre-source/usr/src/modules/lustre' # Create the module-source tarball. cd debian/lustre-source/usr/src && tar --exclude-vcs -jcf lustre-${SRC_GIT_HASH}.tar.bz2 modules rm -rf debian/lustre-source/usr/src/modules dh_install -plustre-source dh_installchangelogs -p lustre-source lustre/ChangeLog dh_installdocs -p lustre-source dh_link -p lustre-source /usr/share/modass/packages/default.sh /usr/share/modass/overrides/lustre-source dh_compress -p lustre-source dh_installdeb -p lustre-source dh_fixperms -p lustre-source dh_gencontrol -p lustre-source dh_md5sums -p lustre-source dh_builddeb -p lustre-source dpkg-deb: building package 'lustre-source' in '../lustre-source_2.15.62-59-g25d44d3-1_all.deb'. dh_testdir dh_testroot dh_installdirs -p lustre-client-utils dh_installdocs -p lustre-client-utils dh_installman -p lustre-client-utils dh_install -p lustre-client-utils rm -rf debian/lustre-client-utils/usr/bin/iokit-* \ debian/lustre-client-utils/usr/bin/*-survey \ debian/lustre-client-utils/usr/bin/mcreate \ debian/lustre-client-utils/usr/bin/statx \ debian/lustre-client-utils/usr/sbin/wirecheck \ debian/lustre-client-utils/usr/sbin/wiretest dh_makeshlibs -p lustre-client-utils dh_installexamples -p lustre-client-utils dh_installchangelogs -p lustre-client-utils lustre/ChangeLog dh_compress -p lustre-client-utils dh_strip -p lustre-client-utils c31ef5c56e7c40de51e9bcb59536a7281a077f46 90893ffa043933aa896037a36b14d7560318373a 23ece9e9c3ab86983b58c57771b77204fa4b8a8c 7d2d5f138878b044ecff8b9d746682fb309032a7 a8202710ac1fbe05f0908c39ce99afd9fe18802a bc41da2905532bd0790bb534844b64398f7de21b 6fe293fa4cf879f3bdb2432b3d1d6e93d87785a4 3f648f5ebf582033c4dd8f01910316c8c2f67966 16342b013a3f66609141b42f28e1b9200ec3bd68 0ed98f7572c94e0a3560bf79b50e57aace2692ac 518510baf6e46f9f8090112a8e1a41a6eba3de74 46b583adcf28342b12dce13777dc91ee6af4ce59 a6067673300bbb0f14048ddee20a4639ad50e793 b88ee74ce71cf9949b54400f65224e8f9e282552 3ca7b4e157a40898ff34e679d6e59f3890cbb645 0346d951b4e9b2cc5f84219233d4937a559d4b6c 5d48622cab439c74f2bf0c79e92ec549d1a70975 dh_installdeb -p lustre-client-utils dh_fixperms -p lustre-client-utils dh_gencontrol -p lustre-client-utils dpkg-gencontrol: warning: Depends field of package lustre-client-utils: substitution variable ${shlibs:Depends} used, but is not defined dpkg-gencontrol: warning: Depends field of package lustre-client-utils: substitution variable ${shlibs:Depends} used, but is not defined dh_md5sums -p lustre-client-utils dh_builddeb -p lustre-client-utils dpkg-deb: building package 'lustre-client-utils' in '../lustre-client-utils_2.15.62-59-g25d44d3-1_amd64.deb'. dpkg-deb: building package 'lustre-client-utils-dbgsym' in 'debian/.debhelper/scratch-space/build-lustre-client-utils/lustre-client-utils-dbgsym_2.15.62-59-g25d44d3-1_amd64.deb'. Renaming lustre-client-utils-dbgsym_2.15.62-59-g25d44d3-1_amd64.deb to lustre-client-utils-dbgsym_2.15.62-59-g25d44d3-1_amd64.ddeb dh_testdir dh_testroot dh_installdirs -p lustre-dev dh_install -p lustre-dev dh_installdocs -p lustre-dev dh_installchangelogs -p lustre-dev lustre/ChangeLog dh_compress -p lustre-dev dh_installdeb -p lustre-dev dh_fixperms -p lustre-dev dh_gencontrol -p lustre-dev dh_md5sums -p lustre-dev dh_builddeb -p lustre-dev dpkg-deb: building package 'lustre-dev' in '../lustre-dev_2.15.62-59-g25d44d3-1_amd64.deb'. dh_testdir dh_testroot dh_installdirs -p lustre-iokit dh_installdocs -p lustre-iokit dh_installman -p lustre-iokit dh_install -p lustre-iokit rm -rf debian/lustre-iokit/usr/bin/lustre_req_history \ debian/lustre-iokit/usr/bin/*ll*stat \ debian/lustre-iokit/usr/bin/lfs-* dh_makeshlibs -p lustre-iokit dh_installexamples -p lustre-iokit dh_installchangelogs -p lustre-iokit lustre/ChangeLog dh_compress -p lustre-iokit dh_strip -p lustre-iokit dh_installdeb -p lustre-iokit dh_fixperms -p lustre-iokit dh_gencontrol -p lustre-iokit dh_md5sums -p lustre-iokit dh_builddeb -p lustre-iokit dpkg-deb: building package 'lustre-iokit' in '../lustre-iokit_2.15.62-59-g25d44d3-1_amd64.deb'. dh_testdir dh_testroot dh_installdirs -p lustre-tests dh_installdocs -p lustre-tests dh_installman -p lustre-tests dh_install -p lustre-tests dh_makeshlibs -p lustre-tests dh_installexamples -p lustre-tests dh_installchangelogs -p lustre-tests lustre/ChangeLog dh_compress -p lustre-tests dh_strip -p lustre-tests e1cafe2351a7d70c966ef01c514fee9eee0e349f dc43b08a16247d56af50fe053a35e4cd36ce5e82 6c830164171af6cf9ef24aed7b6061f558b443b0 fa05efc2de631e90f907a93fcfbaeed0bbc2c9bd 0a9e1788e31d9314383baf4df11645815da4ba43 1ad1336f6312b31ca0ed966342cf71f8134a76ce c96e13622b29c80df5699088d94c85688af54831 6b4e5fb21f2dc1fa0b587fc4851a361bd0ed3bdf 621d1832076389f189f179254635db091451004c 7867fa9a4d2dafbb89ff2fa6f3c8208c33d7b700 e38f41106dbc47b7f509e40c6e5b44ae2ecee69b be66244e8b83e68b563767eece43c061ecba5bce bab1bbb1b8ea519952e5532f94f687e4fd4d20a1 c709ccefb1fe0995e82475630b9ec88fb47a8ce9 b9935ef84c6c7fab4d62abd9da75a1b9b2e3392a 40193d4795d5eb021bbffb856d6b041f0128f300 9b4cf65f2ef12f452220d82cc99fec67fc8af27c b062d46d969f1d7cd6efc1f721854e57f16f9c73 fb20832fb8aefa213000a614431111430b1c7526 0ee9d8b3369e998d23d81f3c244b11bec022af87 c7ffd5ab133c5c7f30d5277ba01d490408b77832 4fcdd9fc689c20d82d9b874b38e13bc4f690f3eb 6d2098e5a8e269d69febd6290ce5f1d7530ea909 e18127ac55a82caacb727885f5e51a4356881059 6330e36d47bd0eb5696312729ff6d4d0ebcca511 39e5e9996d16ebb34397f159f0171b7960a1815a 7f1cfd33cef580797854e663c5c961247a54a6cb 0613fb2483a808a208c9f98b006e76ebe0fce0f5 28f9987535569bcd054e8e4a77e12acdc2aa3f0c 5bbd62f7a59d747dc2cc253c024aba3f89557289 63d13dd0bc76798d47af9847e3cdad85c791909e aab9d0cb381e3870af4c1579c5ce0b28f550bca4 4fcfba146d73b58b701a169b0f5f9a7d2c577a42 ae90dcc75216694c7be84a3980653de939527cf2 c52c06390111486704fa1633e436bc10e3510a9e 5d1008b7fc8f94ab45e79d5167f7e368b4b8b5df bc902b892b0e3176d4961678c833ff52f0f818ea 5694d06cb599c0c3f1ec850828202ab4fcf1aa8d b5ce67ff55108aa3c74e14dec5e5c62ee0d8d23e 8797f580b9ef28f770a63853f64b733e0e79d891 c2265df6979d6d2a250c561f71f07966d6121ef8 12867e1bb2c22e83a24c2405d6604981887909b5 5c428855b715c206bf580addeb608b2ea54292ba 1abbc6fd1f191d681088f8af975469bce40b2e5d d0028c64be0328288b26b202488bde8369348385 4560e10bc3e80ac58a8da278fe4269bad513c29d 14dea09522268d7e3bb9a8fb4ba15a163e7e18bb 89d1a9d4d0a737c3de75b46bc13eca9b084fa479 071b05a85b9ba103efe0f23b019eb3911c875a8a 28de85b9983acc35eb275fa5de01b647602918da 88dc748a4e8c4c67770c578a9f958fd6e2d1e429 3cf25c3cf943adabc6a9e347e8763641f86c3548 5eae31923f745738fab592b17ee8bc8723be2240 e738302d07861170402577125e733e8d30d75a9d 27c1be45bd1beb013da3c6915b36af8270d42d6f 9d9b30bd4b5a254c3bf0d21b0aa2698aa7fb3712 89846a7f571f276c34a4014f814bdc3b045e5193 3deadfd71a6b90dcb8c54cbf0658cf9c74179fa5 083e815a38d3a42b759de207bc6c474c3c910695 3ac0fb63562f6678f12d6def4a7f071e981e231d 11add813fc8c85e07bef04dee4c4e7ca7e33cdaf 3d1f93bf81f1c7d52101a42a1209dd33907787bb eabd37e361e30f02a450dd34ff998e67ab8d8713 183731e08e1d4e188bcdaa2cfc0d10b5f5e41ee2 33b25f9e50edd0a1c69853e144d78a0677d538ca 15d9d83c989f1573908a43c66f0bd60de81b9e47 c95f5a498de6f205ccc09be0ab345c74d5aed325 86b9574f7f4dc4b7e751f361f4aa2e64eea34ce2 df9bda5684d8d29a8f66beb9dbde297738a70e5e 2a9d0a0cf754342b319a39f9e7bb3bee58afb70b b41ea81fd8c45736e6584d8be456b825c101b80f 855c0cb097ab832d61712d25f99217c3ecb518ee 28018f52810c31a1ac7c619d8d751e6ef6a99acc b2d392cc3f8d9935014b2d1aed65394d8f406b73 7026e0c4dd61def9ba1a5373dd9df13615eca6d9 175f22adaafa68f2dac81b4884a3e5d5743d8383 7ad793790ccb907c53386efaa20692455f35caac 7f0625d06e034c25a2f0ab04dd0e32dfc1a98a03 448bf69a530ba0c82afb57482a2556b5f18cc20f 6dca9c9c8a5a62651edf57ee419d8e8445ab89d9 dacf54e51ed18af57984fb508b933781cf052f96 2dd5ec4ba0dc54af9e7a0f5e5fc9020c6491bd57 5f64c07c29f704c7fa9e6d8ddd1c44a0f22a875c bc2d635f732fdf7a1b33556326e4cc69652de88b 40ce2f760b5496ff8de3600253925fea29a73b73 d18bab941fd2677f031e8829eb2ade43f0dd34f1 4b9559e24f141d0c36d13a066139cb6bc9d049ac 68774801722058aef47a1dabe33b9b7792b4be4b 0cc9aa9a6e6ae6c18c55c351d118037b3d9c9220 cb7cf71556aad0dbda4898d6a0af8d1b2620b0c4 dh_installdeb -p lustre-tests dh_fixperms -p lustre-tests dh_gencontrol -p lustre-tests dh_md5sums -p lustre-tests dh_builddeb -p lustre-tests dpkg-deb: building package 'lustre-tests' in '../lustre-tests_2.15.62-59-g25d44d3-1_amd64.deb'. dpkg-deb: building package 'lustre-tests-dbgsym' in 'debian/.debhelper/scratch-space/build-lustre-tests/lustre-tests-dbgsym_2.15.62-59-g25d44d3-1_amd64.deb'. Renaming lustre-tests-dbgsym_2.15.62-59-g25d44d3-1_amd64.deb to lustre-tests-dbgsym_2.15.62-59-g25d44d3-1_amd64.ddeb make[1]: Leaving directory '/root/lustre-release' dpkg-genbuildinfo -O../lustre_2.15.62-59-g25d44d3-1_amd64.buildinfo dpkg-genchanges -O../lustre_2.15.62-59-g25d44d3-1_amd64.changes dpkg-genchanges: warning: package lustre-server-utils in control file but not in files list dpkg-genchanges: warning: package lustre-resource-agents in control file but not in files list dpkg-genchanges: warning: package lustre-client-modules-dkms in control file but not in files list dpkg-genchanges: info: including full source code in upload dpkg-source -I.git -I*.out[0-9]* -I*.swp --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) cp: cannot stat '/control.main.bkp': No such file or directory cp: cannot stat '/control.modules.in.bkp': No such file or directory 'debian/control.main' -> 'debian/control' ~/lustre-release/debian/tmp/modules-deb ~/lustre-release Removing old /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/ tree Extracting the package tarball, /root/lustre-release/debian/tmp/modules-deb/usr/src/lustre-25d44d390bba.tar.bz2, please wait... make[1]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' # can't dh_clean here or we remove the build artifacts for the other packages # still in progress #dh_clean #-/usr/bin/make -w -f debian/rules clean # put the userspace tools' control file back cp debian/control.main debian/control make[1]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' make[1]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' /usr/bin/make -w -f debian/rules kdist_clean kdist_config binary-modules make[2]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' # can't dh_clean here or we remove the build artifacts for the other packages # still in progress #dh_clean #-/usr/bin/make -w -f debian/rules clean # put the userspace tools' control file back cp debian/control.main debian/control + : generate /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/control + test ! -e /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/control + test -e /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/control.backup + cp /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/control /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/control.backup + sed -e s/##KVERS##/6.8.0-31-generic/g ;s/#KVERS#/6.8.0-31-generic/g ; s/_KVERS_/6.8.0-31-generic/g ; s/##KDREV##/6.8.0-31.31/g ; s/#KDREV#/6.8.0-31.31/g ; s/_KDREV_/6.8.0-31.31/g dpatch apply-all -v touch patch-stamp # Check build dependencies again, needs to be done since we just # replaced the control file. dpkg-checkbuilddeps # Prepare the kernel to lustres' liking # as non-root, we won't have permission for this #-/usr/bin/make -C /usr/src/linux-headers-6.8.0-31-generic prepare scripts # touch files to same date, to avoid auto* find . -type f -print0 | xargs -0 touch -r COPYING \; # Determine flags that are different between server/client module builds # Note: It doesn't seem possible to *only* build modules. echo "Enabled Build Profiles: ${DEB_BUILD_PROFILES}" Enabled Build Profiles: client ext_o2ib int_o2ib nogss systemd pinger checksum flock lru-resize nomindf fail-alloc noinvariants nolu_ref nopgstate-track libcfs-cdebug libcfs-trace libcfs-assert nopanic_dumplog readline libpthread backoff noefence if echo "${DEB_BUILD_PROFILES}" | grep -q "server"; then \ export EXTRAFLAGS="--enable-server"; \ else \ export EXTRAFLAGS="--disable-server"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "zfs"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --with-zfs=${ZFS_SRC} --with-spl=${SPL_SRC}"; \ else \ export EXTRAFLAGS="${EXTRAFLAGS} --without-zfs" ; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "ldiskfs"; then \ export EXTRAFLAGS="${EXTRAFLAGS} \ --enable-ldiskfs --enable-quilt"; \ else \ export EXTRAFLAGS="${EXTRAFLAGS} \ --disable-ldiskfs --disable-quilt"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "multiple-lnds"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --enable-multiple-lnds"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "ext_o2ib"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --with-o2ib=${O2IB_SRC}"; \ elif echo "${DEB_BUILD_PROFILES}" | grep -q "int_o2ib"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --with-o2ib=yes"; \ else \ export EXTRAFLAGS="${EXTRAFLAGS} --with-o2ib=no"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "gnilnd"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --enable-gni"; \ fi; \ if echo "${DEB_BUILD_PROFILES}" | grep -q "kfilnd"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --with-kfi=/usr/src/kfabric"; \ fi; \ options="gss crypto pinger checksum flock lru-resize"; \ options="${options} mindf fail-alloc invariants lu_ref pgstate-track"; \ options="${options} libcfs-cdebug libcfs-trace libcfs-assert"; \ options="${options} panic_dumplog readline libpthread"; \ options="${options} backoff gni efence"; \ for option in ${options}; do \ if echo "${DEB_BUILD_PROFILES}" | grep -qw "${option}"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --enable-${option}"; \ elif echo "${DEB_BUILD_PROFILES}" | grep -qw "no${option}"; then \ export EXTRAFLAGS="${EXTRAFLAGS} --disable-${option}"; \ fi; \ done; \ if [ -f "${CONFIG_CACHE_FILE}" ]; then \ export TMP_CACHE_FILE=$(mktemp --tmpdir newconfig-XXXXXXXX.cache); \ sed -e "/ac_cv_env/d" \ -e "/am_cv_CC_dependencies_compiler_type/d" \ -e "/lb_cv_mpi_tests/d" \ "${CONFIG_CACHE_FILE}" > ${TMP_CACHE_FILE}; \ export EXTRAFLAGS="${EXTRAFLAGS} --cache-file=${TMP_CACHE_FILE}"; \ fi; \ echo "Final value of EXTRAFLAGS: ${EXTRAFLAGS}"; \ ./configure --with-linux=/usr/src/linux-headers-6.8.0-31-generic \ --with-linux-obj=/usr/src/linux-headers-6.8.0-31-generic \ --disable-dependency-tracking \ --disable-doc \ --disable-iokit \ --disable-tests \ --enable-quota \ --with-kmp-moddir=updates/kernel \ ${EXTRAFLAGS} \ --with-o2ib=no --with-systemdsystemunitdir=/usr/lib/systemd/system Final value of EXTRAFLAGS: --disable-server --without-zfs --disable-ldiskfs --disable-quilt --with-o2ib= --disable-gss --enable-pinger --enable-checksum --enable-flock --enable-lru-resize --disable-mindf --enable-fail-alloc --disable-invariants --disable-lu_ref --disable-pgstate-track --enable-libcfs-cdebug --enable-libcfs-trace --enable-libcfs-assert --disable-panic_dumplog --enable-readline --enable-libpthread --enable-backoff --disable-efence checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking dependency style of gcc... none checking for ar... ar checking for ranlib... ranlib checking for ld... ld checking for objdump... objdump checking for strip... strip checking size of unsigned long long... 8 checking for -Wno-format-truncation support... yes checking for -Wno-stringop-truncation support... yes checking for -Wno-stringop-overflow support... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for file... file checking for objdump... (cached) objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for flex... /usr/bin/flex checking for bison... /usr/bin/bison checking for rpmbuild... no checking for pkg-config... /usr/bin/pkg-config checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: Lustre base checks ============================================================================== checking whether to configure just enough for make dist... no checking if this distro uses dpkg... yes checking whether to use OSD addon... no checking whether to build Lustre docs... no checking whether to build Lustre manpages... yes checking whether to build Lustre utilities... yes checking whether to build Lustre tests... no checking for python3... /usr/bin/python3 checking for a version of Python >= '3.6.0'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python3.12 checking for Python library path... -L/usr/lib/x86_64-linux-gnu -lpython3.12 checking for Python site-packages path... /usr/lib/python3/dist-packages checking python extra libraries... -ldl -lm checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions checking consistency of all components of python development environment... yes checking for swig... /usr/bin/swig checking SWIG version... 4.2.0 checking for SWIG library... /usr/share/swig4.0 checking whether to build LUTF (LNet Unit Test Framework)... yes checking whether to build Lustre client support... yes checking whether mpitests can be built... yes checking whether to build Linux kernel modules... yes (linux-gnu) find: '/usr/src/kernels/': No such file or directory checking for Linux sources... /usr/src/linux-headers-6.8.0-31-generic checking for /usr/src/linux-headers-6.8.0-31-generic... yes checking for Linux objects... /usr/src/linux-headers-6.8.0-31-generic checking for /usr/src/linux-headers-6.8.0-31-generic/.config... yes checking for /boot/kernel.h... no checking for /var/adm/running-kernel.h... no checking for /usr/src/linux-headers-6.8.0-31-generic/include/generated/autoconf.h... yes checking for /usr/src/linux-headers-6.8.0-31-generic/include/linux/version.h... no checking for /usr/src/linux-headers-6.8.0-31-generic/include/generated/uapi/linux/version.h... yes checking for /usr/src/linux-headers-6.8.0-31-generic/include/linux/kconfig.h... yes checking for external module build target... M54 checking for compiler version text... yes checking that modules can be built at all... yes checking for Linux kernel utsrelease... 6.8.0-31-generic checking for RedHat kernel release number... checking if Linux kernel was built with CONFIG_SUSE_KERNEL... no checking for Ubuntu kernel signature... yes checking for Linux kernel module package directory... updates/kernel checking for the name of module symbol version file... Module.symvers checking if Linux kernel module loading is possible... yes configure: LibCFS kernel checks ============================================================================== checking whether to use tunable 'panic_dumplog' support... no checking if Linux kernel exports 'kset_find_obj'... yes checking if Linux kernel exports 'save_stack_trace_tsk'... no checking if Linux kernel exports '__genradix_ptr'... yes checking if Linux kernel exports 'kallsyms_lookup_name'... no configure: LNet kernel checks ============================================================================== checking whether to enable tunable backoff TCP support... yes checking if Linux kernel has tunable backoff TCP support... no checking if external o2iblnd needs to use Compat RDMA... no checking whether to enable GNI lnd... no configure: Lustre kernel checks ============================================================================== checking whether to enable Lustre pinger support... yes checking whether to enable data checksum support... yes checking whether to enable flock by default... yes checking whether to enable lru self-adjusting... yes checking whether to enable gss support... no checking for name_to_handle_at... yes checking for copy_file_range... yes checking whether OpenSSL has HMAC_Init_ex... no checking whether OpenSSL has FIPS_mode... no checking whether OpenSSL has EVP_PKEY_get_params... yes checking whether OpenSSL has functions needed for SSK... checking whether openssl-devel is present... yes checking if Linux kernel exports 'new_sync_read'... no checking if Linux kernel exports 'default_file_splice_read'... no checking if Linux kernel exports 'account_page_dirtied'... no configure: building 4 linux kernel compile tests for 'early' configure: KBUILD_MODPOST_NOFINAL="yes" make modules CC="gcc" -k -j1 -C /usr/src/linux-headers-6.8.0-31-generic M=/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/_lpb CONFIG_CC_VERSION_TEXT='gcc..Ubuntu.13.2.0-23ubuntu4..13.2.0' checking if 'lockdep_is_held()' uses const argument... yes checking for linux header linux/wait_bit.h... yes checking for linux header linux/blk-integrity.h... yes checking if mmap_lock API is available... yes configure: building 279 linux kernel compile tests for 'lustre' configure: KBUILD_MODPOST_NOFINAL="yes" make modules CC="gcc" -k -j1 -C /usr/src/linux-headers-6.8.0-31-generic M=/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/_lpb CONFIG_CC_VERSION_TEXT='gcc..Ubuntu.13.2.0-23ubuntu4..13.2.0' checking if Linux kernel was built with CONFIG_MODULES... yes checking if Linux kernel was built with CONFIG_MODVERSIONS... yes checking does function 'ktime_get_ts64' exist... yes checking does function 'prepare_to_wait_event' exist... yes checking does 'struct kernel_param_ops' exist... yes checking does function 'ktime_add' exist... yes checking does function 'ktime_after' exist... yes checking does function 'ktime_before' exist... yes checking does function 'ktime_compare' exist... yes checking shrinker has 'count_objects'... yes checking does function 'match_wildcard' exist... yes checking if enum mapping_flags has AS_EXITING flag... yes checking if iov_iter has member type... no checking does 'glob_match()' exist... yes checking does function 'hlist_add_after' exist... no checking does 'struct timespec64' exist... yes checking does function 'ktime_get_ns' exist... yes checking does function 'ktime_get_real_ts64' exist... yes checking does function 'ktime_get_real_ts64' exist... yes checking does function 'ktime_get_real_ns' exist... yes checking does function 'ktime_to_timespec64' exist... yes checking does function 'timespec64_sub' exist... yes checking does function 'timespec64_to_ktime' exist... yes checking does function 'ktime_get_seconds' exist... yes checking does function 'wait_woken' exist... yes checking does function 'ktime_ms_delta' exist... yes checking does function 'kernel_param_unlock' exist... yes checking if kernel strscpy is available... yes checking does function 'topology_sibling_cpumask' exist... yes checking if Linux kernel has 'kstrtobool_from_user'... yes checking if struct genl_ops has start callback... yes checking does crypto hash helper functions exist... yes checking if 'rhashtable_replace_fast' exists... yes checking kernel has fixed hash_64()... no checking if 'struct stacktrace_ops' address function returns an int... no checking if 'get_user_pages()' takes 6 arguments... no checking for linux header linux/stringhash.h... yes checking if internal '__rhashtable_insert_fast()' returns int... no checking if 'rhashtable_walk_init' has 3 args... no checking if NR_ZONE_WRITE_PENDING is available... yes checking if 'rhashtable_lookup' exist... yes checking does 'struct rhltable' exist... yes checking if 'struct stacktrace_ops' exists... no checking if 'get_user_pages()' takes gup_flags in arguments... no checking if 'rhashtable_walk_enter' exists... yes checking if libcfs supports CPU hotplug state machine... yes checking if Netlink supports netlink_ext_ack... yes checking if 'rhashtable_lookup_get_insert_fast' exist... yes checking for linux header linux/sched/signal.h... yes checking if 'kref_read' exists... yes checking if 'rht_bucket_var' exists... yes checking if 'cpus_read_unlock' exist... yes checking for linux header linux/processor.h... yes checking if linux wait_queue_head list_head is named head... yes checking if struct wait_bit_queue_entry exists... yes checking for linux header linux/refcount.h... yes checking if memalloc_noreclaim_{save,restore} exist... yes checking if 'nla_strdup()' exists... yes checking if 'wait_queue_entry_t' exists... yes checking if DEFINE_TIMER takes only 2 arguments... yes checking if 'kernel_write' matches other read/write helpers... yes checking if 'kernel_read()' has loff_t *pos as last parameter... yes checking if 'bitmap_to_arr32()' exist... yes checking if setup_timer has been replaced with timer_setup... yes checking does 'ns_to_timespec64()' exist... yes checking if 'wait_var_event' exist... yes checking if Linux bitmap memory management exist... yes checking if 'clear_and_wake_up_bit' exist... yes checking if 'tcp_sock_set_nodelay()' exists... yes checking if 'tcp_sock_set_keepidle()' exists... yes checking if page cache uses Xarray... yes checking if Netlink dump handlers support ext_ack... yes checking if iov_iter_type exists... yes checking if totalram_pages is a function... yes checking if get_request_key_auth() is available... yes checking does struct kobj_type have 'default_groups' member... yes checking if uid_keyring exists... checking for user_uid_keyring_exists... no checking if lookup_user_key() is available... yes checking if struct cache_detail has writers... yes checking if struct genl_dumpit_info has family field... no checking if struct proc_ops exists... yes checking if 'tcp_sock_set_quickack()' exists... yes checking if 'tcp_sock_set_keepintvl()' exists... yes checking if 'tcp_sock_set_keepcnt()' exists... yes checking if ip6_sock_set_addr_preferences() exists... yes checking if ip_sock_set_tos() exists... yes checking if __vmalloc has 2 args... yes checking if NR_UNSTABLE_NFS still in use... no checking if kernel_setsockopt still in use... no checking if KEY_NEED_UNLINK exists... yes checking if security_release_secctx has 1 arg... yes checking if kfree_sensitive() is available... yes checking for linux header crypto/sha2.h... yes checking if list_cmp_func_t type is defined... yes checking if 'nla_strlcpy()' still exists... no checking Is linux/fortify-string.h header available... yes checking for linux header crypto/internal/cipher.h... yes checking if task_is_running() is defined... yes checking for linux header linux/stdarg.h... yes checking for linux header linux/panic_notifier.h... yes checking does function 'param_set_uint_minmax' exist... yes checking does function 'pde_data' exist... yes checking does bio_alloc() takes a struct block_device... yes checking is timer_delete_sync() available... yes checking is timer_delete() available... yes checking (external) if 'rdma_create_id' wants four args... (cached) unused checking (in-kernel) if 'rdma_create_id' wants four args... (cached) unused checking (external) if 'rdma_create_id' wants five args... (cached) unused checking (in-kernel) if 'rdma_create_id' wants five args... (cached) unused checking (external) if 'struct ib_cq_init_attr' is used by ib_create_cq... (cached) unused checking (in-kernel) if 'struct ib_cq_init_attr' is used by ib_create_cq... (cached) unused checking (external) if 'ib_alloc_fast_reg_mr' exists... (cached) unused checking (in-kernel) if 'ib_alloc_fast_reg_mr' exists... (cached) unused checking (external) if 'ib_get_dma_mr' exists... (cached) unused checking (in-kernel) if 'ib_get_dma_mr' exists... (cached) unused checking (external) if 'struct ib_rdma_wr' is defined... (cached) unused checking (in-kernel) if 'struct ib_rdma_wr' is defined... (cached) unused checking (external) if 'ib_map_mr_sg' with 4 args exists... (cached) unused checking (in-kernel) if 'ib_map_mr_sg' with 4 args exists... (cached) unused checking (external) if struct ib_reg_wr exists... (cached) unused checking (in-kernel) if struct ib_reg_wr exists... (cached) unused checking (external) if 'ib_map_mr_sg()' with 5 args exists... (cached) unused checking (in-kernel) if 'ib_map_mr_sg()' with 5 args exists... (cached) unused checking (external) if 'struct ib_device' has member 'attrs'... (cached) unused checking (in-kernel) if 'struct ib_device' has member 'attrs'... (cached) unused checking (external) if 2arg 'ib_alloc_pd' exists... (cached) unused checking (in-kernel) if 2arg 'ib_alloc_pd' exists... (cached) unused checking (external) if function 'ib_inc_rkey' is defined... (cached) unused checking (in-kernel) if function 'ib_inc_rkey' is defined... (cached) unused checking (external) if 'ib_post_send() and ib_post_recv()' have const parameters... (cached) unused checking (in-kernel) if 'ib_post_send() and ib_post_recv()' have const parameters... (cached) unused checking (external) if if ib_dma_map_sg() is sane... (cached) unused checking (in-kernel) if if ib_dma_map_sg() is sane... (cached) unused checking (external) if struct ib_device_ops is defined... (cached) unused checking (in-kernel) if struct ib_device_ops is defined... (cached) unused checking (external) if ib_sg_dma_address wrapper exists... (cached) unused checking (in-kernel) if ib_sg_dma_address wrapper exists... (cached) unused checking (external) if 4arg 'rdma_reject' exists... (cached) unused checking (in-kernel) if 4arg 'rdma_reject' exists... (cached) unused checking (external) if FMR pools API available... (cached) unused checking (in-kernel) if FMR pools API available... (cached) unused checking (external) if 'rdma_connect_locked' exists... (cached) unused checking (in-kernel) if 'rdma_connect_locked' exists... (cached) unused checking if 'sk_data_ready' takes only one argument... yes checking if 'sock_create_kern' first parameter is net... yes checking if 'ethtool_link_settings' exists... yes checking if hypervisor_is_type function is available... yes checking if Oracle OFED Extensions are enabled... no checking if 'getname' has two args... yes checking if 'in_dev_for_each_ifa_rtnl' is defined... yes checking if Linux kernel enabled CONFIG_FHANDLE as built-in or module... yes checking if Linux kernel enabled CONFIG_FS_POSIX_ACL as built-in or module... yes checking if get_projid exists... yes checking if 'address_space_operations.invalidatepage' requires 3 arguments... no checking if 'dir_context' exist... yes checking if 'd_compare' taken 5 arguments... no checking if 'd_count' exists... yes checking if list 'dentry.d_u.d_alias' exist... no checking if hlist 'dentry.d_u.d_alias' exist... yes checking if 'dentry.d_child' exist... no checking if 'struct nsproxy' has 'pid_ns_for_children'... yes checking if 'truncate_pagecache' with 'old_size' parameter... no checking if 'PTR_ERR_OR_ZERO' is missing... yes checking if 'struct kiocb' with 'ki_left' member... no checking if register_shrinker() returns status... no checking if Linux kernel has 'vfs_rename' with 5 args... no checking if Linux kernel has 'vfs_unlink' with 3 args... no checking if 'd_is_positive' exist... yes checking if Linux kernel has struct bvec_iter... yes checking if Linux kernel has truncate_inode_pages_final... yes checking if 'inode_operations->rename' taken flags as argument... no checking if 'inode_operations' has '.set_acl' member function... yes checking if Linux kernel has 'vfs_rename' with 6 args... no checking if direct IO uses iov_iter... no checking if 'iov_iter_init' takes a tag... yes checking if 'iov_iter_truncate' exists... yes checking if 'file_operations.read|write_iter' exist... yes checking if 'pagecache_get_page' exists... yes checking if 'blk_integrity.interval' exist... no checking if struct key_match field exist... yes checking if struct blk_integrity_iter exist... yes checking if percpu_counter_init uses GFP_* flag as argument... yes checking if filldir_t uses struct dir_context... no checking if struct kiocb has ki_nbytes field... no checking if 'quotactl_ops.set_dqblk' takes struct qc_dqblk... yes checking if kernel has exported aio_complete()... no checking if kernel has is_root_inode()... yes checking if struct address_space has backing_dev_info... no checking if iov_iter_rw exist... yes checking if Linux kernel has __bi_cnt in struct bio... yes checking if 'bio_endio' with one argument exist... yes checking if symlink inode operations have struct nameidata argument... no checking if 'account_page_dirtied' with 3 args exists... no checking if crypto_alloc_skcipher is defined... yes checking if 'blk_integrity.interval_exp' exist... yes checking if 'bio_integrity_payload.bip_iter' exist... yes checking if 'struct cache_head' has 'cache_list' field... yes checking if 'struct xattr_handler' functions pass in handler pointer... no checking if 'locks_lock_file_wait' exists... no checking if 'struct key' has 'payload.data' as an array... yes checking if 'struct xattr_handler' has a name member... yes checking if Linux kernel has bi_opf in struct bio... yes checking if submit_bio takes two arguments... no checking if kernel has clean_bdev_aliases... yes checking if Linux kernel has 'file_dentry'... yes checking if 'inode_lock' is defined... yes checking if 'iop' has 'get_link'... yes checking if 'in_compat_syscall' is defined... yes checking if 'struct xattr_handler' functions have inode parameter... no checking if 'lock_page_memcg' is defined... no checking if down_write_killable exists... yes checking if 'd_in_lookup' is defined... yes checking if dentry operations supports 'd_init'... yes checking if '->direct_IO()' takes 2 arguments... yes checking if 'generic_write_sync()' takes 2 arguments... yes checking if 'file_operations' has 'iterate_shared'... yes checking if 'posix_acl_valid' takes 'struct user_namespace'... yes checking if 'd_compare' taken 4 arguments... yes checking if 'full_name_hash' taken 3 arguments... yes checking if 'struct posix_acl_xattr_{header,entry}' defined... yes checking if 'inode_operations' has {get,set,remove}xattr members... no checking if 'struct group_info' has member 'gid'... yes checking if '__vfs_setxattr' helper is available... no checking if 'posix_acl_update_mode' exists... no checking if 'struct backing_dev_info' has 'io_pages' field... yes checking if 'generic_readlink' still exist... no checking if 'struct vm_fault' replaced virtual_address with address field... yes checking if 'inode_operations' getattr member can gather advance stats... no checking if 'struct vm_operations' removed struct vm_area_struct... yes checking if 'key.usage' is refcount_t... yes checking if 'CRYPTO_MAX_ALG_NAME' is 128... yes checking for linux header linux/fsmap.h... yes checking if 'percpu_counter_add_batch()' exists... yes checking if CURRENT_TIME has been replaced with current_time... yes checking if 'super_setup_bdi_name' exist... yes checking if 'bi_status' exist... yes checking if 'bio_integrity_prep_fn' returns bool... yes checking if get_inode_usage exists... yes checking if 'pagevec_init' takes one parameter... no checking if 'bi_bdev' exist... yes checking if interval_trees use rb_tree_cached... yes checking if vm_fault_t type exists... yes checking if VM_FAULT_RETRY is defined... yes checking if struct address_space has i_pages... yes checking if 'alloc_file_pseudo' is defined... yes checking if inode timestamps are struct timespec64... no checking if 'radix_tree_tag_set' exists... yes checking if MS_RDONLY was moved to uapi/linux/mount.h... yes checking if cache_detail->hash_lock is a spinlock... yes checking if struct genl_family has resv_start_op member... yes checking if bvec_iter_all exists for multi-page bvec iternation... yes checking if 'keyring_search' has 4 args... yes checking if struct bio has bi_phys_segments member... no checking if Linux kernel exports 'flush_delayed_fput'... yes checking if lock_manager_operations has lm_compare_owner... no checking if fscrypt has 'struct fscrypt_digested_name'... no checking if fscrypt_dummy_context_enabled() exists... no checking if have kthread_use_mm... yes checking if iter_file_splice_write() exists... yes checking if fscrypt_fname_alloc_buffer() removed inode parameter... yes checking if 'fscrypt_set_context()' exists... yes checking if Linux kernel exports 'fscrypt_d_revalidate'... yes checking if struct fscrypt_name has is_nokey_name field... yes checking if fscrypt_set_test_dummy_encryption() take 'const char' parameter... no checking if fscrypt_free_dummy_policy() exists... yes checking if 'struct backing_dev_info' has 'debug_stats' field... no checking if fscrypt_is_no_key_name() exists... yes checking if fscrypt_prepare_readdir() exists... yes checking if 'bio_set_dev' is available... yes checking if 'inode_operations' members have user namespace argument... no checking if 'inode_operations' has fileattr_get (and fileattr_set)... yes checking if have copy_page_from_iter_atomic... yes checking if 'get_acl' has a rcu argument... no checking if 'get_acl' has a rcu argument... (cached) no checking if have address_space have invalidate_lock member... yes checking if have fault_in_iov_iter_readable... yes checking if security_dentry_init_security() returns xattr name... no checking if kiocb->ki_complete() has 2 arguments... yes checking if Linux kernel exports 'delete_from_page_cache'... no checking if wb_stat_mod() exists... yes checking if have address_spaace_operaions->invalidate_folio() member... yes checking if have address_spaace_operaions->dirty_folio() member... yes checking if alloc_inode_sb() exists... yes checking if grab_cache_page_write_begin() has flags argument... no checking if struct address_space_operations() has read_folio()... yes checking if read_cache_page() filler_t needs struct file... yes checking if struct address_space_operations() has release_folio()... yes checking if lsmcontext_init is available... no checking if security_dentry_init_security needs lsmcontext... yes checking if no_llseek() is available... no checking if dquot_transfer() has user_ns argument... no checking if struct address_space_operations() has migrate_folio()... yes checking if register_shrinker() returns status... no checking if vfs_setxattr() value argument is non-const... no checking if iov_iter_get_pages_alloc2() is available... yes checking if get_random_u32() and get_random_u64() are available... yes checking if filldir_t uses struct dir_context and returns bool... yes checking if filemap_get_folios_contig() is available... yes checking if get_random_u32_below()is available... yes checking if 'get_acl' and 'set_acl' use dentry argument... yes checking if 'inode_operations' members have mnt_idmap argument... yes checking if 'locks_lock_file_wait' exists in filelock.h... yes checking if 'kernel_cap_t' has u64 val... yes checking if 'folio_batch_reinit' is available... yes checking if 'iov_iter_iovec' is available... no checking if 'iov_iter_iovec' is available... yes checking if 'class_create' does not have module arg... yes checking if 'filemap_splice_read' is available... yes checking if enum iter_type has member 'iter_pipe'... no checking if get_user_pages removed 'vma' parameter... yes checking if 'struct folio_batch' is available... yes checking if 'struct pagevec' is available... yes checking if 'flush_scheduled_work()' throws warning... yes checking if 'inode_get_ctime()' exists... yes checking if 'mmap_write_trylock()' is available... no checking if 'generic_fillattr()' has request_mask argument... yes checking if 'struct nsproxy.count' is refcount_t... yes checking if 'inode_get_mtime()' exists... yes checking if 'shrinker_alloc()' exists... yes checking if sruct dentry has d_children member... yes checking if generic_error_remove_folio() exists... yes checking if lsmcontext has id... yes checking if 'bio_integrity_prep_fn' exists... no checking whether to build ldiskfs... no checking whether to enable zfs... no checking whether to build Lustre server support... no checking whether to enable Lustre client crypto... checking if IS_ENCRYPTED is defined... yes checking for fscrypt in-kernel support... yes embedded-llcrypt checking for copy_file_range... (cached) yes checking whether OpenSSL has HMAC_Init_ex... no checking whether OpenSSL has FIPS_mode... no checking whether OpenSSL has EVP_PKEY_get_params... yes checking whether OpenSSL has functions needed for SSK... checking whether openssl-devel is present... yes checking whether to build l_getsepol... yes checking if 'struct getinfo_fid2path' has anonymous union... no checking whether to enable CDEBUG, CWARN... yes checking whether to enable ENTRY/EXIT... yes checking whether to enable LASSERT, LASSERTF... yes checking whether to enable quota support global control... yes checking for sys/quota.h... yes checking for libmount/libmount.h... yes checking for mnt_update_set_fs in -lmount... yes checking whether to build with libmount... yes checking whether to build iokit... no checking whether to use alternate names for e2fsprogs... disabled configure: LibCFS core checks ============================================================================== checking for netdb.h... yes checking for asm/types.h... yes checking for endian.h... yes configure: LibCFS required packages checks ============================================================================== checking whether to enable readline support... yes checking for readline in -lreadline... yes checking whether to use libpthread for libcfs library... yes checking for pthread_create in -lpthread... yes configure: LNet core checks ============================================================================== checking cuda source directory... Not found checking gds source directory... Not found configure: WARNING: CUDA or GDS sources not found. GDS support disabled checking for libnl-genl-3.0 >= 3.1... yes checking for nla_get_s32 in -lnl-3... yes checking for nla_get_s64 in -lnl-3... yes checking for netdb.h... (cached) yes checking for strnlen... no checking whether to enable 'efence' debugging support... no checking for yaml_parser_initialize in -lyaml... yes checking if RDMA_PS_TCP exists... checking if 'enum nlmsgerr_attrs' exists... configure: Lustre core checks ============================================================================== checking for maximum number of MDS threads... checking for netdb.h... (cached) yes checking for endian.h... (cached) yes checking for ext2fs/ext2fs.h... no checking for statx... yes checking for crc32 in -lz... yes checking for zlib.h... yes checking for is_selinux_enabled in -lselinux... yes checking for selinux/selinux.h... yes checking for add_key in -lkeyutils... yes checking whether to report minimum OST free space... no checking whether to randomly failing memory alloc... yes checking whether to check invariants (expensive cpu-wise)... no checking whether to track references with lu_ref... no checking whether to enable page state tracking... checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking systemd unit file directory... /usr/lib/systemd/system checking bash-completion directory... /usr/share/bash-completion/completions configure: remove temporary parallel configure dir /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/_lpb checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libcfs/Makefile config.status: creating libcfs/autoMakefile config.status: creating libcfs/autoconf/Makefile config.status: creating libcfs/include/Makefile config.status: creating libcfs/include/libcfs/Makefile config.status: creating libcfs/include/uapi/Makefile config.status: creating libcfs/include/libcfs/linux/Makefile config.status: creating libcfs/include/libcfs/util/Makefile config.status: creating libcfs/include/libcfs/crypto/Makefile config.status: creating libcfs/include/uapi/linux/Makefile config.status: creating libcfs/libcfs/Makefile config.status: creating libcfs/libcfs/autoMakefile config.status: creating libcfs/libcfs/linux/Makefile config.status: creating libcfs/libcfs/util/Makefile config.status: creating libcfs/libcfs/crypto/Makefile config.status: creating Makefile config.status: creating autoMakefile config.status: creating config/Makefile config.status: creating Rules config.status: creating lustre.spec config.status: creating lustre-dkms.spec config.status: creating ldiskfs/Makefile config.status: creating ldiskfs/autoMakefile config.status: creating lustre/utils/lustre.pc config.status: creating lustre-iokit/Makefile config.status: creating lustre-iokit/obdfilter-survey/Makefile config.status: creating lustre-iokit/ost-survey/Makefile config.status: creating lustre-iokit/sgpdd-survey/Makefile config.status: creating lustre-iokit/mds-survey/Makefile config.status: creating lustre-iokit/ior-survey/Makefile config.status: creating lustre-iokit/stats-collect/Makefile config.status: creating lustre-iokit/lst-survey/Makefile config.status: creating lnet/Makefile config.status: creating lnet/autoMakefile config.status: creating lnet/autoconf/Makefile config.status: creating lnet/doc/Makefile config.status: creating lnet/include/Makefile config.status: creating lnet/include/lnet/Makefile config.status: creating lnet/include/uapi/linux/lnet/Makefile config.status: creating lnet/klnds/Makefile config.status: creating lnet/klnds/autoMakefile config.status: creating lnet/klnds/o2iblnd/Makefile config.status: creating lnet/klnds/o2iblnd/autoMakefile config.status: creating lnet/klnds/in-kernel-o2iblnd/Makefile config.status: creating lnet/klnds/in-kernel-o2iblnd/autoMakefile config.status: creating lnet/klnds/gnilnd/Makefile config.status: creating lnet/klnds/gnilnd/autoMakefile config.status: creating lnet/klnds/socklnd/Makefile config.status: creating lnet/klnds/socklnd/autoMakefile config.status: creating lnet/klnds/kfilnd/Makefile config.status: creating lnet/klnds/kfilnd/autoMakefile config.status: creating lnet/lnet/Makefile config.status: creating lnet/lnet/autoMakefile config.status: creating lnet/selftest/Makefile config.status: creating lnet/selftest/autoMakefile config.status: creating lnet/utils/Makefile config.status: creating lnet/utils/lnetconfig/Makefile config.status: creating lustre/Makefile config.status: creating lustre/autoMakefile config.status: creating lustre/autoconf/Makefile config.status: creating lustre/conf/Makefile config.status: creating lustre/conf/resource/Makefile config.status: creating lustre/doc/Makefile config.status: creating lustre/include/Makefile config.status: creating lustre/include/lustre/Makefile config.status: creating lustre/include/uapi/linux/lustre/Makefile config.status: creating lustre/kernel_patches/targets/5.14-rhel9.3.target config.status: creating lustre/kernel_patches/targets/5.14-rhel9.2.target config.status: creating lustre/kernel_patches/targets/5.14-rhel9.1.target config.status: creating lustre/kernel_patches/targets/5.14-rhel9.0.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.9.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.8.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.7.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.6.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.5.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.4.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.3.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.2.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.1.target config.status: creating lustre/kernel_patches/targets/4.18-rhel8.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.9.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.8.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.7.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.6.target config.status: creating lustre/kernel_patches/targets/3.10-rhel7.5.target config.status: creating lustre/kernel_patches/targets/4.14-rhel7.5.target config.status: creating lustre/kernel_patches/targets/4.14-rhel7.6.target config.status: creating lustre/kernel_patches/targets/4.12-sles12sp4.target config.status: creating lustre/kernel_patches/targets/4.12-sles12sp5.target config.status: creating lustre/kernel_patches/targets/4.12-sles15sp1.target config.status: creating lustre/kernel_patches/targets/5.3-sles15sp2.target config.status: creating lustre/kernel_patches/targets/5.3-sles15sp3.target config.status: creating lustre/kernel_patches/targets/5.14-sles15sp4.target config.status: creating lustre/kernel_patches/targets/5.14-sles15sp5.target config.status: creating lustre/kernel_patches/targets/3.x-fc18.target config.status: creating lustre/kernel_patches/targets/5.10-oe2203.target config.status: creating lustre/kernel_patches/targets/5.10-oe2203sp1.target config.status: creating lustre/kernel_patches/targets/5.10-oe2203sp2.target config.status: creating lustre/ldlm/Makefile config.status: creating lustre/ldlm/autoMakefile config.status: creating lustre/ec/autoMakefile config.status: creating lustre/ec/Makefile config.status: creating lustre/fid/Makefile config.status: creating lustre/fid/autoMakefile config.status: creating lustre/llite/Makefile config.status: creating lustre/llite/autoMakefile config.status: creating lustre/lov/Makefile config.status: creating lustre/lov/autoMakefile config.status: creating lustre/mdc/Makefile config.status: creating lustre/mdc/autoMakefile config.status: creating lustre/lmv/Makefile config.status: creating lustre/lmv/autoMakefile config.status: creating lustre/lfsck/Makefile config.status: creating lustre/lfsck/autoMakefile config.status: creating lustre/mdt/Makefile config.status: creating lustre/mdt/autoMakefile config.status: creating lustre/mdd/Makefile config.status: creating lustre/mdd/autoMakefile config.status: creating lustre/fld/Makefile config.status: creating lustre/fld/autoMakefile config.status: creating lustre/obdclass/Makefile config.status: creating lustre/obdclass/autoMakefile config.status: creating lustre/obdecho/Makefile config.status: creating lustre/obdecho/autoMakefile config.status: creating lustre/ofd/Makefile config.status: creating lustre/ofd/autoMakefile config.status: creating lustre/osc/Makefile config.status: creating lustre/osc/autoMakefile config.status: creating lustre/ost/Makefile config.status: creating lustre/ost/autoMakefile config.status: creating lustre/osd-ldiskfs/Makefile config.status: creating lustre/osd-ldiskfs/autoMakefile config.status: creating lustre/osd-zfs/Makefile config.status: creating lustre/osd-zfs/autoMakefile config.status: creating lustre/mgc/Makefile config.status: creating lustre/mgc/autoMakefile config.status: creating lustre/mgs/Makefile config.status: creating lustre/mgs/autoMakefile config.status: creating lustre/target/Makefile config.status: creating lustre/target/autoMakefile config.status: creating lustre/ptlrpc/Makefile config.status: creating lustre/ptlrpc/autoMakefile config.status: creating lustre/ptlrpc/gss/Makefile config.status: creating lustre/ptlrpc/gss/autoMakefile config.status: creating lustre/quota/Makefile config.status: creating lustre/quota/autoMakefile config.status: creating lustre/scripts/Makefile config.status: creating lustre/scripts/systemd/Makefile config.status: creating lustre/tests/Makefile config.status: creating lustre/tests/mpi/Makefile config.status: creating lustre/tests/iabf/Makefile config.status: creating lustre/tests/lutf/Makefile config.status: creating lustre/tests/lutf/src/Makefile config.status: creating lustre/kunit/Makefile config.status: creating lustre/kunit/autoMakefile config.status: creating lustre/utils/Makefile config.status: creating lustre/utils/gss/Makefile config.status: creating lustre/osp/Makefile config.status: creating lustre/osp/autoMakefile config.status: creating lustre/lod/Makefile config.status: creating lustre/lod/autoMakefile config.status: creating cc-plugins/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands CC: gcc CFLAGS: -g -O2 -Wall -Werror EXTRA_CFLAGS: EXTRA_KCFLAGS: -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -g -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -Wno-format-truncation -Wno-stringop-truncation -Wno-stringop-overflow LD: ld -m elf_x86_64 CXX: g++ CPPFLAGS: -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include Type 'make' to build Lustre. dh_testroot dh_prep /usr/bin/make make[3]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' /usr/bin/make all-recursive make[4]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' Making all in . make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' /usr/bin/make DEQUOTE_CC_VERSION_TEXT=yes \ KBUILD_EXTRA_SYMBOLS=" " \ LDFLAGS= CC="gcc" -C /usr/src/linux-headers-6.8.0-31-generic \ -f /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/build/Makefile LUSTRE_LINUX_CONFIG=/usr/src/linux-headers-6.8.0-31-generic/.config \ LINUXINCLUDE='-I$(srctree)/arch/$(SRCARCH)/include -Iarch/$(SRCARCH)/include/generated -Iinclude $(if $(KBUILD_SRC)$(building_out_of_srctree),-Iinclude2 -I$(srctree)/include) -I$(srctree)/arch/$(SRCARCH)/include/uapi -Iarch/$(SRCARCH)/include/generated/uapi -I$(srctree)/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-6.8.0-31-generic/include/linux/kconfig.h' \ M=/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre -o tmp_include_depends -o scripts -o \ include/config/MARKER modules make[6]: Entering directory '/usr/src/linux-headers-6.8.0-31-generic' warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0 You are using: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 make[8]: Circular /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre//modules.order <- /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/ dependency dropped. CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux/linux-prim.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux/linux-hash.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux/linux-wait.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux/generic-radix-tree.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux/glob.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux/xarray.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/debug.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/fail.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/fail.o: warning: objtool: __cfs_fail_check_set() falls through to next function __cfs_fail_timeout_set() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/module.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/module.o: warning: objtool: libcfs_force_lbug() falls through to next function debugfs_doint() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/tracefile.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/libcfs_string.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_bd_del_locked() falls through to next function cfs_hash_cond_del_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_bd_from_key() falls through to next function cfs_hash_buckets_free() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_bd_get() falls through to next function cfs_hash_multi_bd_findadd_locked.constprop.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_create() falls through to next function cfs_hash_bd_move_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_bd_move_locked() falls through to next function cfs_hash_rehash_worker() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_dual_bd_get() falls through to next function cfs_hash_rehash_key() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_rehash_cancel() falls through to next function cfs_hash_putref() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/hash.o: warning: objtool: cfs_hash_for_each_enter() falls through to next function cfs_hash_rehash() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux-crypto.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux-crypto-adler.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto/crypto.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto/fname.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto/hkdf.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto/hooks.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto/keyring.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto/keysetup.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto/keysetup_v1.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto/policy.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/libcfs.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: lnet_ni_tq_credits() falls through to next function lnet_mark_ping_buffer_for_update() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: lnet_res_container_cleanup.part.0() falls through to next function lnet_res_container_setup() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: LNetGetId() falls through to next function lnet_shutdown_lndni() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: lnet_shutdown_lndni() falls through to next function lnet_shutdown_lndnet() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: lnet_net2ni_addref() falls through to next function lnet_shutdown_lndnets() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: lnet_net2ni_locked() falls through to next function lnet_get_net_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: lnet_nid_to_ni_locked() falls through to next function lnet_nid_to_ni_addref() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: lnet_nid_to_ni_addref() falls through to next function lnet_islocalnid() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/api-ni.o: warning: objtool: LNetNIFini() falls through to next function lnet_ping_target_update() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/config.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/nidstrings.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/nidstrings.o: warning: objtool: libcfs_num_match() falls through to next function cfs_ip_addr_parse() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/nidstrings.o: warning: objtool: cfs_match_net() falls through to next function cfs_match_nid_net() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet_rdma.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet_rdma.o: warning: objtool: lnet_is_rdma_only_page() falls through to next function lnet_rdma_unmap_sg() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lock.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lock.o: warning: objtool: cfs_percpt_lock() falls through to next function cfs_percpt_unlock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lock.o: warning: objtool: cfs_percpt_unlock() falls through to next function cfs_percpt_lock_create() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-me.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-msg.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-msg.o: warning: objtool: lnet_build_msg_event() falls through to next function lnet_msg_commit() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-msg.o: warning: objtool: lnet_msg_commit() falls through to next function lnet_msg_decommit() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-msg.o: warning: objtool: lnet_msg_decommit() falls through to next function lnet_msg_attach_md() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-msg.o: warning: objtool: lnet_msg_attach_md() falls through to next function lnet_ni_add_to_recoveryq_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-msg.o: warning: objtool: lnet_ni_add_to_recoveryq_locked() falls through to next function lnet_handle_local_failure() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-msg.o: warning: objtool: lnet_finalize() falls through to next function lnet_health_error2str() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-md.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-md.o: warning: objtool: lnet_md_link() falls through to next function lnet_md_build() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-md.o: warning: objtool: lnet_md_unlink() falls through to next function __LNetMDUnlink() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-ptl.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-ptl.o: warning: objtool: lnet_ptl_disable_mt() falls through to next function lnet_mt_set_exhausted() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-ptl.o: warning: objtool: lnet_ptl_cleanup() falls through to next function lnet_portals_destroy.part.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-ptl.o: warning: objtool: lnet_mt_match_head() falls through to next function lnet_mt_match_md() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-ptl.o: warning: objtool: lnet_ptl_match_md() falls through to next function lnet_ptl_detach_md() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-ptl.o: warning: objtool: lnet_ptl_detach_md() falls through to next function lnet_ptl_attach_md() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-socket.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_setpayloadbuffer() falls through to next function lnet_msg2bufpool() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_msg2bufpool() falls through to next function lnet_set_reply_msg_len() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_set_reply_msg_len() falls through to next function libcfs_nidstr() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_copy_iov2iov() falls through to next function lnet_iov_nob() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_iov_nob+0x6f: stack state mismatch: cfa1=4+8 cfa2=5+16 /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_kiov_nob+0x6f: stack state mismatch: cfa1=4+8 cfa2=5+16 /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_extract_kiov() falls through to next function lnet_rspt_alloc.part.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_find_existing_preferred_best_ni.isra.0() falls through to next function lnet_clean_local_ni_recoveryq() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_clean_local_ni_recoveryq() falls through to next function lnet_copy_kiov2iov() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_copy_kiov2iov() falls through to next function lnet_copy_iov2kiov() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_copy_iov2kiov() falls through to next function lnet_copy_kiov2kiov() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_copy_kiov2kiov() falls through to next function lnet_handle_lo_send.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_handle_lo_send.isra.0+0x13b: stack state mismatch: cfa1=4+8 cfa2=5+16 /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: LNetDist() falls through to next function fail_peer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_ni_eager_recv() falls through to next function lnet_select_peer_ni() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_usr_translate_stats() falls through to next function lnet_fail_nid() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_ni_recv() falls through to next function lnet_post_routed_recv_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_post_routed_recv_locked() falls through to next function lnet_recv_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_ni_send() falls through to next function lnet_post_send_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_post_send_locked() falls through to next function lnet_handle_send() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_return_tx_credits_locked() falls through to next function lnet_schedule_blocked_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_send() falls through to next function LNetPut() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_detach_rsp_tracker() falls through to next function lnet_clean_zombie_rstqs() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_monitor_thr_stop() falls through to next function lnet_drop_message() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-move.o: warning: objtool: lnet_parse_local() falls through to next function lnet_parse() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/module.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lo.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lo.o: warning: objtool: lolnd_send() falls through to next function lolnd_shutdown() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lo.o: warning: objtool: lolnd_shutdown() falls through to next function lolnd_startup() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lo.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/router.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/router.o: warning: objtool: lnet_add_route_to_rnet() falls through to next function lnet_del_route_from_rnet() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/router.o: warning: objtool: lnet_del_route_from_rnet() falls through to next function lnet_notify() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/router.o: warning: objtool: lnet_find_rnet_locked() falls through to next function lnet_move_route() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/router.o: warning: objtool: lnet_wait_router_start() falls through to next function lnet_router_checker_active() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet_debugfs.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet_debugfs.o: warning: objtool: proc_lnet_nis() falls through to next function proc_lnet_stats() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/acceptor.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/acceptor.o: warning: objtool: lnet_acceptor_start+0x170: stack state mismatch: cfa1=4+8 cfa2=5+16 CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/peer.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/net_fault.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/net_fault.o: warning: objtool: delayed_msg_process() falls through to next function lnet_drop_rule_match() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/net_fault.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/udsp.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-cpt.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_distance() falls through to next function cfs_percpt_free() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_weight() falls through to next function cfs_cpt_cpumask() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_cpumask() falls through to next function cfs_cpt_nodemask() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_nodemask() falls through to next function cfs_cpt_of_cpu() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_of_cpu() falls through to next function cfs_cpu_dead() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-cpt.o: warning: objtool: cfs_cpt_online() falls through to next function cfs_cpt_table_print() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lib-cpt.o: warning: objtool: cfs_percpt_alloc() falls through to next function cfs_cpt_table_alloc() LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_incr_conn_count() falls through to next function ksocknal_nl_set() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_create_peer() falls through to next function ksocknal_base_shutdown() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_base_shutdown() falls through to next function ksocknal_inetaddr_event() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_destroy_peer() falls through to next function ksocknal_unlink_peer_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_unlink_peer_locked() falls through to next function ksocknal_destroy_conn_cb() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_find_peer_locked() falls through to next function ksocknal_find_peer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_get_conn_count_by_type() falls through to next function ksocknal_add_peer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_close_conn_locked() falls through to next function ksocknal_del_peer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_queue_zombie_conn() falls through to next function ksocknal_create_conn() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd.o: warning: objtool: ksocknal_destroy_conn() falls through to next function ksocknal_close_peer_conns_locked() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_cb.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_alloc_tx() falls through to next function ksocknal_alloc_tx_noop() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_tx_done() falls through to next function ksocknal_txlist_done() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_find_conn_locked() falls through to next function ksocknal_tx_prep() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_find_connecting_conn_cb_locked() falls through to next function ksocknal_launch_packet() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_new_packet() falls through to next function ksocknal_process_receive() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_recv() falls through to next function ksocknal_scheduler() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_cb.o: warning: objtool: ksocknal_send_hello() falls through to next function ksocknal_recv_hello() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_lib.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_write_space() falls through to next function ksocknal_data_ready() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_data_ready() falls through to next function ksocknal_lib_get_conn_addrs() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_lib_get_conn_addrs() falls through to next function ksocknal_lib_zc_capable() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_lib_csum_tx() falls through to next function ksocknal_lib_send_hdr() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_lib_get_conn_tunables() falls through to next function ksocknal_lib_setup_sock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_lib.o: warning: objtool: ksocknal_lib_push_conn() falls through to next function ksocknal_lib_save_callback() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_modparams.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_match_tx() falls through to next function ksocknal_match_tx_v3() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_match_tx_v3() falls through to next function ksocknal_match_tx_v4() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_match_tx_v4() falls through to next function ksocknal_pack_msg_v4() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_pack_msg_v4() falls through to next function ksocknal_send_hello_v4() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_recv_hello_v4() falls through to next function ksocknal_handle_zcack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_recv_hello_v1() falls through to next function ksocknal_unpack_msg_v2() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_pack_msg_v1() falls through to next function ksocknal_pack_msg_v2() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_pack_msg_v2() falls through to next function ksocknal_send_hello_v1() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_next_tx_carrier() falls through to next function ksocknal_queue_tx_zcack_v2() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: ksocknal_queue_tx_zcack_v2() falls through to next function ksocknal_queue_tx_msg_v2() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/socklnd_proto.o: warning: objtool: .text: unexpected end of section LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/ksocklnd.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/console.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/console.o: warning: objtool: lstcon_sesrpc_readent() falls through to next function lstcon_nodes_getent() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/console.o: warning: objtool: lstcon_sesrpc_condition() falls through to next function lstcon_tsbrpc_readent() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/console.o: warning: objtool: lstcon_tsbrpc_readent() falls through to next function lstcon_node_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/console.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_get_reply() falls through to next function lstcon_rpc_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: lstcon_next_id() falls through to next function lstcon_rpc_post() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_post() falls through to next function lstcon_rpc_trans_prep.part.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_done() falls through to next function lstcon_rpc_trans_prep() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: lstcon_batrpc_prep() falls through to next function lstcon_statrpc_prep() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: lstcon_testrpc_prep() falls through to next function lstcon_rpc_stat_reply() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_pinger_start() falls through to next function lstcon_rpc_pinger_stop() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: lstcon_rpc_pinger_stop() falls through to next function lstcon_rpc_cleanup_wait() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conrpc.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/conctl.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_add_session_timer() falls through to next function sfw_test_rpc_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_test_rpc_fini() falls through to next function sfw_client_rpc_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_client_rpc_fini() falls through to next function sfw_del_session_timer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_server_rpc_done() falls through to next function sfw_register_test() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_destroy_test_instance() falls through to next function sfw_destroy_session() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_deactivate_session() falls through to next function sfw_session_expired() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_session_expired() falls through to next function sfw_test_unit_done.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_test_unit_done.isra.0() falls through to next function sfw_run_test() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_create_test_rpc() falls through to next function sfw_alloc_pages() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_create_rpc() falls through to next function sfw_unpack_message() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_handle_server_rpc() falls through to next function sfw_abort_rpc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_abort_rpc() falls through to next function sfw_post_rpc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/framework.o: warning: objtool: sfw_post_rpc() falls through to next function sfw_shutdown() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/timer.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/timer.o: warning: objtool: stt_add_timer() falls through to next function stt_del_timer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/timer.o: warning: objtool: stt_del_timer() falls through to next function stt_startup() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_client_rpc_expired() falls through to next function swi_state2str.part.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: swi_state2str.part.0() falls through to next function srpc_service_fini.part.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_add_buffer() falls through to next function srpc_server_rpc_done() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_lnet_ev_handler() falls through to next function srpc_get_counters() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_init_bulk() falls through to next function srpc_add_service() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_service_add_buffers() falls through to next function srpc_service_remove_buffers() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_service_remove_buffers() falls through to next function srpc_finish_service() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_create_client_rpc() falls through to next function srpc_abort_rpc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_send_rpc() falls through to next function srpc_post_rpc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_post_rpc() falls through to next function srpc_send_reply() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_send_reply() falls through to next function srpc_handle_rpc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_handle_rpc() falls through to next function srpc_shutdown() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: srpc_shutdown() falls through to next function srpc_startup() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/rpc.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/module.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/ping_test.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/ping_test.o: warning: objtool: ping_client_fini() falls through to next function ping_client_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/ping_test.o: warning: objtool: ping_client_init() falls through to next function ping_client_done_rpc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/ping_test.o: warning: objtool: ping_server_handle() falls through to next function ping_init_test_client() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/brw_test.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/brw_test.o: warning: objtool: brw_check_bulk() falls through to next function brw_bulk_ready() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/brw_test.o: warning: objtool: brw_fill_page() falls through to next function brw_client_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/brw_test.o: warning: objtool: brw_client_fini() falls through to next function brw_client_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/brw_test.o: warning: objtool: brw_client_init() falls through to next function brw_client_done_rpc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/brw_test.o: warning: objtool: brw_client_done_rpc() falls through to next function brw_client_prep_rpc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/brw_test.o: warning: objtool: brw_server_handle() falls through to next function brw_init_test_service() LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/lnet_selftest.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid_request.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid_request.o: warning: objtool: seq_client_get_seq() falls through to next function seq_client_alloc_fid() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid_request.o: warning: objtool: seq_client_flush() falls through to next function seq_client_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid_request.o: warning: objtool: seq_client_init() falls through to next function client_fid_init() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/lproc_fid.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog.o: warning: objtool: llog_free_handle() falls through to next function llog_read_header() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog.o: warning: objtool: llog_open_create() falls through to next function llog_declare_write_rec() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog.o: warning: objtool: llog_write() falls through to next function llog_copy_handler() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_cat.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_cat.o: warning: objtool: llog_cat_new_log() falls through to next function llog_cat_prep_log() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_cat.o: warning: objtool: llog_cat_add() falls through to next function llog_cat_id2handle() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_cat.o: warning: objtool: llog_cat_cleanup() falls through to next function llog_cat_close() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_obd.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_swab.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_osd.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_close() falls through to next function llog_osd_cleanup() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_exist() falls through to next function llog_osd_dir_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_dir_get() falls through to next function cfs_race_loc.constprop.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_declare_write_rec() falls through to next function dt_attr_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_put_cat_list() falls through to next function llog_osd_read_header() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_osd.o: warning: objtool: llog_osd_create() falls through to next function changelog_block_trim_ext.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_osd.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/class_obd.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: obd_stale_export_adjust() falls through to next function class_sysfs_release() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: kuc_free() falls through to next function class_put_type() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: class_put_type() falls through to next function obd_put_mod_rpc_slot() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: obd_put_mod_rpc_slot() falls through to next function class_notify_sptlrpc_conf() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: class_import_put() falls through to next function class_destroy_import() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: class_destroy_import() falls through to next function class_export_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: kuc_ptr() falls through to next function class_unregister_type() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: class_export_destroy() falls through to next function obd_zombie_exp_cull() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: obd_zombie_exp_cull() falls through to next function obd_zombie_imp_cull() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: obd_zombie_imp_cull() falls through to next function class_newdev() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: class_free_dev() falls through to next function class_export_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: class_export_put() falls through to next function class_connect() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: obd_stale_export_put() falls through to next function class_unlink_export() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: obd_exports_barrier() falls through to next function obd_zombie_impexp_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/genops.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/llog_ioctl.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lprocfs_status.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lprocfs_status.o: warning: objtool: lprocfs_stats_register() falls through to next function lprocfs_remove_proc_entry() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lprocfs_status.o: warning: objtool: lprocfs_remove_proc_entry() falls through to next function lprocfs_uuid_seq_show() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lprocfs_status.o: warning: objtool: lprocfs_uuid_seq_show() falls through to next function lprocfs_oh_release_pcpu() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lprocfs_status.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lprocfs_counters.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lustre_handles.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lustre_handles.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lustre_peer.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/local_storage.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/local_storage.o: warning: objtool: local_file_find() falls through to next function dt_ref_add.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/local_storage.o: warning: objtool: ls_device_put() falls through to next function local_oid_storage_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/local_storage.o: warning: objtool: local_oid_storage_fini() falls through to next function local_oid_storage_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/local_storage.o: warning: objtool: local_object_fid_generate() falls through to next function local_object_declare_create() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/local_storage.o: warning: objtool: local_index_find_or_create() falls through to next function local_index_find_or_create_with_fid() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/local_storage.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/statfs_pack.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obdo.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obd_config.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obd_config.o: warning: objtool: class_put_profile.part.0() falls through to next function class_put_profile() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obd_config.o: warning: objtool: class_decref() falls through to next function class_detach() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obd_mount.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obd_mount.o: warning: objtool: lustre_put_lsi() falls through to next function do_lcfg.constprop.0() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obd_sysfs.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obd_sysfs.o: warning: objtool: obd_device_list_seq_show() falls through to next function health_check_single_open() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_device_fini() falls through to next function lu_object_header_print() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_buf_free() falls through to next function lu_object_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_device_put() falls through to next function lu_site_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_object_fini() falls through to next function lu_object_header_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_object_header_fini() falls through to next function lu_object_header_free() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_context_fini() falls through to next function lu_env_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_env_add_task() falls through to next function lu_env_add() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_object_put() falls through to next function lu_object_put_nocache() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_object.o: warning: objtool: lu_object_assign_fid() falls through to next function htable_lookup() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/dt_object.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/dt_object.o: warning: objtool: dt_record_write() falls through to next function dt_locate_at() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/dt_object.o: warning: objtool: dt_locate_at() falls through to next function dt_index_walk() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/dt_object.o: warning: objtool: dt_mode_to_dft+0x52: return with modified stack frame /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/dt_object.o: warning: objtool: dt_read() falls through to next function dt_record_read() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/dt_object.o: warning: objtool: dt_record_read() falls through to next function kbytesfree_show() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/dt_object.o: warning: objtool: dt_find_or_create() falls through to next function dt_path_parser() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_object.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_object.o: warning: objtool: cl_env_init0() falls through to next function cl_env_percpu_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_object.o: warning: objtool: cl_type_setup() falls through to next function cl_stack_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_object.o: warning: objtool: cl_object_glimpse() falls through to next function cpumask_weight.constprop.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_object.o: warning: objtool: cl_object_get() falls through to next function cl_site_stats_print() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_object.o: warning: objtool: cl_object_top() falls through to next function cl_object_attr_lock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_object.o: warning: objtool: cl_object_find() falls through to next function cl_env_percpu_get() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o: warning: objtool: cl_page_owner_clear() falls through to next function cl_page_owner_set() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o: warning: objtool: cl_page_owner_set() falls through to next function cl_page_slice_add() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o: warning: objtool: cl_page_unassume() falls through to next function cl_page_io_start() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o: warning: objtool: cl_page_io_start() falls through to next function __cl_page_delete() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o: warning: objtool: cl_batch_put() falls through to next function cl_page_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o: warning: objtool: cl_page_assume() falls through to next function cl_page_prep() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o: warning: objtool: cl_page_make_ready() falls through to next function cl_page_alloc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_page.o: warning: objtool: __cl_page_disown() falls through to next function __cl_page_own() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_lock.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_io_fini() falls through to next function cl_io_submit_rw() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_io_submit_rw() falls through to next function cl_io_slice_add() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_io_slice_add() falls through to next function cl_page_list_move() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_move() falls through to next function cl_page_list_move_head() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_move_head() falls through to next function cl_io_unlock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_add() falls through to next function cl_2queue_init_page() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_del() falls through to next function cl_page_list_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_page_list_fini() falls through to next function cl_2queue_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_sub_dio_free() falls through to next function ll_free_dio_buffer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_io_sub_init() falls through to next function cl_io_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_io_init() falls through to next function ll_release_user_pages() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: ll_dio_user_copy() falls through to next function cl_sub_dio_end() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_io_rw_init() falls through to next function cl_io_submit_sync() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/cl_io.o: warning: objtool: cl_io_submit_sync() falls through to next function cl_io_rw_advance() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_ref.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/linkea.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/linkea.o: warning: objtool: linkea_init+0xb3: return with modified stack frame /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/linkea.o: warning: objtool: linkea_entry_unpack() falls through to next function linkea_overflow_shrink() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/linkea.o: warning: objtool: linkea_del_buf() falls through to next function linkea_init_with_rec() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/upcall_cache.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/upcall_cache.o: warning: objtool: upcall_cache_put_entry() falls through to next function upcall_cache_flush_one() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/kernelcomm.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/jobid.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/jobid.o: warning: objtool: jobid_keycmp() falls through to next function jobid_should_free_item() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/jobid.o: warning: objtool: jobid_hashfn() falls through to next function rht_head_hashfn.constprop.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/jobid.o: warning: objtool: jobid_put_locked() falls through to next function jobid_get() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/integrity.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obd_cksum.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_tgt_descs.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/lu_tgt_pool.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/range_lock.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/interval_tree.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/interval_tree.o: warning: objtool: __rotate_right() falls through to next function interval_search() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/interval_tree.o: warning: objtool: __rotate_left() falls through to next function interval_erase() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/page_pools.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/page_pools.o: warning: objtool: pool_ptrs_free() falls through to next function ll_shrinker_create.constprop.0() LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obdclass.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: __ptlrpc_free_req_to_pool() falls through to next function ptlrpc_console_allow() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_console_allow+0x112: return with modified stack frame /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_interrupted_set() falls through to next function ptlrpc_init_rq_pool() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_free_bulk() falls through to next function ptlrpc_at_set_req_timeout() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: work_interpreter() falls through to next function ptlrpcd_queue_work() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpcd_queue_work() falls through to next function ptlrpc_unregister_reply() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_request_cache_alloc() falls through to next function ptlrpcd_alloc_work() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_free_rq_pool() falls through to next function ptlrpc_add_rqs_to_pool() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_add_rqs_to_pool() falls through to next function ptlrpc_request_free() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: __ptlrpc_req_put.isra.0() falls through to next function ptlrpc_free_request() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_set_destroy() falls through to next function ptlrpc_req_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_add_unreplied() falls through to next function ptlrpc_get_mod_rpc_slot() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_set_add_new_req() falls through to next function ptlrpc_known_replied_xid() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_known_replied_xid() falls through to next function ptlrpc_send_new_req() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_set_add_req() falls through to next function ptlrpc_expire_one_request() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_expired_set() falls through to next function ptlrpc_set_next_timeout() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_free_committed() falls through to next function ptlrpc_cleanup_client() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_retain_replayable_request() falls through to next function ptlrpc_check_set() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/client.o: warning: objtool: ptlrpc_abort_set() falls through to next function ptlrpc_init_xid() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/recover.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/connection.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/connection.o: warning: objtool: conn_exit() falls through to next function ptlrpc_connection_addref() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/niobuf.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/niobuf.o: warning: objtool: ptlrpc_send_reply() falls through to next function ptlrpc_reply() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_init_msg_v2() falls through to next function lustre_swab_mgs_nidtbl_entry_content() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_size_v2() falls through to next function lustre_packed_msg_size() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_hdr_size() falls through to next function lustre_msg_early_size_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_size() falls through to next function ptlrpc_request_set_replen() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_buf() falls through to next function lustre_shrink_msg() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_shrink_msg() falls through to next function lustre_grow_msg() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_grow_msg() falls through to next function lustre_msg_get_flags() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_add_flags() falls through to next function lustre_msg_clear_flags() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_clear_flags() falls through to next function lustre_msg_add_op_flags() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_add_op_flags() falls through to next function lustre_msg_get_type() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_last_xid() falls through to next function lustre_msg_set_tag() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_tag() falls through to next function lustre_msg_set_versions() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_versions() falls through to next function lustre_msg_set_transno() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_transno() falls through to next function lustre_msg_set_status() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_status() falls through to next function lustre_msg_get_uid_gid() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_uid_gid() falls through to next function lustre_msg_set_jobid() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_jobid() falls through to next function lustre_free_reply_state() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_free_reply_state() falls through to next function ptlrpc_unpack_req_msg() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: ptlrpc_unpack_req_msg() falls through to next function ptlrpc_unpack_rep_msg() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: ptlrpc_unpack_rep_msg() falls through to next function lustre_msg_set_buflen() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_buflen() falls through to next function lustre_msg_bufcount() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_string() falls through to next function lustre_msghdr_set_flags() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msghdr_set_flags() falls through to next function lustre_msg_set_flags() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_flags() falls through to next function lustre_msg_get_op_flags() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_add_version() falls through to next function lustre_pack_request() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_pack_reply_v2() falls through to next function lustre_pack_reply_flags() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_pack_reply_flags() falls through to next function lustre_pack_reply() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_handle() falls through to next function lustre_msg_set_type() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_type() falls through to next function lustre_msg_set_opc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_opc() falls through to next function lustre_msg_set_last_committed() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_last_committed() falls through to next function lustre_msg_set_conn_cnt() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_conn_cnt() falls through to next function lustre_msg_set_timeout() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_timeout() falls through to next function lustre_msg_set_service_timeout() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_service_timeout() falls through to next function lustre_msg_set_cksum() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_cksum() falls through to next function lustre_msg_set_mbits() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pack_generic.o: warning: objtool: lustre_msg_set_mbits() falls through to next function lustre_swab_ptlrpc_body() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/events.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/events.o: warning: objtool: reply_out_callback() falls through to next function ptlrpc_release() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/events.o: warning: objtool: request_in_callback() falls through to next function ptlrpc_master_callback() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/events.o: warning: objtool: ptlrpc_master_callback() falls through to next function request_out_callback() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/events.o: warning: objtool: request_out_callback() falls through to next function reply_in_callback() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpc_module.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_at_remove_timed() falls through to next function ptlrpc_at_timer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_server_free_request() falls through to next function ptlrpc_at_set_timer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_at_add_timed.isra.0() falls through to next function ptlrpc_server_normal_pending() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_dispatch_difficult_reply() falls through to next function ptlrpc_schedule_difficult_reply() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_schedule_difficult_reply() falls through to next function ptlrpc_commit_replies() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_server_drop_request() falls through to next function ptlrpc_server_finish_active_request() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_server_finish_active_request() falls through to next function ptlrpc_unregister_service() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_unregister_service() falls through to next function ptlrpc_register_service() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/service.o: warning: objtool: ptlrpc_request_change_export() falls through to next function ptlrpc_update_export_timer() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pinger.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/llog_net.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/llog_net.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/llog_client.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/import.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/import.o: warning: objtool: ptlrpc_activate_import() falls through to next function ptlrpc_disconnect_and_idle_import() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/import.o: warning: objtool: ptlrpc_connect_import_locked() falls through to next function ptlrpc_connect_import() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpcd.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpcd.o: warning: objtool: ptlrpcd_wake() falls through to next function ptlrpcd_select_pc.part.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpcd.o: warning: objtool: ptlrpcd_free() falls through to next function ptlrpcd_fini() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/pers.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/lproc_ptlrpc.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/lproc_ptlrpc.o: warning: objtool: ptlrpc_lprocfs_svc_req_history_seek() falls through to next function ptlrpc_lprocfs_req_buffers_max_seq_show() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/lproc_ptlrpc.o: warning: objtool: ptlrpc_lprocfs_brw() falls through to next function ptlrpc_lprocfs_unregister_obd() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/wiretest.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/layout.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/layout.o: warning: objtool: req_capsule_client_pack() falls through to next function req_capsule_msg_size() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/layout.o: warning: objtool: req_capsule_set_swabbed() falls through to next function req_capsule_need_swab() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/layout.o: warning: objtool: req_capsule_need_swab() falls through to next function __req_capsule_get() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_ctx_put() falls through to next function sptlrpc_cli_free_repbuf() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_free_repbuf() falls through to next function sptlrpc_cli_unwrap_bulk_write() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_enlarge_reqbuf() falls through to next function sepol_helper() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: _sptlrpc_enlarge_msg_inplace() falls through to next function sptlrpc_cli_ctx_expire() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_ctx_expire() falls through to next function sptlrpc_svc_ctx_invalidate() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_svc_ctx_invalidate() falls through to next function sptlrpc_cli_wrap_bulk() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_wrap_bulk() falls through to next function sptlrpc_cli_unwrap_bulk_read() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_unwrap_bulk_read() falls through to next function sptlrpc_name2flavor_base() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: do_cli_unwrap_reply() falls through to next function sptlrpc_sepol_get_cached() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sec_cop_flush_ctx_cache.constprop.0.isra.0() falls through to next function sptlrpc_sec_kill() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_sec_kill() falls through to next function sec_cop_destroy_sec() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sec_cop_destroy_sec() falls through to next function sptlrpc_sec_destroy() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_sec_put() falls through to next function sptlrpc_sepol_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_ctx_display() falls through to next function sptlrpc_req_put_ctx() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_req_put_ctx() falls through to next function sptlrpc_export_update_ctx() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_req_set_flavor() falls through to next function sptlrpc_request_out_callback() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_request_out_callback() falls through to next function sptlrpc_cli_wrap_request() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_wrap_request() falls through to next function sptlrpc_cli_unwrap_reply() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_finish_early_reply() falls through to next function sptlrpc_import_sec_adapt() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_alloc_reqbuf() falls through to next function sptlrpc_cli_free_reqbuf() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_free_reqbuf() falls through to next function sptlrpc_req_replace_dead_ctx() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_req_replace_dead_ctx() falls through to next function sptlrpc_req_refresh_ctx() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_req_refresh_ctx() falls through to next function sptlrpc_import_check_ctx() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_cli_alloc_repbuf() falls through to next function sptlrpc_cli_install_rvs_ctx() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_svc_wrap_reply() falls through to next function sptlrpc_svc_free_rs() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_svc_free_rs() falls through to next function sptlrpc_svc_ctx_addref() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec.o: warning: objtool: sptlrpc_svc_ctx_decref() falls through to next function sptlrpc_get_hash_name() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_ctx.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_gc.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_gc.o: warning: objtool: sptlrpc_gc_add_ctx() falls through to next function sec_gc_main() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_gc.o: warning: objtool: sptlrpc_gc_add_sec() falls through to next function sptlrpc_gc_del_sec() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_config.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_config.o: warning: objtool: sptlrpc_conf_client_adapt() falls through to next function logname2fsname.constprop.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_config.o: warning: objtool: sptlrpc_rule_set_free() falls through to next function sptlrpc_conf_free_rsets() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_config.o: warning: objtool: sptlrpc_conf_free_rsets() falls through to next function sptlrpc_conf_free() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_config.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_lproc.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_lproc.o: warning: objtool: sptlrpc_ctxs_lprocfs_seq_show() falls through to next function sec_flags2str.constprop.0() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_null.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_null.o: warning: objtool: null_accept() falls through to next function null_free_rs() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_null.o: warning: objtool: null_free_rs() falls through to next function null_free_repbuf() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_null.o: warning: objtool: null_free_repbuf() falls through to next function null_alloc_rs() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_null.o: warning: objtool: null_destroy_sec() falls through to next function null_free_reqbuf() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_null.o: warning: objtool: null_free_reqbuf() falls through to next function null_create_sec() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_null.o: warning: objtool: null_create_sec() falls through to next function null_alloc_repbuf() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_plain.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_ctx_refresh() falls through to next function plain_ctx_sign() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_svc_unwrap_bulk() falls through to next function plain_cli_unwrap_bulk() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_cli_unwrap_bulk() falls through to next function plain_free_rs() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_release_ctx() falls through to next function plain_destroy_sec() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/sec_plain.o: warning: objtool: plain_destroy_sec() falls through to next function plain_create_sec() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_fini() falls through to next function nrs_resource_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_compat_one() falls through to next function nrs_policy_started_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_started_put() falls through to next function nrs_policy_stop_primary() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_stop_primary() falls through to next function nrs_resource_put_safe() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: nrs_request_removed() falls through to next function nrs_policy_stop_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_register() falls through to next function nrs_svcpt_setup_locked0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: nrs_svcpt_setup_locked0() falls through to next function nrs_policy_unregister_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: nrs_policy_unregister_locked() falls through to next function ptlrpc_nrs_policy_register() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: ptlrpc_nrs_req_initialize() falls through to next function ptlrpc_nrs_req_finalize() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: ptlrpc_nrs_req_pending_nolock() falls through to next function ptlrpc_nrs_req_throttling_nolock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs.o: warning: objtool: ptlrpc_nrs_req_throttling_nolock() falls through to next function ptlrpc_nrs_req_hp_move() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs_fifo.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs_fifo.o: warning: objtool: nrs_fifo_stop() falls through to next function nrs_fifo_req_stop() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs_fifo.o: warning: objtool: nrs_fifo_req_del() falls through to next function nrs_fifo_start() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs_delay.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/nrs_delay.o: warning: objtool: nrs_delay_stop() falls through to next function lprocfs_nrs_delay_seq_write_common.constprop.0() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/heap.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/heap.o: warning: objtool: binheap_bubble() falls through to next function binheap_relocate() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/heap.o: warning: objtool: binheap_relocate() falls through to next function binheap_remove() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/heap.o: warning: objtool: binheap_remove() falls through to next function binheap_find() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/errno.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/batch.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/l_lock.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_new() falls through to next function search_itree() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_put() falls through to next function __ldlm_handle2lock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: __ldlm_reprocess_all.isra.0() falls through to next function ldlm_reprocess_res() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_remove_from_lru_nolock() falls through to next function ldlm_lock_remove_from_lru_check() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_remove_from_lru_check() falls through to next function ldlm_lock_destroy_internal() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_destroy_internal() falls through to next function ldlm_lock_add_to_lru_nolock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_add_to_lru_nolock() falls through to next function ldlm_lock_touch_in_lru() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_touch_in_lru() falls through to next function ldlm_lock_destroy() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_addref() falls through to next function ldlm_lock_addref_internal() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_decref() falls through to next function ldlm_lock_decref_and_cancel() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_grant_lock_with_skiplist() falls through to next function ldlm_grant_lock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_grant_lock() falls through to next function ldlm_lock_fail_match() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_enqueue() falls through to next function ldlm_run_ast_work() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_run_ast_work() falls through to next function ldlm_reprocess_recovery_done() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o: warning: objtool: ldlm_lock_cancel() falls through to next function ldlm_cancel_lock_for_export() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: early_lock_cancel_show() falls through to next function lru_max_age_show() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_free_prior() falls through to next function lru_size_show() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: lru_size_show() falls through to next function cleanup_resource() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: __ldlm_resource_add_lock() falls through to next function ldlm_resource_putref() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_resource_putref() falls through to next function ldlm_res_hop_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_register() falls through to next function ldlm_namespace_new() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_unregister() falls through to next function ldlm_namespace_free_post() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_free_post() falls through to next function ldlm_namespace_free() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_move_to_active_locked() falls through to next function ldlm_resource_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_move_to_inactive_locked() falls through to next function ldlm_namespace_first_locked() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_first_locked() falls through to next function ldlm_resource_getref() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o: warning: objtool: ldlm_namespace_dump() falls through to next function ldlm_dump_all_namespaces() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lib.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lib.o: warning: objtool: target_send_reply() falls through to next function ldlm_errno2error() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_plain.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_interval_free() falls through to next function ldlm_interval_attach() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_interval_attach() falls through to next function ldlm_interval_detach() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_interval_detach() falls through to next function ldlm_extent_alloc_lock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_extent_add_lock() falls through to next function ldlm_extent_unlink_lock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o: warning: objtool: ldlm_extent_unlink_lock() falls through to next function ldlm_extent_policy_wire_to_local() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o: warning: objtool: ldlm_chain_lock_for_replay() falls through to next function ldlm_cancel_lrur_no_wait_policy() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o: warning: objtool: ldlm_cli_cancel_local() falls through to next function ldlm_cli_enqueue_local() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o: warning: objtool: ldlm_cli_cancel_list() falls through to next function ldlm_cli_update_pool() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o: warning: objtool: ldlm_cancel_resource_local() falls through to next function ldlm_cli_cancel_unused_resource() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lockd.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o: warning: objtool: ldlm_flock_add_lock() falls through to next function ldlm_export_flock_keycmp() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o: warning: objtool: ldlm_export_flock_put() falls through to next function ldlm_export_flock_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o: warning: objtool: ldlm_export_flock_get() falls through to next function ldlm_flock_blocking_ast() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_inodebits.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_srv_pool_setup() falls through to next function lprocfs_pool_state_single_open() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_cli_pool_pop_slv() falls through to next function ldlm_cli_pool_shrink() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_cli_pool_shrink() falls through to next function ldlm_cli_pool_recalc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_srv_pool_recalc() falls through to next function ldlm_srv_pool_shrink() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_srv_pool_shrink() falls through to next function lprocfs_pool_state_seq_show() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: lprocfs_pool_state_seq_show() falls through to next function ldlm_pools_count() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_pool_add() falls through to next function ldlm_pool_del() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o: warning: objtool: ldlm_pool_del() falls through to next function ldlm_pool_get_slv() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_reclaim.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpc.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/echo_client.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/echo_client.o: warning: objtool: echo_device_init() falls through to next function echo_session_key_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/echo_client.o: warning: objtool: echo_object_print() falls through to next function echo_device_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/echo_client.o: warning: objtool: echo_device_fini() falls through to next function echo_object_delete() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/echo_client.o: warning: objtool: echo_object_delete() falls through to next function echo_object_free() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/echo_client.o: warning: objtool: echo_device_free() falls through to next function echo_device_alloc() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/debug.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/debug.o: warning: objtool: .text: unexpected end of section LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/obdecho.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc_request.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc_request.o: warning: objtool: mgc_import_event() falls through to next function config_log_get.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc_request.o: warning: objtool: mgc_precleanup() falls through to next function mgc_setup() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc_request.o: warning: objtool: lprocfs_mgc_rd_ir_state() falls through to next function mgc_process_log() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/lproc_mgc.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec/ec_base.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec/ec.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/llog_test.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/llog_test.o: warning: objtool: test3_check_n_add_cb() falls through to next function llog_test3_process() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/llog_test.o: warning: objtool: dt_sync() falls through to next function dt_attr_get() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/obd_test.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/kinode.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_dev.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_dev.o: warning: objtool: lov_device_fini() falls through to next function lov_cl_del_target() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_dev.o: warning: objtool: lov_device_free() falls through to next function lov_device_alloc() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_ea.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_empty_impossible() falls through to next function lov_io_end_wrapper() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_end() falls through to next function lov_io_unlock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_unlock() falls through to next function lov_io_fsync_end() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_fsync_end() falls through to next function lov_empty_io_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_empty_io_fini() falls through to next function lov_io_data_version_end() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_data_version_end() falls through to next function lov_io_iter_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_iter_fini() falls through to next function lov_io_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_fini() falls through to next function lov_io_lseek_end() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_lock() falls through to next function lov_io_start() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_start() falls through to next function lov_io_setattr_start() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_setattr_start() falls through to next function lov_sub_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_sub_get() falls through to next function lov_io_commit_async() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_commit_async() falls through to next function lov_io_submit() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_init_empty() falls through to next function lov_io_init_released() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_init_released() falls through to next function lov_io_layout_at_confirm() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_layout_at_confirm() falls through to next function lov_io_layout_at() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_io.o: warning: objtool: lov_io_layout_at() falls through to next function lov_io_lru_reserve() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_lock.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_merge.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_obd.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_obd.o: warning: objtool: lov_stripe_lock() falls through to next function lov_stripe_unlock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_obd.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_conf_lock() falls through to next function lov_conf_unlock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lu2cl.part.0() falls through to next function lov_fini_empty() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_fini_empty() falls through to next function lov_attr_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_delete_empty() falls through to next function lov_init_foreign() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_init_foreign() falls through to next function lov_init_released() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_init_released() falls through to next function lov_object_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_sub_find() falls through to next function lov_init_raid0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_conf_set() falls through to next function lov_print_composite() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_print_composite() falls through to next function lov_object_flush() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_lsm_addref() falls through to next function lov_object_maxbytes() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_read_and_clear_async_rc() falls through to next function lov_init_composite() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_init_composite() falls through to next function lov_delete_composite() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_object.o: warning: objtool: lov_fini_composite() falls through to next function lov_object_alloc() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_offset.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_offset.o: warning: objtool: stripe_width() falls through to next function lov_stripe_size() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_pack.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_pack.o: warning: objtool: lov_free_memmd() falls through to next function lov_unpackmd() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_page.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_pool.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_pool.o: warning: objtool: pool_proc_next() falls through to next function pool_cmpfn() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_pool.o: warning: objtool: pool_proc_show() falls through to next function lov_pool_getref() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_pool.o: warning: objtool: lov_pool_putref() falls through to next function pools_hash_exit() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov_request.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lovsub_dev.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lovsub_dev.o: warning: objtool: lovsub_device_init() falls through to next function lovsub_device_free() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lovsub_dev.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lovsub_object.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lovsub_object.o: warning: objtool: lovsub_object_free() falls through to next function lovsub_req_attr_set() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lovsub_object.o: warning: objtool: lovsub_attr_update() falls through to next function lovsub_object_alloc() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lproc_lov.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_release_ppga() falls through to next function osc_release_bounce_pages() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_enqueue_fini() falls through to next function osc_disconnect() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_cleanup_common() falls through to next function osc_statfs() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_pack_req_body() falls through to next function osc_setattr() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_set_lock_data() falls through to next function osc_iocontrol() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_setup() falls through to next function osc_announce_cached.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_shrink_grant_interpret() falls through to next function osc_sync_interpret() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_reconnect() falls through to next function osc_getattr() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: osc_checksum_bulk() falls through to next function osc_checksum_bulk_t10pi() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_request.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/lproc_osc.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_dev.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_dev.o: warning: objtool: osc_device_free() falls through to next function osc_type_stop() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_object.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_object.o: warning: objtool: osc_object_free() falls through to next function osc_attr_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_object.o: warning: objtool: osc_object_ast_clear() falls through to next function osc_object_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_object.o: warning: objtool: osc_object_prune() falls through to next function osc_object_print() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_page.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_page.o: warning: objtool: osc_cache_too_much() falls through to next function osc_page_touch() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_page.o: warning: objtool: __osc_lru_del() falls through to next function osc_lru_use() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_page.o: warning: objtool: osc_page_delete() falls through to next function unstable_page_accounting() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_page.o: warning: objtool: discard_cl_pages() falls through to next function osc_lru_shrink() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_page.o: warning: objtool: osc_page_cache_add() falls through to next function osc_index2policy() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_page.o: warning: objtool: osc_page_submit() falls through to next function lru_queue_work() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_page.o: warning: objtool: osc_dec_unstable_pages() falls through to next function osc_inc_unstable_pages() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_fini() falls through to next function osc_lock_wake_waiters() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_lockless_cancel() falls through to next function osc_lock_cancel() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_cancel() falls through to next function osc_lock_set_writer() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_set_writer() falls through to next function ostid_build_res_name() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_set_reader() falls through to next function osc_lock_enqueue_wait() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_enqueue_wait() falls through to next function osc_lock_to_lockless() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_to_lockless() falls through to next function osc_ldlm_blocking_ast() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_lvb_update() falls through to next function osc_lock_upcall_speculative() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_upcall() falls through to next function osc_lock_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_lock.o: warning: objtool: osc_lock_init() falls through to next function osc_obj_dlmlock_at_pgoff() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o: warning: objtool: osc_fsync_ost() falls through to next function osc_io_fsync_start() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o: warning: objtool: osc_io_read_start() falls through to next function osc_io_write_start() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o: warning: objtool: osc_io_data_version_end() falls through to next function osc_io_iter_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o: warning: objtool: osc_io_iter_fini() falls through to next function osc_io_rw_iter_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o: warning: objtool: osc_io_rw_iter_fini() falls through to next function osc_io_lru_reserve() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o: warning: objtool: osc_io_lru_reserve() falls through to next function osc_io_iter_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o: warning: objtool: osc_page_touch_at() falls through to next function osc_io_commit_async() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_io.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_quota.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o: warning: objtool: osc_update_pending() falls through to next function osc_prep_async_page() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o: warning: objtool: osc_prep_async_page() falls through to next function osc_consume_write_grant() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o: warning: objtool: osc_consume_write_grant() falls through to next function osc_free_grant() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o: warning: objtool: osc_io_unplug0.part.0() falls through to next function osc_extent_put() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o: warning: objtool: osc_extent_put() falls through to next function osc_ap_completion.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o: warning: objtool: osc_ap_completion.isra.0() falls through to next function check_and_discard_cb() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o: warning: objtool: check_and_discard_cb() falls through to next function osc_enter_cache_try() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc_cache.o: warning: objtool: .text: unexpected end of section LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_request.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_request.o: warning: objtool: mdc_replay_open() falls through to next function mdc_commit_open() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_request.o: warning: objtool: mdc_rmfid_interpret() falls through to next function mdc_clear_open_replay_data() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_request.o: warning: objtool: mdc_clear_open_replay_data() falls through to next function mdc_get_root() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_request.o: warning: objtool: mdc_cleanup() falls through to next function mdc_setxattr() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_request.o: warning: objtool: mdc_setxattr() falls through to next function ll_read_cache_page.constprop.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_request.o: warning: objtool: mdc_setup() falls through to next function mdc_precleanup() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_request.o: warning: objtool: mdc_import_event() falls through to next function mdc_read_page() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_reint.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/lproc_mdc.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: __mdc_pack_body() falls through to next function mdc_pack_name() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_close_intent_pack() falls through to next function mdc_swap_layouts_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_pack_body() falls through to next function mdc_file_secctx_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_file_secctx_pack() falls through to next function mdc_file_encctx_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_file_encctx_pack() falls through to next function mdc_file_sepol_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_file_sepol_pack() falls through to next function mdc_readdir_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_create_pack() falls through to next function mdc_open_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_open_pack() falls through to next function mdc_setattr_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_unlink_pack() falls through to next function mdc_link_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_lib.o: warning: objtool: mdc_link_pack() falls through to next function mdc_rename_pack() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_locks.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_locks.o: warning: objtool: it_open_error() falls through to next function mdc_intent_getattr_pack() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_locks.o: warning: objtool: mdc_clear_replay_flag.part.0() falls through to next function mdc_finish_intent_lock.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_locks.o: warning: objtool: mdc_set_lock_data() falls through to next function mdc_lock_match() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_locks.o: warning: objtool: mdc_intent_lock() falls through to next function mdc_intent_getattr_async() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_changelog.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_changelog.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_set_dom_lock_data() falls through to next function mdc_process_config() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_lock_init() falls through to next function mdc_device_alloc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_object_ast_clear() falls through to next function mdc_object_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_io_init() falls through to next function mdc_object_prune() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_object_prune() falls through to next function mdc_lock_flush() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_dlm_canceling() falls through to next function mdc_ldlm_blocking_ast() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_lock_lockless_cancel() falls through to next function mdc_lock_lvb_update() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_lock_lvb_update() falls through to next function mdc_lock_upcall() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_lock_upcall() falls through to next function mdc_build_res_name() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_check_and_discard_cb() falls through to next function mdc_io_setattr_start() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_dev.o: warning: objtool: mdc_req_attr_set() falls through to next function mdc_fill_lvb() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_batch.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc_acl.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lmv_obd.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lmv_intent.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lmv_fld.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lproc_lmv.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lmv.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/dcache.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/dcache.o: warning: objtool: ll_ddelete() falls through to next function ll_release() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/dcache.o: warning: objtool: ll_prune_aliases() falls through to next function ll_revalidate_it_finish() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/dir.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/dir.o: warning: objtool: ll_dir_striped() falls through to next function ll_rmfid() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/dir.o: warning: objtool: ll_get_mdt_idx() falls through to next function ll_quota_iter_check_and_cleanup() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/file.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/file.o: warning: objtool: ll_flush() falls through to next function ll_inode2fid.part.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/file.o: warning: objtool: ll_inode2fid.part.0() falls through to next function ll_file_data_put.part.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/file.o: warning: objtool: ll_local_open() falls through to next function obd_iocontrol() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/file.o: warning: objtool: ll_io_init() falls through to next function ll_file_io_generic() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_lib.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_lib.o: warning: objtool: ll_inode2fid.part.0() falls through to next function ll_statfs_project.constprop.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_lib.o: warning: objtool: ll_lli_init() falls through to next function ll_put_super() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_lib.o: warning: objtool: ll_dir_clear_lsm_md() falls through to next function ll_clear_inode() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_lib.o: warning: objtool: ll_inode_size_lock() falls through to next function ll_inode_size_unlock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_lib.o: warning: objtool: ll_inode_size_trylock() falls through to next function ll_update_inode_flags() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_nfs.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_nfs.o: warning: objtool: ll_encode_fh() falls through to next function ll_nfs_get_name_filldir() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/rw.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/rw.o: warning: objtool: ll_readahead_file_kms() falls through to next function ras_detect_read_pattern() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/rw.o: warning: objtool: ll_ra_stats_inc() falls through to next function ll_readahead_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/rw.o: warning: objtool: ll_cl_add() falls through to next function ll_cl_remove() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/rw.o: warning: objtool: ll_cl_remove() falls through to next function ll_io_read_page() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lproc_llite.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/namei.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/namei.o: warning: objtool: ll_md_blocking_ast() falls through to next function ll_set_lock_data() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/namei.o: warning: objtool: ll_i2gids() falls through to next function ll_splice_alias() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/namei.o: warning: objtool: ll_update_times() falls through to next function ll_rename() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/namei.o: warning: objtool: ll_mknod() falls through to next function ll_create_nd() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/namei.o: warning: objtool: ll_create_nd() falls through to next function ll_mkdir() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/namei.o: warning: objtool: ll_mkdir() falls through to next function ll_symlink() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/symlink.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_mmap.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_mmap.o: warning: objtool: ll_vm_close() falls through to next function ll_vm_open() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_mmap.o: warning: objtool: ll_vm_open() falls through to next function ll_fault_io_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_mmap.o: warning: objtool: ll_fault_io_init() falls through to next function ll_page_mkwrite() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/xattr.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/xattr.o: warning: objtool: ll_xattr_get() falls through to next function ll_listxattr() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/xattr_cache.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/xattr_cache.o: warning: objtool: ll_xattr_cache_init() falls through to next function ll_xattr_cache_add() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/rw26.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/rw26.o: warning: objtool: ll_invalidate_folio() falls through to next function ll_release_folio() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/rw26.o: warning: objtool: ll_release_folio() falls through to next function ll_write_end() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/super25.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o: warning: objtool: ll_agl_trigger() falls through to next function sa_prep_data() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o: warning: objtool: sa_prep_data() falls through to next function ll_agl_add() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o: warning: objtool: ll_inode2fid.part.0() falls through to next function sa_make_ready() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o: warning: objtool: sa_make_ready() falls through to next function sa_free.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o: warning: objtool: sa_free.isra.0() falls through to next function ll_statahead_interpret() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o: warning: objtool: ll_sai_put() falls through to next function ll_statahead_interpret_work() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o: warning: objtool: ll_deauthorize_statahead() falls through to next function ll_start_statahead() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/statahead.o: warning: objtool: ll_revalidate_statahead() falls through to next function ll_ioctl_ahead() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/xattr_security.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/xattr_security.o: warning: objtool: ll_inode_notifysecctx() falls through to next function ll_secctx_name_free() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/glimpse.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/glimpse.o: warning: objtool: cl_glimpse_lock() falls through to next function cl_io_get() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/glimpse.o: warning: objtool: cl_io_get() falls through to next function cl_glimpse_size0() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lcommon_cl.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lcommon_misc.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lcommon_misc.o: warning: objtool: .text: unexpected end of section CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_dev.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_dev.o: warning: objtool: vvp_pgcache_current() falls through to next function vvp_pgcache_next() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_dev.o: warning: objtool: vvp_device_free() falls through to next function vvp_device_alloc() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_dev.o: warning: objtool: vvp_device_init() falls through to next function vvp_pgcache_show() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_page.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_page.o: warning: objtool: vvp_page_completion_write() falls through to next function vvp_page_delete() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: page_list_sanity_check.isra.0() falls through to next function vvp_prep_size() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_commit_sync() falls through to next function vvp_io_one_lock_index() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_one_lock_index() falls through to next function vvp_io_lseek_lock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_read_iter_init() falls through to next function vvp_io_write_iter_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_write_iter_init() falls through to next function vvp_io_write_iter_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_write_iter_fini() falls through to next function vvp_io_fault_lock() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_fault_lock() falls through to next function vvp_io_fault_iter_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_fault_iter_init() falls through to next function vvp_io_advance() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_advance() falls through to next function vvp_io_setattr_start() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_read_ahead() falls through to next function can_populate_pages.isra.0() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_io.o: warning: objtool: vvp_io_write_commit() falls through to next function vvp_io_write_start() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_object.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/vvp_object.o: warning: objtool: cl_inode2vvp() falls through to next function vvp_object_alloc() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/pcc.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/pcc.o: warning: objtool: pcc_rule_conds_free() falls through to next function pcc_dataset_rule_fini() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/pcc.o: warning: objtool: pcc_dataset_rule_fini() falls through to next function pcc_id_list_parse() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/pcc.o: warning: objtool: pcc_inode_attach_set() falls through to next function pcc_try_datasets_attach() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/pcc.o: warning: objtool: pcc_io_init() falls through to next function pcc_super_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/pcc.o: warning: objtool: pcc_file_release() falls through to next function pcc_file_read_iter() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/pcc.o: warning: objtool: pcc_file_mmap() falls through to next function pcc_vm_open() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/pcc.o: warning: objtool: pcc_layout_invalidate() falls through to next function pcc_inode_create() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/crypto.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_foreign.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_foreign.o: warning: objtool: ll_manage_foreign_file() falls through to next function ll_manage_foreign_dir() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_foreign.o: warning: objtool: ll_manage_foreign_dir() falls through to next function ll_manage_foreign() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_foreign_symlink.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/llite_foreign_symlink.o: warning: objtool: ll_foreign_dir_lookup() falls through to next function foreign_symlink_alloc_and_copy_prefix() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/acl.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lustre.o CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld_request.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld_request.o: warning: objtool: fld_client_add_target() falls through to next function fld_client_del_target() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld_request.o: warning: objtool: fld_rrb_hash() falls through to next function fld_client_rpc() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld_cache.o /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld_cache.o: warning: objtool: fld_cache_shrink.isra.0() falls through to next function fld_cache_init() /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld_cache.o: warning: objtool: fld_cache_fini() falls through to next function fld_cache_entry_create() CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/lproc_fld.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld.o MODPOST /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/Module.symvers CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/libcfs.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/libcfs.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/libcfs.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/libcfs.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet/lnet.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/ksocklnd.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/ksocklnd.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/ksocklnd.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd/ksocklnd.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/lnet_selftest.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/lnet_selftest.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/lnet_selftest.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest/lnet_selftest.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid/fid.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obdclass.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obdclass.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obdclass.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obdclass.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpc.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpc.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpc.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc/ptlrpc.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/obdecho.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/obdecho.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/obdecho.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho/obdecho.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc/mgc.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec/ec.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec/ec.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec/ec.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec/ec.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/llog_test.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/llog_test.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/llog_test.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/llog_test.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/obd_test.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/obd_test.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/obd_test.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/obd_test.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/kinode.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/kinode.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/kinode.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit/kinode.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov/lov.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc/osc.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc/mdc.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lmv.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lmv.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lmv.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv/lmv.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lustre.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lustre.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lustre.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite/lustre.ko due to unavailability of vmlinux CC [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld.mod.o LD [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld.ko BTF [M] /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld.ko Skipping BTF generation for /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld/fld.ko due to unavailability of vmlinux make[6]: Leaving directory '/usr/src/linux-headers-6.8.0-31-generic' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' Making all in libcfs make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' Making all in libcfs make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' Making all in linux make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux' Making all in util make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/util' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/util' Making all in crypto make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-string.lo `test -f 'util/string.c' || echo './'`util/string.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/string.c -fPIC -DPIC -o util/.libs/libcfs_la-string.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/string.c -o util/libcfs_la-string.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-nidstrings.lo `test -f 'util/nidstrings.c' || echo './'`util/nidstrings.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/nidstrings.c -fPIC -DPIC -o util/.libs/libcfs_la-nidstrings.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/nidstrings.c -o util/libcfs_la-nidstrings.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-param.lo `test -f 'util/param.c' || echo './'`util/param.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/param.c -fPIC -DPIC -o util/.libs/libcfs_la-param.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/param.c -o util/libcfs_la-param.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-parser.lo `test -f 'util/parser.c' || echo './'`util/parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/parser.c -fPIC -DPIC -o util/.libs/libcfs_la-parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/parser.c -o util/libcfs_la-parser.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c -o util/libcfs_la-l_ioctl.lo `test -f 'util/l_ioctl.c' || echo './'`util/l_ioctl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/l_ioctl.c -fPIC -DPIC -o util/.libs/libcfs_la-l_ioctl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -g -O2 -Wall -Werror -c util/l_ioctl.c -o util/libcfs_la-l_ioctl.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -g -O2 -Wall -Werror -o libcfs.la util/libcfs_la-string.lo util/libcfs_la-nidstrings.lo util/libcfs_la-param.lo util/libcfs_la-parser.lo util/libcfs_la-l_ioctl.lo -lkeyutils libtool: link: ar cr .libs/libcfs.a util/.libs/libcfs_la-string.o util/.libs/libcfs_la-nidstrings.o util/.libs/libcfs_la-param.o util/.libs/libcfs_la-parser.o util/.libs/libcfs_la-l_ioctl.o libtool: link: ranlib .libs/libcfs.a libtool: link: ( cd ".libs" && rm -f "libcfs.la" && ln -s "../libcfs.la" "libcfs.la" ) make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' Making all in include make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' Making all in libcfs make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' Making all in linux make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/linux' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/linux' Making all in util make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/util' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/util' Making all in crypto make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/crypto' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/crypto' make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' make[8]: Nothing to be done for 'all-am'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' Making all in uapi make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' Making all in linux make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi/linux' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi/linux' make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' make[8]: Nothing to be done for 'all-am'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' Making all in autoconf make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/autoconf' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/autoconf' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' Making all in lnet make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' Making all in lnet make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet' Making all in klnds make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' Making all in socklnd make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd' Making all in gnilnd make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/gnilnd' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/gnilnd' Making all in o2iblnd make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/o2iblnd' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/o2iblnd' Making all in kfilnd make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/kfilnd' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/kfilnd' Making all in in-kernel-o2iblnd make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' Making all in selftest make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest' Making all in doc make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/doc' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/doc' Making all in utils make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' Making all in lnetconfig make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/lnetconfig' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-liblnetconfig.lo `test -f 'liblnetconfig.c' || echo './'`liblnetconfig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c liblnetconfig.c -fPIC -DPIC -o .libs/liblnetconfig_la-liblnetconfig.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c liblnetconfig.c -o liblnetconfig_la-liblnetconfig.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-liblnetconfig_lnd.lo `test -f 'liblnetconfig_lnd.c' || echo './'`liblnetconfig_lnd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_lnd.c -fPIC -DPIC -o .libs/liblnetconfig_la-liblnetconfig_lnd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_lnd.c -o liblnetconfig_la-liblnetconfig_lnd.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-cyaml.lo `test -f 'cyaml.c' || echo './'`cyaml.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c cyaml.c -fPIC -DPIC -o .libs/liblnetconfig_la-cyaml.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c cyaml.c -o liblnetconfig_la-cyaml.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-liblnetconfig_udsp.lo `test -f 'liblnetconfig_udsp.c' || echo './'`liblnetconfig_udsp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_udsp.c -fPIC -DPIC -o .libs/liblnetconfig_la-liblnetconfig_udsp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_udsp.c -o liblnetconfig_la-liblnetconfig_udsp.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c -o liblnetconfig_la-liblnetconfig_netlink.lo `test -f 'liblnetconfig_netlink.c' || echo './'`liblnetconfig_netlink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_netlink.c -fPIC -DPIC -o .libs/liblnetconfig_la-liblnetconfig_netlink.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -fPIC -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -g -O2 -Wall -Werror -c liblnetconfig_netlink.c -o liblnetconfig_la-liblnetconfig_netlink.o >/dev/null 2>&1 /bin/bash ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Werror -L../../../libcfs/libcfs -lyaml -lm -lreadline -version-info 4:0:0 -o liblnetconfig.la -rpath /usr/lib liblnetconfig_la-liblnetconfig.lo liblnetconfig_la-liblnetconfig_lnd.lo liblnetconfig_la-cyaml.lo liblnetconfig_la-liblnetconfig_udsp.lo liblnetconfig_la-liblnetconfig_netlink.lo ../../../libcfs/libcfs/libcfs.la -lnl-genl-3 -lnl-3 -lkeyutils libtool: link: gcc -shared -fPIC -DPIC .libs/liblnetconfig_la-liblnetconfig.o .libs/liblnetconfig_la-liblnetconfig_lnd.o .libs/liblnetconfig_la-cyaml.o .libs/liblnetconfig_la-liblnetconfig_udsp.o .libs/liblnetconfig_la-liblnetconfig_netlink.o -Wl,--whole-archive ../../../libcfs/libcfs/.libs/libcfs.a -Wl,--no-whole-archive -L../../../libcfs/libcfs -lyaml -lm -lreadline -lnl-genl-3 -lnl-3 -lkeyutils -g -O2 -Wl,-soname -Wl,liblnetconfig.so.4 -o .libs/liblnetconfig.so.4.0.0 libtool: link: (cd ".libs" && rm -f "liblnetconfig.so.4" && ln -s "liblnetconfig.so.4.0.0" "liblnetconfig.so.4") libtool: link: (cd ".libs" && rm -f "liblnetconfig.so" && ln -s "liblnetconfig.so.4.0.0" "liblnetconfig.so") libtool: link: (cd .libs/liblnetconfig.lax/libcfs.a && ar x "/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/lnetconfig/../../../libcfs/libcfs/.libs/libcfs.a") libtool: link: ar cr .libs/liblnetconfig.a liblnetconfig_la-liblnetconfig.o liblnetconfig_la-liblnetconfig_lnd.o liblnetconfig_la-cyaml.o liblnetconfig_la-liblnetconfig_udsp.o liblnetconfig_la-liblnetconfig_netlink.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-l_ioctl.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-nidstrings.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-param.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-parser.o .libs/liblnetconfig.lax/libcfs.a/libcfs_la-string.o libtool: link: ranlib .libs/liblnetconfig.a libtool: link: rm -fr .libs/liblnetconfig.lax libtool: link: ( cd ".libs" && rm -f "liblnetconfig.la" && ln -s "../liblnetconfig.la" "liblnetconfig.la" ) make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/lnetconfig' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -c -o routerstat.o routerstat.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -L. -o routerstat routerstat.o ../../lnet/utils/lnetconfig/liblnetconfig.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -o .libs/routerstat routerstat.o -L. ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_LINUX_TIME_H -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -c -o lst-lst.o `test -f 'lst.c' || echo './'`lst.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_LINUX_TIME_H -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -L. -o lst lst-lst.o ../../lnet/utils/lnetconfig/liblnetconfig.la -lnl-genl-3 -lnl-3 -lyaml -lkeyutils libtool: link: gcc -fPIC -D_LINUX_TIME_H -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -o .libs/lst lst-lst.o -L. ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lnl-genl-3 -lnl-3 -lyaml -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -c -o lnetctl.o lnetctl.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -L. -o lnetctl lnetctl.o ../../lnet/utils/lnetconfig/liblnetconfig.la -lnl-genl-3 -lnl-3 -lyaml -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -g -O2 -Wall -Werror -o .libs/lnetctl lnetctl.o -L. ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lnl-genl-3 -lnl-3 -lyaml -lkeyutils make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' Making all in include make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' Making all in lnet make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/lnet' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/lnet' Making all in uapi/linux/lnet make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi/linux/lnet' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi/linux/lnet' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' Making all in autoconf make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/autoconf' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/autoconf' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' Making all in lustre make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' Making all in include make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' Making all in lustre make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/lustre' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/lustre' Making all in uapi/linux/lustre make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi/linux/lustre' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi/linux/lustre' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' Making all in obdclass make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass' Making all in ldlm make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ldlm' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ldlm' Making all in ptlrpc make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' Making all in obdecho make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho' Making all in ec make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec' Making all in mgc make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc' Making all in fid make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid' Making all in fld make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld' Making all in doc make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/doc' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/doc' Making all in utils make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lfs-lfs.o `test -f 'lfs.c' || echo './'`lfs.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lfs-lfs_project.o `test -f 'lfs_project.c' || echo './'`lfs_project.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lfs-callvpe.o `test -f 'callvpe.c' || echo './'`callvpe.c /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi.lo `test -f 'liblustreapi.c' || echo './'`liblustreapi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi.c -o liblustreapi_la-liblustreapi.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_hsm.lo `test -f 'liblustreapi_hsm.c' || echo './'`liblustreapi_hsm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_hsm.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_hsm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_hsm.c -o liblustreapi_la-liblustreapi_hsm.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_nodemap.lo `test -f 'liblustreapi_nodemap.c' || echo './'`liblustreapi_nodemap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_nodemap.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_nodemap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_nodemap.c -o liblustreapi_la-liblustreapi_nodemap.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_json.lo `test -f 'liblustreapi_json.c' || echo './'`liblustreapi_json.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_json.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_json.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_json.c -o liblustreapi_la-liblustreapi_json.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_layout.lo `test -f 'liblustreapi_layout.c' || echo './'`liblustreapi_layout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_layout.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_layout.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_layout.c -o liblustreapi_la-liblustreapi_layout.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_lease.lo `test -f 'liblustreapi_lease.c' || echo './'`liblustreapi_lease.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_lease.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_lease.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_lease.c -o liblustreapi_la-liblustreapi_lease.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_util.lo `test -f 'liblustreapi_util.c' || echo './'`liblustreapi_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_util.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_util.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_util.c -o liblustreapi_la-liblustreapi_util.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_kernelconn.lo `test -f 'liblustreapi_kernelconn.c' || echo './'`liblustreapi_kernelconn.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_kernelconn.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_kernelconn.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_kernelconn.c -o liblustreapi_la-liblustreapi_kernelconn.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_param.lo `test -f 'liblustreapi_param.c' || echo './'`liblustreapi_param.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_param.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_param.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_param.c -o liblustreapi_la-liblustreapi_param.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_mirror.lo `test -f 'liblustreapi_mirror.c' || echo './'`liblustreapi_mirror.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_mirror.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_mirror.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_mirror.c -o liblustreapi_la-liblustreapi_mirror.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_fid.lo `test -f 'liblustreapi_fid.c' || echo './'`liblustreapi_fid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_fid.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_fid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_fid.c -o liblustreapi_la-liblustreapi_fid.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_ladvise.lo `test -f 'liblustreapi_ladvise.c' || echo './'`liblustreapi_ladvise.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_ladvise.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_ladvise.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_ladvise.c -o liblustreapi_la-liblustreapi_ladvise.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_chlg.lo `test -f 'liblustreapi_chlg.c' || echo './'`liblustreapi_chlg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_chlg.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_chlg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_chlg.c -o liblustreapi_la-liblustreapi_chlg.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_heat.lo `test -f 'liblustreapi_heat.c' || echo './'`liblustreapi_heat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_heat.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_heat.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_heat.c -o liblustreapi_la-liblustreapi_heat.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_pcc.lo `test -f 'liblustreapi_pcc.c' || echo './'`liblustreapi_pcc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_pcc.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_pcc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_pcc.c -o liblustreapi_la-liblustreapi_pcc.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_ioctl.lo `test -f 'liblustreapi_ioctl.c' || echo './'`liblustreapi_ioctl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_ioctl.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_ioctl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_ioctl.c -o liblustreapi_la-liblustreapi_ioctl.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_root.lo `test -f 'liblustreapi_root.c' || echo './'`liblustreapi_root.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_root.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_root.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_root.c -o liblustreapi_la-liblustreapi_root.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_lseek.lo `test -f 'liblustreapi_lseek.c' || echo './'`liblustreapi_lseek.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_lseek.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_lseek.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_lseek.c -o liblustreapi_la-liblustreapi_lseek.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o liblustreapi_la-liblustreapi_swap.lo `test -f 'liblustreapi_swap.c' || echo './'`liblustreapi_swap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_swap.c -fPIC -DPIC -o .libs/liblustreapi_la-liblustreapi_swap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c liblustreapi_swap.c -o liblustreapi_la-liblustreapi_swap.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -lreadline -version-info 1:0:0 -Wl,--version-script=liblustreapi.map -o liblustreapi.la -rpath /usr/lib liblustreapi_la-liblustreapi.lo liblustreapi_la-liblustreapi_hsm.lo liblustreapi_la-liblustreapi_nodemap.lo liblustreapi_la-liblustreapi_json.lo liblustreapi_la-liblustreapi_layout.lo liblustreapi_la-liblustreapi_lease.lo liblustreapi_la-liblustreapi_util.lo liblustreapi_la-liblustreapi_kernelconn.lo liblustreapi_la-liblustreapi_param.lo liblustreapi_la-liblustreapi_mirror.lo liblustreapi_la-liblustreapi_fid.lo liblustreapi_la-liblustreapi_ladvise.lo liblustreapi_la-liblustreapi_chlg.lo liblustreapi_la-liblustreapi_heat.lo liblustreapi_la-liblustreapi_pcc.lo liblustreapi_la-liblustreapi_ioctl.lo liblustreapi_la-liblustreapi_root.lo liblustreapi_la-liblustreapi_lseek.lo liblustreapi_la-liblustreapi_swap.lo ../../libcfs/libcfs/libcfs.la ../../lnet/utils/lnetconfig/liblnetconfig.la -lnl-genl-3 -lnl-3 -lpthread -lkeyutils libtool: link: gcc -shared -fPIC -DPIC .libs/liblustreapi_la-liblustreapi.o .libs/liblustreapi_la-liblustreapi_hsm.o .libs/liblustreapi_la-liblustreapi_nodemap.o .libs/liblustreapi_la-liblustreapi_json.o .libs/liblustreapi_la-liblustreapi_layout.o .libs/liblustreapi_la-liblustreapi_lease.o .libs/liblustreapi_la-liblustreapi_util.o .libs/liblustreapi_la-liblustreapi_kernelconn.o .libs/liblustreapi_la-liblustreapi_param.o .libs/liblustreapi_la-liblustreapi_mirror.o .libs/liblustreapi_la-liblustreapi_fid.o .libs/liblustreapi_la-liblustreapi_ladvise.o .libs/liblustreapi_la-liblustreapi_chlg.o .libs/liblustreapi_la-liblustreapi_heat.o .libs/liblustreapi_la-liblustreapi_pcc.o .libs/liblustreapi_la-liblustreapi_ioctl.o .libs/liblustreapi_la-liblustreapi_root.o .libs/liblustreapi_la-liblustreapi_lseek.o .libs/liblustreapi_la-liblustreapi_swap.o -Wl,--whole-archive ../../libcfs/libcfs/.libs/libcfs.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/lnetconfig/.libs -lreadline ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lnl-genl-3 -lnl-3 -lpthread -lkeyutils -g -O2 -Wl,--version-script=liblustreapi.map -Wl,-soname -Wl,liblustreapi.so.1 -o .libs/liblustreapi.so.1.0.0 libtool: link: (cd ".libs" && rm -f "liblustreapi.so.1" && ln -s "liblustreapi.so.1.0.0" "liblustreapi.so.1") libtool: link: (cd ".libs" && rm -f "liblustreapi.so" && ln -s "liblustreapi.so.1.0.0" "liblustreapi.so") libtool: link: (cd .libs/liblustreapi.lax/libcfs.a && ar x "/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils/../../libcfs/libcfs/.libs/libcfs.a") libtool: link: ar cr .libs/liblustreapi.a liblustreapi_la-liblustreapi.o liblustreapi_la-liblustreapi_hsm.o liblustreapi_la-liblustreapi_nodemap.o liblustreapi_la-liblustreapi_json.o liblustreapi_la-liblustreapi_layout.o liblustreapi_la-liblustreapi_lease.o liblustreapi_la-liblustreapi_util.o liblustreapi_la-liblustreapi_kernelconn.o liblustreapi_la-liblustreapi_param.o liblustreapi_la-liblustreapi_mirror.o liblustreapi_la-liblustreapi_fid.o liblustreapi_la-liblustreapi_ladvise.o liblustreapi_la-liblustreapi_chlg.o liblustreapi_la-liblustreapi_heat.o liblustreapi_la-liblustreapi_pcc.o liblustreapi_la-liblustreapi_ioctl.o liblustreapi_la-liblustreapi_root.o liblustreapi_la-liblustreapi_lseek.o liblustreapi_la-liblustreapi_swap.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-l_ioctl.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-nidstrings.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-param.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-parser.o .libs/liblustreapi.lax/libcfs.a/libcfs_la-string.o libtool: link: ranlib .libs/liblustreapi.a libtool: link: rm -fr .libs/liblustreapi.lax libtool: link: ( cd ".libs" && rm -f "liblustreapi.la" && ln -s "../liblustreapi.la" "liblustreapi.la" ) /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -o lfs lfs-lfs.o lfs-lfs_project.o lfs-callvpe.o liblustreapi.la -lz ../../lnet/utils/lnetconfig/liblnetconfig.la -lkeyutils libtool: link: gcc -fPIC -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I ../../lnet/utils -g -O2 -Wall -Werror -o .libs/lfs lfs-lfs.o lfs-lfs_project.o lfs-callvpe.o ./.libs/liblustreapi.so -lz ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib/lustre\" -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o mount_lustre-mount_lustre.o `test -f 'mount_lustre.c' || echo './'`mount_lustre.c gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib/lustre\" -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o mount_lustre-mount_utils.o `test -f 'mount_utils.c' || echo './'`mount_utils.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -rdynamic -o mount.lustre mount_lustre-mount_lustre.o mount_lustre-mount_utils.o -lselinux -lmount ../../libcfs/libcfs/libcfs.la -ldl -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -rdynamic -o mount.lustre mount_lustre-mount_lustre.o mount_lustre-mount_utils.o -lselinux -lmount ../../libcfs/libcfs/.libs/libcfs.a -ldl -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-portals.o `test -f 'portals.c' || echo './'`portals.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-debug.o `test -f 'debug.c' || echo './'`debug.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-obd.o `test -f 'obd.c' || echo './'`obd.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-lustre_cfg.o `test -f 'lustre_cfg.c' || echo './'`lustre_cfg.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-lctl.o `test -f 'lctl.c' || echo './'`lctl.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -c -o lctl-lctl_thread.o `test -f 'lctl_thread.c' || echo './'`lctl_thread.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -o lctl lctl-portals.o lctl-debug.o lctl-obd.o lctl-lustre_cfg.o lctl-lctl.o lctl-lctl_thread.o liblustreapi.la -lpthread -lnl-genl-3 -lnl-3 -lyaml ../../lnet/utils/lnetconfig/liblnetconfig.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/usr/include/libnl3 -I ../../lnet/utils -g -O2 -Wall -Werror -o .libs/lctl lctl-portals.o lctl-debug.o lctl-obd.o lctl-lustre_cfg.o lctl-lctl.o lctl-lctl_thread.o ./.libs/liblustreapi.so -lpthread -lnl-genl-3 -lnl-3 -lyaml ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o l_getidentity.o l_getidentity.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -ldl -o l_getidentity l_getidentity.o ../../libcfs/libcfs/libcfs.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o l_getidentity l_getidentity.o -ldl ../../libcfs/libcfs/.libs/libcfs.a -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o llverdev.o llverdev.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llverdev llverdev.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llverdev llverdev.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o llverfs.o llverfs.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llverfs llverfs.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llverfs llverfs.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o lustre_rsync.o lustre_rsync.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o callvpe.o callvpe.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o lustre_rsync lustre_rsync.o callvpe.o liblustreapi.la -lpthread -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o .libs/lustre_rsync lustre_rsync.o callvpe.o ./.libs/liblustreapi.so -lpthread -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o ll_decode_linkea.o ll_decode_linkea.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o ll_decode_linkea ll_decode_linkea.o -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o ll_decode_linkea ll_decode_linkea.o -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o llsom_sync.o llsom_sync.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o llsom_sync llsom_sync.o liblustreapi.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o .libs/llsom_sync llsom_sync.o ./.libs/liblustreapi.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o l_foreign_symlink.o l_foreign_symlink.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o l_foreign_symlink l_foreign_symlink.o ../../libcfs/libcfs/libcfs.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o l_foreign_symlink l_foreign_symlink.o ../../libcfs/libcfs/.libs/libcfs.a -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o lhsmtool_posix.o lhsmtool_posix.c gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o pid_file.o pid_file.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o lhsmtool_posix lhsmtool_posix.o pid_file.o liblustreapi.la -lpthread ../../lnet/utils/lnetconfig/liblnetconfig.la -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o .libs/lhsmtool_posix lhsmtool_posix.o pid_file.o ./.libs/liblustreapi.so -lpthread ../../lnet/utils/lnetconfig/.libs/liblnetconfig.so -lkeyutils gcc -DHAVE_CONFIG_H -I. -I../.. -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/undef.h -include /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config.h -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/ -I/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -c -o l_getsepol.o l_getsepol.c /bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o l_getsepol l_getsepol.o liblustreapi.la -lcrypto -lselinux -lkeyutils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -o .libs/l_getsepol l_getsepol.o ./.libs/liblustreapi.so -lcrypto -lselinux -lkeyutils make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' Making all in tests make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' Making all in scripts make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' Making all in systemd make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts/systemd' sed -e 's,@sbindir\@,/usr/sbin,g' \ -e 's,@sysconfdir\@,/etc,g' lnet.service.in > lnet.service make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts/systemd' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' Making all in autoconf make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/autoconf' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/autoconf' Making all in conf make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' Making all in resource make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf/resource' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf/resource' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' Making all in kunit make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit' Making all in mdc make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc' Making all in lmv make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv' Making all in llite make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite' Making all in lov make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov' Making all in osc make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' make[4]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' make[3]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' /usr/bin/make install DESTDIR=/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic make[3]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' Making install in . make[4]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' /usr/bin/make DEQUOTE_CC_VERSION_TEXT=yes \ KBUILD_EXTRA_SYMBOLS=" " \ LDFLAGS= CC="gcc" -C /usr/src/linux-headers-6.8.0-31-generic \ -f /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/build/Makefile LUSTRE_LINUX_CONFIG=/usr/src/linux-headers-6.8.0-31-generic/.config \ LINUXINCLUDE='-I$(srctree)/arch/$(SRCARCH)/include -Iarch/$(SRCARCH)/include/generated -Iinclude $(if $(KBUILD_SRC)$(building_out_of_srctree),-Iinclude2 -I$(srctree)/include) -I$(srctree)/arch/$(SRCARCH)/include/uapi -Iarch/$(SRCARCH)/include/generated/uapi -I$(srctree)/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-6.8.0-31-generic/include/linux/kconfig.h' \ M=/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre -o tmp_include_depends -o scripts -o \ include/config/MARKER modules make[5]: Entering directory '/usr/src/linux-headers-6.8.0-31-generic' warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0 You are using: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 make[7]: Circular /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre//modules.order <- /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/ dependency dropped. make[5]: Leaving directory '/usr/src/linux-headers-6.8.0-31-generic' make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' make[4]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' Making install in libcfs make[4]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' Making install in libcfs make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' Making install in linux make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/linux' Making install in util make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/util' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/util' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/util' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/util' Making install in crypto make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs/crypto' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/net/' /usr/bin/install -c -m 644 libcfs.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/net/' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/libcfs' Making install in include make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' Making install in libcfs make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' Making install in linux make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/linux' make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/linux' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/linux' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/linux' Making install in util make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/util' make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/util' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/util' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/util' Making install in crypto make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/crypto' make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/crypto' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/crypto' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs/crypto' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/libcfs' Making install in uapi make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' Making install in linux make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi/linux' make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi/linux' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi/linux' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi/linux' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include/uapi' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/include' Making install in autoconf make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/autoconf' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/autoconf' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/autoconf' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs/autoconf' make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' make[4]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libcfs' Making install in lnet make[4]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' Making install in lnet make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/net/' /usr/bin/install -c -m 644 lnet.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/net/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/lnet' Making install in klnds make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' Making install in socklnd make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/net/' /usr/bin/install -c -m 644 ksocklnd.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/net/' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/socklnd' Making install in gnilnd make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/gnilnd' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/gnilnd' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/gnilnd' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/gnilnd' Making install in o2iblnd make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/o2iblnd' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/o2iblnd' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/o2iblnd' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/o2iblnd' Making install in kfilnd make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/kfilnd' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/kfilnd' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/kfilnd' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/kfilnd' Making install in in-kernel-o2iblnd make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' /usr/bin/make install-exec-hook make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' make[8]: Nothing to be done for 'install-exec-hook'. make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds/in-kernel-o2iblnd' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/klnds' Making install in selftest make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/net/' /usr/bin/install -c -m 644 lnet_selftest.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/net/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/selftest' Making install in doc make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/doc' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/doc' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man7' /usr/bin/install -c -m 644 lnet.7 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man7' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man8' /usr/bin/install -c -m 644 lnetctl.8 lst.8 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man8' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/doc' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/doc' Making install in utils make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' Making install in lnetconfig make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/lnetconfig' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/lnetconfig' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib' /bin/bash ../../../libtool --mode=install /usr/bin/install -c liblnetconfig.la '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib' libtool: install: /usr/bin/install -c .libs/liblnetconfig.so.4.0.0 /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblnetconfig.so.4.0.0 libtool: install: (cd /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib && { ln -s -f liblnetconfig.so.4.0.0 liblnetconfig.so.4 || { rm -f liblnetconfig.so.4 && ln -s liblnetconfig.so.4.0.0 liblnetconfig.so.4; }; }) libtool: install: (cd /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib && { ln -s -f liblnetconfig.so.4.0.0 liblnetconfig.so || { rm -f liblnetconfig.so && ln -s liblnetconfig.so.4.0.0 liblnetconfig.so; }; }) libtool: install: /usr/bin/install -c .libs/liblnetconfig.lai /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblnetconfig.la libtool: install: /usr/bin/install -c .libs/liblnetconfig.a /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblnetconfig.a libtool: install: chmod 644 /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblnetconfig.a libtool: install: ranlib /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblnetconfig.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/lnetconfig' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils/lnetconfig' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c routerstat lst lnetctl '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin' libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/routerstat /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/routerstat libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lst /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/lst libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lnetctl /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/lnetctl make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/utils' Making install in include make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' Making install in lnet make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/lnet' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/lnet' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/lnet' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/lnet' Making install in uapi/linux/lnet make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi/linux/lnet' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi/linux/lnet' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/include/linux/lnet' /usr/bin/install -c -m 644 libcfs_debug.h libcfs_ioctl.h lnetctl.h lnet-dlc.h lnetst.h lnet-idl.h lnet-nl.h lnet-types.h nidstr.h socklnd.h '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/include/linux/lnet' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi/linux/lnet' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include/uapi/linux/lnet' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/include' Making install in autoconf make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/autoconf' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/autoconf' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/autoconf' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet/autoconf' make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' make[4]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lnet' Making install in lustre make[4]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' Making install in include make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' Making install in lustre make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/lustre' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/lustre' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/include/lustre' /usr/bin/install -c -m 644 lustreapi.h lustre_user.h liblustreapi.h ll_fiemap.h lustre_lfsck_user.h lustre_barrier_user.h '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/include/lustre' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/lustre' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/lustre' Making install in uapi/linux/lustre make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi/linux/lustre' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi/linux/lustre' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/include/linux/lustre' /usr/bin/install -c -m 644 lustre_cfg.h lustre_fid.h lustre_fiemap.h lustre_idl.h lustre_ioctl.h lgss.h lustre_kernelcomm.h lustre_ostid.h lustre_param.h lustre_user.h lustre_ver.h '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/include/linux/lustre' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi/linux/lustre' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include/uapi/linux/lustre' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/include' Making install in obdclass make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 obdclass.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass' Making install in ldlm make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ldlm' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ldlm' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ldlm' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ldlm' Making install in ptlrpc make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 ptlrpc.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ptlrpc' Making install in obdecho make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 obdecho.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdecho' Making install in ec make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 ec.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/ec' Making install in mgc make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 mgc.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mgc' Making install in fid make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 fid.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fid' Making install in fld make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 fld.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/fld' Making install in doc make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/doc' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/doc' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man1' /usr/bin/install -c -m 644 lfs.1 lfs-changelog.1 lfs-changelog_clear.1 lfs-df.1 lfs-fid2path.1 lfs-find.1 lfs-flushctx.1 lfs-getdirstripe.1 lfs-getname.1 lfs-getsom.1 lfs-getstripe.1 lfs-heat_get.1 lfs-heat_set.1 lfs-hsm.1 lfs-hsm_action.1 lfs-hsm_clear.1 lfs-hsm_set.1 lfs-hsm_state.1 lfs-ladvise.1 lfs_migrate.1 lfs-migrate.1 lfs-mirror-copy.1 lfs-mirror-create.1 lfs-mirror-delete.1 lfs-mirror-extend.1 lfs-mirror-read.1 lfs-mirror-resync.1 lfs-mirror-split.1 lfs-mirror-verify.1 lfs-mirror-write.1 lfs-mkdir.1 lfs-path2fid.1 lfs-pcc-detach.1 lfs-pcc-state.1 lfs-pcc.1 lfs-project.1 lfs-quota.1 lfs-rmfid.1 lfs-setdirstripe.1 lfs-setquota.1 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man1' /usr/bin/install -c -m 644 lfs-setstripe.1 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man1' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man3' /usr/bin/install -c -m 644 llapi_changelog_clear.3 llapi_changelog_fini.3 llapi_changelog_free.3 llapi_changelog_get_fd.3 llapi_changelog_in_buf.3 llapi_changelog_recv.3 llapi_changelog_set_xflags.3 llapi_changelog_start.3 llapi_create_volatile_param.3 llapi_fd2parent.3 llapi_fid_parse.3 llapi_fid_to_handle.3 llapi_file_create.3 llapi_file_create_foreign.3 llapi_file_get_stripe.3 llapi_file_open.3 llapi_get_fsname.3 llapi_get_fsname_instance.3 llapi_get_instance.3 llapi_get_lum_dir.3 llapi_get_lum_dir_fd.3 llapi_get_lum_file.3 llapi_get_lum_file_fd.3 llapi_getname.3 llapi_group_lock.3 llapi_group_unlock.3 llapi_heat_get.3 llapi_heat_set.3 llapi_hsm_action_begin.3 llapi_hsm_action_end.3 llapi_hsm_action_get_dfid.3 llapi_hsm_action_get_fd.3 llapi_hsm_action_progress.3 llapi_hsm_copytool_get_fd.3 llapi_hsm_copytool_recv.3 llapi_hsm_copytool_register.3 llapi_hsm_copytool_unregister.3 llapi_hsm_state_get.3 llapi_hsm_state_set.3 llapi_ioctl.3 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man3' /usr/bin/install -c -m 644 llapi_ladvise.3 llapi_layout_alloc.3 llapi_layout_comp_add.3 llapi_layout_comp_del.3 llapi_layout_comp_extent_get.3 llapi_layout_comp_extent_set.3 llapi_layout_comp_flags_clear.3 llapi_layout_comp_flags_get.3 llapi_layout_comp_flags_set.3 llapi_layout_comp_id_get.3 llapi_layout_comp_use.3 llapi_layout_comp_use_id.3 llapi_layout_extension_size_get.3 llapi_layout_extension_size_set.3 llapi_layout_file_comp_add.3 llapi_layout_file_comp_del.3 llapi_layout_file_create.3 llapi_layout_file_open.3 llapi_layout_free.3 llapi_layout_get_by_fd.3 llapi_layout_get_by_fid.3 llapi_layout_get_by_path.3 llapi_layout_get_by_xattr.3 llapi_layout_ost_index_get.3 llapi_layout_ost_index_set.3 llapi_layout_ost_index_reset.3 llapi_layout_pattern_get.3 llapi_layout_pattern_set.3 llapi_layout_pool_name_get.3 llapi_layout_pool_name_set.3 llapi_layout_stripe_count_get.3 llapi_layout_stripe_count_set.3 llapi_layout_stripe_size_get.3 llapi_layout_stripe_size_set.3 llapi_open_by_fid.3 llapi_open_by_fid_at.3 llapi_param_get_paths.3 llapi_param_get_value.3 llapi_path2fid.3 llapi_path2parent.3 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man3' /usr/bin/install -c -m 644 llapi_pcc_attach.3 llapi_pcc_attach_fid.3 llapi_pcc_attach_fid_str.3 llapi_pcc_detach_fid.3 llapi_pcc_detach_fid_fd.3 llapi_pcc_detach_fid_str.3 llapi_pcc_detach_file.3 llapi_pccdev_get.3 llapi_pccdev_set.3 llapi_pcc_state_get.3 llapi_pcc_state_get_fd.3 llapi_quotactl.3 llapi_rmfid.3 llapi_rmfid_at.3 llapi_search_mdt.3 llapi_search_ost.3 llapi_search_tgt.3 llapi_search_rootpath.3 llapi_search_rootpath_by_dev.3 llapi_unlink_foreign.3 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man3' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man5' /usr/bin/install -c -m 644 ldev.conf.5 nids.5 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man5' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man7' /usr/bin/install -c -m 644 lustreapi.7 llapi_layout.7 lustre.7 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man7' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man8' /usr/bin/install -c -m 644 lctl.8 lctl-dl.8 lctl-device_list.8 lctl-get_param.8 lctl-list_param.8 lctl-network.8 lctl-pcc.8 lctl-pool_add.8 lctl-pool_new.8 lctl-set_param.8 ldev.8 lfs-rm_entry.8 lfs-rmentry.8 lgss_sk.8 lhbadm.8 ll_decode_linkea.8 llsom_sync.8 llstat.8 lustre_routes_config.8 lustre_routes_conversion.8 lustre_rsync.8 mount.lustre.8 plot-llstat.8 routerstat.8 '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/man/man8' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/doc' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/doc' Making install in utils make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c liblustreapi.la '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib' libtool: warning: relinking 'liblustreapi.la' libtool: install: (cd /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils; /bin/bash "/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/libtool" --tag CC --mode=relink gcc -fPIC -D_GNU_SOURCE -I/usr/include/libnl3 -I ../../lnet/utils -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Wall -Werror -lreadline -version-info 1:0:0 -Wl,--version-script=liblustreapi.map -o liblustreapi.la -rpath /usr/lib liblustreapi_la-liblustreapi.lo liblustreapi_la-liblustreapi_hsm.lo liblustreapi_la-liblustreapi_nodemap.lo liblustreapi_la-liblustreapi_json.lo liblustreapi_la-liblustreapi_layout.lo liblustreapi_la-liblustreapi_lease.lo liblustreapi_la-liblustreapi_util.lo liblustreapi_la-liblustreapi_kernelconn.lo liblustreapi_la-liblustreapi_param.lo liblustreapi_la-liblustreapi_mirror.lo liblustreapi_la-liblustreapi_fid.lo liblustreapi_la-liblustreapi_ladvise.lo liblustreapi_la-liblustreapi_chlg.lo liblustreapi_la-liblustreapi_heat.lo liblustreapi_la-liblustreapi_pcc.lo liblustreapi_la-liblustreapi_ioctl.lo liblustreapi_la-liblustreapi_root.lo liblustreapi_la-liblustreapi_lseek.lo liblustreapi_la-liblustreapi_swap.lo ../../libcfs/libcfs/libcfs.la ../../lnet/utils/lnetconfig/liblnetconfig.la -lnl-genl-3 -lnl-3 -lpthread -lkeyutils -inst-prefix-dir /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic) libtool: relink: gcc -shared -fPIC -DPIC .libs/liblustreapi_la-liblustreapi.o .libs/liblustreapi_la-liblustreapi_hsm.o .libs/liblustreapi_la-liblustreapi_nodemap.o .libs/liblustreapi_la-liblustreapi_json.o .libs/liblustreapi_la-liblustreapi_layout.o .libs/liblustreapi_la-liblustreapi_lease.o .libs/liblustreapi_la-liblustreapi_util.o .libs/liblustreapi_la-liblustreapi_kernelconn.o .libs/liblustreapi_la-liblustreapi_param.o .libs/liblustreapi_la-liblustreapi_mirror.o .libs/liblustreapi_la-liblustreapi_fid.o .libs/liblustreapi_la-liblustreapi_ladvise.o .libs/liblustreapi_la-liblustreapi_chlg.o .libs/liblustreapi_la-liblustreapi_heat.o .libs/liblustreapi_la-liblustreapi_pcc.o .libs/liblustreapi_la-liblustreapi_ioctl.o .libs/liblustreapi_la-liblustreapi_root.o .libs/liblustreapi_la-liblustreapi_lseek.o .libs/liblustreapi_la-liblustreapi_swap.o -Wl,--whole-archive ../../libcfs/libcfs/.libs/libcfs.a -Wl,--no-whole-archive -lreadline -L/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib -L/usr/lib -llnetconfig -lnl-genl-3 -lnl-3 -lpthread -lkeyutils -g -O2 -Wl,--version-script=liblustreapi.map -Wl,-soname -Wl,liblustreapi.so.1 -o .libs/liblustreapi.so.1.0.0 libtool: install: /usr/bin/install -c .libs/liblustreapi.so.1.0.0T /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblustreapi.so.1.0.0 libtool: install: (cd /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib && { ln -s -f liblustreapi.so.1.0.0 liblustreapi.so.1 || { rm -f liblustreapi.so.1 && ln -s liblustreapi.so.1.0.0 liblustreapi.so.1; }; }) libtool: install: (cd /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib && { ln -s -f liblustreapi.so.1.0.0 liblustreapi.so || { rm -f liblustreapi.so && ln -s liblustreapi.so.1.0.0 liblustreapi.so; }; }) libtool: install: /usr/bin/install -c .libs/liblustreapi.lai /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblustreapi.la libtool: install: /usr/bin/install -c .libs/liblustreapi.a /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblustreapi.a libtool: install: chmod 644 /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblustreapi.a libtool: install: ranlib /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/liblustreapi.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c lfs '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/bin' libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lfs /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/bin/lfs /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/bin' /usr/bin/install -c llstat llobdstat lljobstat plot-llstat '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/bin' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c lctl l_getidentity llverdev llverfs lustre_rsync ll_decode_linkea llsom_sync l_foreign_symlink lhsmtool_posix l_getsepol '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin' libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lctl /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/lctl libtool: install: /usr/bin/install -c l_getidentity /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/l_getidentity libtool: install: /usr/bin/install -c llverdev /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/llverdev libtool: install: /usr/bin/install -c llverfs /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/llverfs libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lustre_rsync /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/lustre_rsync libtool: install: /usr/bin/install -c ll_decode_linkea /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/ll_decode_linkea libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/llsom_sync /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/llsom_sync libtool: install: /usr/bin/install -c l_foreign_symlink /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/l_foreign_symlink libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: warning: '../../lnet/utils/lnetconfig/liblnetconfig.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/lhsmtool_posix /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/lhsmtool_posix libtool: warning: 'liblustreapi.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/l_getsepol /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin/l_getsepol /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin' /usr/bin/install -c ldlm_debug_upcall '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin' /usr/bin/make install-exec-hook make[8]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' /bin/bash /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config/install-sh -d /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib /bin/bash /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/config/install-sh -d /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/lustre for p in ; do \ if test -f $p; then \ f="`echo $p | sed -e 's|^.*/||'`"; \ echo " /usr/bin/install -c -m 644 $p /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/lustre/$f"; \ /usr/bin/install -c -m 644 $p /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/lustre/$f; \ else :; fi; \ done make[8]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/pkgconfig' /usr/bin/install -c -m 644 lustre.pc '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/pkgconfig' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c mount.lustre '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/sbin' libtool: install: /usr/bin/install -c mount.lustre /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/sbin/mount.lustre make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/utils' Making install in tests make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/tests' Making install in scripts make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' Making install in systemd make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts/systemd' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts/systemd' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/systemd/system' /usr/bin/install -c -m 644 lnet.service '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/systemd/system' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts/systemd' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts/systemd' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/bin' /usr/bin/install -c lfs_migrate '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/bin' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin' /usr/bin/install -c lustre_rmmod ko2iblnd-probe ksocklnd-config ldev lustre_routes_config lustre_routes_conversion '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/sbin' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 bash-completion/lustre bash-completion/lctl bash-completion/lfs '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/share/bash-completion/completions' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/scripts' Making install in autoconf make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/autoconf' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/autoconf' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/autoconf' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/autoconf' Making install in conf make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' Making install in resource make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf/resource' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf/resource' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf/resource' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf/resource' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' make[7]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/etc' /usr/bin/install -c -m 644 lnet.conf lnet_routes.conf '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/etc' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/firewalld/services' /usr/bin/install -c -m 644 lustre.xml '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/firewalld/services' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/etc/modprobe.d' /usr/bin/install -c -m 644 ko2iblnd.conf '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/etc/modprobe.d' /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/udev/rules.d' /usr/bin/install -c -m 644 99-lustre.rules '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/usr/lib/udev/rules.d' make[7]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/conf' Making install in kunit make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 llog_test.ko obd_test.ko kinode.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/kunit' Making install in mdc make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 mdc.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/mdc' Making install in lmv make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 lmv.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lmv' Making install in llite make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 lustre.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite' Making install in lov make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 lov.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/lov' Making install in osc make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' /usr/bin/install -c -m 644 osc.ko '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic/lib/modules/6.8.0-31-generic/updates/kernel/fs/' make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/osc' make[5]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' make[6]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' make[5]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' make[4]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/lustre' make[3]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' # Remove stuff that doesn't belong (no module-only target) cd /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic && rm -rf usr/bin usr/sbin usr/lib usr/share usr/include/lustre lib/systemd sbin etc dh_installdocs -plustre-client-modules-6.8.0-31-generic dh_installchangelogs -plustre-client-modules-6.8.0-31-generic dh_installmodules -p lustre-client-modules-6.8.0-31-generic dh_compress -p lustre-client-modules-6.8.0-31-generic dh_fixperms -p lustre-client-modules-6.8.0-31-generic sed "s/depmod -a/depmod -a 6.8.0-31-generic/" /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/postinst > /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic.postinst sed "s/depmod -a/depmod -a 6.8.0-31-generic/" /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/postrm > /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic.postrm chmod +x /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic.postinst /root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre/debian/lustre-client-modules-6.8.0-31-generic.postrm dh_installdeb -p lustre-client-modules-6.8.0-31-generic dh_gencontrol -- -v2.15.62-59-g25d44d3-1 dh_md5sums -p lustre-client-modules-6.8.0-31-generic dh_builddeb --destdir=/root/lustre-release/.. -p lustre-client-modules-6.8.0-31-generic dpkg-deb: building package 'lustre-client-modules-6.8.0-31-generic' in '/root/lustre-release/../lustre-client-modules-6.8.0-31-generic_2.15.62-59-g25d44d3-1_amd64.deb'. dh_prep -p lustre-client-modules-6.8.0-31-generic make[2]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' /usr/bin/make -w -f debian/rules kdist_clean make[2]: Entering directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' # can't dh_clean here or we remove the build artifacts for the other packages # still in progress #dh_clean #-/usr/bin/make -w -f debian/rules clean # put the userspace tools' control file back cp debian/control.main debian/control make[2]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' make[1]: Leaving directory '/root/lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' ~/lustre-release