request from: hawk checking if we should skip the build started at: Sun Oct 13 01:00:36 2019 fetching http://src.tld-linux.org/~builderti//srpms/1fb5c593-188e-444e-b712-40cf7f5f474a/extundelete-0.2.4-1.src.rpm fetched 115119 bytes, 2737.9 K/s installing srpm: extundelete-0.2.4-1.src.rpm + install -d /tmp/B.oJUen3/BUILD /tmp/B.oJUen3/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog extundelete-0.2.4-1.src.rpm * Sat Oct 12 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/extundelete.git;a=log;h=master * Sat Oct 12 2019 Marcin Krol e2d0bdd - fix building with recent e2fsprogs + rpm -Uhv --nodeps --define '_topdir /tmp/B.oJUen3' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' extundelete-0.2.4-1.src.rpm extundelete ################################################## + rm -f extundelete-0.2.4-1.src.rpm + install -m 700 -d /tmp/B.oJUen3/BUILD/tmp + TMPDIR=/tmp/B.oJUen3/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.oJUen3' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.oJUen3/extundelete.spec Building target platforms: i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux no BR needed building RPM using: set -ex; : build-id: 1fb5c593-188e-444e-b712-40cf7f5f474a; TMPDIR=/tmp/B.oJUen3/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.oJUen3' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.oJUen3/extundelete.spec + : build-id: 1fb5c593-188e-444e-b712-40cf7f5f474a + TMPDIR=/tmp/B.oJUen3/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.oJUen3' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.oJUen3/extundelete.spec Building target platforms: i686-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.oJUen3/BUILD/tmp /bin/sh -e /tmp/B.oJUen3/BUILD/tmp/rpm-tmp.94288 + umask 022 + cd /tmp/B.oJUen3/BUILD + cd /tmp/B.oJUen3/BUILD + rm -rf extundelete-0.2.4 + /usr/bin/bzip2 -dc /tmp/B.oJUen3/extundelete-0.2.4.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd extundelete-0.2.4 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (extundelete-attrs.patch):' Patch #0 (extundelete-attrs.patch): + 0) | ^~ cli.cc:339:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 339 | if(errcode) com_err(Config::progname.c_str(), errcode, "while restoring file %s.", name); | ^~ extundelete.cc: In function 'int extundelete_test_inode_bitmap(ext2_filsys, ext2_ino_t)': extundelete.cc:197:5: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 197 | if(! EXT2_SB(fs->super)->s_feature_incompat & EXT4_FEATURE_INCOMPAT_64BIT) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extundelete.cc: In function 'ext2_ino_t find_inode(ext2_filsys, ext2_filsys, ext2_inode*, std::string, int)': extundelete.cc:1272:28: warning: narrowing conversion of 'search_flags' from 'int' to 'ext2_ino_t' {aka 'unsigned int'} [-Wnarrowing] 1272 | struct dir_context ctx = {search_flags, DIRENT_FLAG_INCLUDE_REMOVED, | ^~~~~~~~~~~~ extundelete.cc: In function 'errcode_t restore_file(ext2_filsys, ext2_filsys, const string&)': extundelete.cc:1523:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1523 | if (LINUX_S_ISDIR(inode->i_mode) && inode->i_blocks > 0) | ^~ extundelete.cc:1525:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1525 | print_directory_inode(fs, inode, ino); | ^~~~~~~~~~~~~~~~~~~~~ extundelete.cc: In function 'errcode_t restore_inode(ext2_filsys, ext2_filsys, ext2_ino_t, const string&)': extundelete.cc:1752:12: warning: ignoring return value of 'int lchown(const char*, __uid_t, __gid_t)', declared with attribute warn_unused_result [-Wunused-result] 1752 | lchown((outputdir + fname2).c_str(),inode->i_uid,inode->i_gid); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extundelete.cc:1791:21: warning: ignoring return value of 'int lchown(const char*, __uid_t, __gid_t)', declared with attribute warn_unused_result [-Wunused-result] 1791 | lchown((outputdir + fname2).c_str(),inode->i_uid,inode->i_gid); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.oJUen3/BUILD/tmp /bin/sh -e /tmp/B.oJUen3/BUILD/tmp/rpm-tmp.45860 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.oJUen3/BUILD/tmp + umask 022 + cd /tmp/B.oJUen3/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder + /bin/mkdir -p /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder + cd extundelete-0.2.4 + rm -rf /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder' Making install in src /usr/bin/install -c extundelete '/tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder/usr/bin' + __spec_install_post_strip + set +x Stripping 1 ELF executables...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 1 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Processing files: extundelete-0.2.4-1 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.oJUen3/BUILD/tmp /bin/sh -e /tmp/B.oJUen3/BUILD/tmp/rpm-tmp.45860 + umask 022 + cd /tmp/B.oJUen3/BUILD + cd extundelete-0.2.4 + DOCDIR=/tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder/usr/share/doc/extundelete-0.2.4 + export DOCDIR + rm -rf /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder/usr/share/doc/extundelete-0.2.4 + /bin/mkdir -p /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder/usr/share/doc/extundelete-0.2.4 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder/usr/share/doc/extundelete-0.2.4... Documentation compressed. + cp -pr README /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder/usr/share/doc/extundelete-0.2.4 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder/usr/share/doc/extundelete-0.2.4... ./README Documentation compressed. + exit 0 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcom_err.so.2 libext2fs.so.2 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GLIBC_2.0) libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(CXXABI_1.3.8) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.11) libstdc++.so.6(GLIBCXX_3.4.15) libstdc++.so.6(GLIBCXX_3.4.20) libstdc++.so.6(GLIBCXX_3.4.21) libstdc++.so.6(GLIBCXX_3.4.26) libstdc++.so.6(GLIBCXX_3.4.9) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder Wrote: /tmp/B.oJUen3/RPMS/extundelete-0.2.4-1.i686.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.oJUen3/BUILD/tmp /bin/sh -e /tmp/B.oJUen3/BUILD/tmp/rpm-tmp.45860 + umask 022 + cd /tmp/B.oJUen3/BUILD + cd extundelete-0.2.4 + /bin/rm '--interactive=never' -rf /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder + rm -rf /tmp/B.oJUen3/BUILD/tmp/extundelete-0.2.4-root-builder ended at: Sun Oct 13 01:00:44 2019, done in 0:00:07.531565 + chmod -R u+rwX /tmp/B.oJUen3/BUILD + rm -rf /tmp/B.oJUen3/tmp /tmp/B.oJUen3/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... 200..400..424 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.oJUen3 Begin-TLD-Builder-Info Build-Time: user:8.47s sys:1.24s real:8.24s (faults io:31 non-io:519735) Files queued for ftp: 48688 extundelete-0.2.4-1.i686.rpm 82 extundelete-0.2.4-1.src.rpm.uploadinfo End-TLD-Builder-Info