Mock Version: 1.1.30 Mock Version: 1.1.30 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/tree.spec'], False, '/var/lib/mock/f19-build-1733266-305227/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/tree.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: buildvm-16.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/tree-1.6.0-9.fc19.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/tree.spec'], False, '/var/lib/mock/f19-build-1733266-305227/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/tree.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2M5XUC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tree-1.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/tree-1.6.0.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd tree-1.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (tree-no-strip.patch):' Patch #1 (tree-no-strip.patch): + /usr/bin/cat /builddir/build/SOURCES/tree-no-strip.patch + /usr/bin/patch -p1 -b --suffix .no-strip --fuzz=0 patching file Makefile + echo 'Patch #2 (tree-preserve-timestamps.patch):' Patch #2 (tree-preserve-timestamps.patch): + /usr/bin/cat /builddir/build/SOURCES/tree-preserve-timestamps.patch + /usr/bin/patch -p1 -b --suffix .preserve-timestamps --fuzz=0 patching file Makefile + echo 'Patch #3 (tree-no-color-by-default.patch):' Patch #3 (tree-no-color-by-default.patch): + /usr/bin/cat /builddir/build/SOURCES/tree-no-color-by-default.patch + /usr/bin/patch -p1 -b --suffix .no-color-by-default --fuzz=0 patching file tree.c Patch #4 (tree-args.patch): + echo 'Patch #4 (tree-args.patch):' + /usr/bin/cat /builddir/build/SOURCES/tree-args.patch + /usr/bin/patch -p1 -b --suffix .args --fuzz=0 patching file tree.c Patch #5 (tree-fixbufsiz.patch): + echo 'Patch #5 (tree-fixbufsiz.patch):' + /usr/bin/cat /builddir/build/SOURCES/tree-fixbufsiz.patch + /usr/bin/patch -p1 -b --suffix .fixbufsiz --fuzz=0 patching file hash.c patching file tree.h Patch #6 (tree-dircolors-ec.patch): + echo 'Patch #6 (tree-dircolors-ec.patch):' + /usr/bin/cat /builddir/build/SOURCES/tree-dircolors-ec.patch + /usr/bin/patch -p1 -b --suffix .dircolors-ec --fuzz=0 patching file color.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.M55PuM + exit 0 + umask 022 + cd /builddir/build/BUILD + cd tree-1.6.0 ++ getconf LFS_CFLAGS + make 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic ' -j3 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o tree.o tree.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o unix.o unix.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o html.o html.c html.c: In function 'html_listdir': html.c:166:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(hcmd); ^ html.c: In function 'htmlr_listdir': html.c:332:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(hcmd); ^ tree.c: In function 'main': tree.c:482:7: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' [-Wformat=] if (duflag) fprintf(outfile," %lld\n", size); ^ tree.c: In function 'psize': tree.c:1110:3: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' [-Wformat=] } else return sprintf(buf, sizeof(off_t) == sizeof(long long)? " %11lld" : " %9ld", size); ^ tree.c: In function 'main': tree.c:458:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(curdir); ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o xml.o xml.c xml.c: In function 'xml_fillinfo': xml.c:301:3: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' [-Wformat=] if (sflag) fprintf(outfile, " size=\"%lld\"", ent->size); ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o hash.o hash.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o color.o color.c gcc -o tree tree.o unix.o html.o xml.o hash.o color.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.J8tIGX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64 ++ dirname /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64 + cd tree-1.6.0 + rm -rf /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64 + mkdir -p /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/bin + make BINDIR=/builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/bin MANDIR=/builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/share/man/man1 install install -d /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/bin install -d /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/share/man/man1 if [ -e tree ]; then \ install -p tree /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/bin/tree; \ fi install -p doc/tree.1 /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/share/man/man1/tree.1 + chmod -x /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/share/man/man1/tree.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/tree-1.6.0 extracting debug info from /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/bin/tree dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 170 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: tree-1.6.0-9.fc19.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rAcxD9 + umask 022 + cd /builddir/build/BUILD + cd tree-1.6.0 + DOCDIR=/builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/share/doc/tree-1.6.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/share/doc/tree-1.6.0 + cp -pr README /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/share/doc/tree-1.6.0 + cp -pr LICENSE /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64/usr/share/doc/tree-1.6.0 + exit 0 Provides: tree = 1.6.0-9.fc19 tree(x86-64) = 1.6.0-9.fc19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Processing files: tree-debuginfo-1.6.0-9.fc19.x86_64 Provides: tree-debuginfo = 1.6.0-9.fc19 tree-debuginfo(x86-64) = 1.6.0-9.fc19 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64 warning: Could not canonicalize hostname: buildvm-16.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/tree-1.6.0-9.fc19.x86_64.rpm Wrote: /builddir/build/RPMS/tree-debuginfo-1.6.0-9.fc19.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nvbS4J + umask 022 + cd /builddir/build/BUILD + cd tree-1.6.0 + rm -rf /builddir/build/BUILDROOT/tree-1.6.0-9.fc19.x86_64 + exit 0 Child return code was: 0 LEAVE do -->