request from: hawk checking if we should skip the build started at: Tue Feb 7 14:29:26 2017 fetching http://kraz.tld-linux.org/~builderti//srpms/d88052fe-0bbe-456d-9521-1a276f230648/chkconfig-1.6-1.src.rpm fetched 149366 bytes, 647.5 K/s installing srpm: chkconfig-1.6-1.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B.N3Xdwl/BUILD /tmp/B.N3Xdwl/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog chkconfig-1.6-1.src.rpm * Tue Feb 07 2017 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/chkconfig.git;a=log;h=master * Tue Feb 07 2017 Marcin Krol 3e0e552 - from PLD, dropped systemd + rpm -Uhv --nodeps --define '_topdir /tmp/B.N3Xdwl' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' chkconfig-1.6-1.src.rpm chkconfig ################################################## + rm -f chkconfig-1.6-1.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B.N3Xdwl/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B.N3Xdwl/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.N3Xdwl' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.N3Xdwl/chkconfig.spec Building target platforms: x86_64-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: x86_64-tld-linux no BR needed building RPM using: set -ex; : build-id: d88052fe-0bbe-456d-9521-1a276f230648; TMPDIR=/tmp/B.N3Xdwl/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.N3Xdwl' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.N3Xdwl/chkconfig.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: d88052fe-0bbe-456d-9521-1a276f230648 + TMPDIR=/tmp/B.N3Xdwl/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.N3Xdwl' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.N3Xdwl/chkconfig.spec Building target platforms: x86_64-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.N3Xdwl/BUILD/tmp /bin/sh -e /tmp/B.N3Xdwl/BUILD/tmp/rpm-tmp.12079 + umask 022 + cd /tmp/B.N3Xdwl/BUILD + cd /tmp/B.N3Xdwl/BUILD + rm -rf chkconfig-1.6 + /usr/bin/bzip2 -dc /tmp/B.N3Xdwl/chkconfig-1.6.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd chkconfig-1.6 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (chkconfig-add.patch):' Patch #0 (chkconfig-add.patch): + /dev/null 2>&1", en ? "enable" : "disable", services[i].name); ^ ntsysv.c:152:21: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(cmd); ^ chkconfig.c: In function 'listService': chkconfig.c:462:9: warning: unused variable 'err' [-Wunused-variable] int err = 0; ^ chkconfig.c:461:9: warning: unused variable 'numServicesAlloced' [-Wunused-variable] int numServicesAlloced; ^ chkconfig.c:457:21: warning: unused variable 'ent' [-Wunused-variable] struct dirent * ent; ^ chkconfig.c:456:11: warning: unused variable 'dir' [-Wunused-variable] DIR * dir; ^ chkconfig.c: In function 'reloadSystemd': chkconfig.c:94:15: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system("systemctl daemon-reload > /dev/null 2>&1"); ^ chkconfig.c: In function 'forwardSystemd': chkconfig.c:557:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&p, "%s.service", name); ^ chkconfig.c:559:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&p, "%s.socket", name); ^ leveldb.c: In function 'readServiceInfo': leveldb.c:240:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&filename, RUNLEVELS "/init.d/%s", name); ^ leveldb.c:252:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&filename, RUNLEVELS "/chkconfig.d/%s", name); ^ leveldb.c: In function 'readServiceDifferences': leveldb.c:285:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&filename, RUNLEVELS "/init.d/%s", name); ^ leveldb.c:298:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&filename, RUNLEVELS "/chkconfig.d/%s", name); ^ leveldb.c: In function 'isOverriddenBySystemd': leveldb.c:745:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&p, SYSTEMD_SERVICE_PATH "/%s.service", service); ^ leveldb.c:752:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&p, SYSTEMD_LOCAL_SERVICE_PATH "/%s.service", service); ^ leveldb.c: In function 'isSocketActivatedBySystemd': leveldb.c:766:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&p, SYSTEMD_SERVICE_PATH "/%s@.service", service); ^ leveldb.c:767:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&s, SYSTEMD_SERVICE_PATH "/%s.socket", service); ^ leveldb.c:776:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&p, SYSTEMD_LOCAL_SERVICE_PATH "/%s@.service", service); ^ leveldb.c:777:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&s, SYSTEMD_LOCAL_SERVICE_PATH "/%s.socket", service); ^ leveldb.c: In function 'serviceNameToUnit': leveldb.c:949:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&ret, "%s.service", service); ^ alternatives.c: In function 'writeState': alternatives.c:518:37: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&path, "/bin/systemctl -q is-enabled %s.service || /bin/systemctl -q preset %s.service", alt->initscript, alt->initscript); ^ alternatives.c:521:35: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(path); ^ alternatives.c:524:37: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&path, "/sbin/chkconfig --add %s", alt->initscript); ^ alternatives.c:527:35: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(path); ^ alternatives.c:535:45: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&path, "/bin/systemctl -q disable %s.service", tmpalt->initscript); ^ alternatives.c:538:43: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(path); ^ alternatives.c:541:45: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&path, "/sbin/chkconfig --del %s", tmpalt->initscript); ^ alternatives.c:544:43: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(path); ^ msgfmt -o be.mo be.po msgfmt -o bg.mo bg.po msgfmt -o bn.mo bn.po msgfmt -o bn_IN.mo bn_IN.po msgfmt -o bs.mo bs.po msgfmt -o ca.mo ca.po msgfmt -o cs.mo cs.po msgfmt -o cy.mo cy.po msgfmt -o da.mo da.po msgfmt -o de.mo de.po msgfmt -o el.mo el.po msgfmt -o en_GB.mo en_GB.po msgfmt -o es.mo es.po msgfmt -o et.mo et.po msgfmt -o fa.mo fa.po msgfmt -o fi.mo fi.po msgfmt -o fr.mo fr.po msgfmt -o gl.mo gl.po msgfmt -o gu.mo gu.po msgfmt -o he.mo he.po msgfmt -o hi.mo hi.po msgfmt -o hr.mo hr.po msgfmt -o hu.mo hu.po msgfmt -o hy.mo hy.po msgfmt -o id.mo id.po msgfmt -o is.mo is.po msgfmt -o it.mo it.po msgfmt -o ja.mo ja.po msgfmt -o ka.mo ka.po msgfmt -o kn.mo kn.po msgfmt -o ko.mo ko.po msgfmt -o ku.mo ku.po msgfmt -o lo.mo lo.po msgfmt -o lv.mo lv.po msgfmt -o mai.mo mai.po msgfmt -o mk.mo mk.po msgfmt -o ml.mo ml.po msgfmt -o mr.mo mr.po msgfmt -o ms.mo ms.po msgfmt -o my.mo my.po if cmp -s chkconfig.po chkconfig.pot; then \ rm -f chkconfig.po; \ else \ mv chkconfig.po chkconfig.pot; \ fi msgfmt -o nb.mo nb.po msgfmt -o nds.mo nds.po msgfmt -o nl.mo nl.po msgfmt -o nn.mo nn.po msgfmt -o or.mo or.po msgfmt -o pa.mo pa.po msgfmt -o pl.mo pl.po msgfmt -o pt.mo pt.po msgfmt -o pt_BR.mo pt_BR.po msgfmt -o ro.mo ro.po msgfmt -o ru.mo ru.po msgfmt -o si.mo si.po msgfmt -o sk.mo sk.po msgfmt -o sl.mo sl.po msgfmt -o sq.mo sq.po msgfmt -o sr.mo sr.po msgfmt -o sr@latin.mo sr@latin.po msgfmt -o sv.mo sv.po msgfmt -o ta.mo ta.po msgfmt -o te.mo te.po msgfmt -o tg.mo tg.po msgfmt -o tr.mo tr.po msgfmt -o uk.mo uk.po msgfmt -o ur.mo ur.po msgfmt -o vi.mo vi.po msgfmt -o zh_CN.mo zh_CN.po msgfmt -o zh_TW.mo zh_TW.po make[1]: Leaving directory `/tmp/B.N3Xdwl/BUILD/chkconfig-1.6/po' x86_64-tld-linux-gcc -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o chkconfig chkconfig.o leveldb.o -lpopt -lselinux -lsepol x86_64-tld-linux-gcc -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o ntsysv ntsysv.o leveldb.o -lnewt -lpopt -lselinux -lsepol x86_64-tld-linux-gcc -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc alternatives.o -o alternatives + 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.N3Xdwl/BUILD/tmp /bin/sh -e /tmp/B.N3Xdwl/BUILD/tmp/rpm-tmp.86121 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.N3Xdwl/BUILD/tmp + umask 022 + cd /tmp/B.N3Xdwl/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder + /bin/mkdir -p /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder + cd chkconfig-1.6 + rm -rf /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder + install -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/rc.d/init.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/rc.d/rc0.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/rc.d/rc1.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/rc.d/rc2.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/rc.d/rc3.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/rc.d/rc4.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/rc.d/rc5.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/rc.d/rc6.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/etc/env.d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/sbin + /usr/bin/make -j8 install 'MANDIR=/usr/share/man' 'DESTDIR=/tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder' [ -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//sbin ] || mkdir -p /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//sbin [ -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/sbin ] || mkdir -p /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/sbin [ -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/share/man ] || mkdir -p /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/share/man [ -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/share/man/man8 ] || mkdir -p /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/share/man/man8 [ -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/share/man/man5 ] || mkdir -p /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/share/man/man5 [ -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//var/lib/alternatives ] || mkdir -p -m 755 /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//var/lib/alternatives [ -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//etc/alternatives ] || mkdir -p -m 755 /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//etc/alternatives [ -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/ ] || mkdir -p -m 755 /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/ install -m 755 chkconfig /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//sbin/chkconfig ln -s /sbin/chkconfig /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//systemd-sysv-install install -m 755 ntsysv /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/sbin/ntsysv install -m 755 alternatives /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/sbin/alternatives ln -s alternatives /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/sbin/update-alternatives for i in chkconfig.8 ntsysv.8 alternatives.8; do \ install -m 644 $i /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/share/man/man`echo $i | sed "s/.*\.//"`/$i ; \ done ln -s alternatives.8 /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder//usr/share/man/man8/update-alternatives.8 for d in po; do \ (cd $d; /usr/bin/make install) \ || case "- --jobserver-fds=3,4 -j" in *k*) fail=yes;; *) exit 1;; esac;\ done && test -z "$fail" make[1]: Entering directory `/tmp/B.N3Xdwl/BUILD/chkconfig-1.6/po' mkdir -p /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/usr/share/locale for n in ar.mo as.mo bal.mo be.mo bg.mo bn.mo bn_IN.mo bs.mo ca.mo cs.mo cy.mo da.mo de.mo el.mo en_GB.mo es.mo et.mo fa.mo fi.mo fr.mo gl.mo gu.mo he.mo hi.mo hr.mo hu.mo hy.mo id.mo is.mo it.mo ja.mo ka.mo kn.mo ko.mo ku.mo lo.mo lv.mo mai.mo mk.mo ml.mo mr.mo ms.mo my.mo nb.mo nds.mo nl.mo nn.mo or.mo pa.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo si.mo sk.mo sl.mo sq.mo sr.mo sr@latin.mo sv.mo ta.mo te.mo tg.mo tr.mo uk.mo ur.mo vi.mo zh_CN.mo zh_TW.mo; do \ l=`basename $n .mo`; \ /usr/bin/install -c -m 755 -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/usr/share/locale/$l; \ /usr/bin/install -c -m 755 -d /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/usr/share/locale/$l/LC_MESSAGES; \ if [ -f $n ]; then \ /usr/bin/install -c -m 644 $n /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/usr/share/locale/$l/LC_MESSAGES/chkconfig.mo; \ fi \ done make[1]: Leaving directory `/tmp/B.N3Xdwl/BUILD/chkconfig-1.6/po' + /bin/rm '--interactive=never' -r /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder/usr/share/locale/bal + /usr/lib/rpm/find-lang.sh /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder chkconfig find-lang.sh/1.38: find-lang 'chkconfig' > chkconfig.lang + __spec_install_post_strip + set +x Stripping 3 ELF executables...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 3 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 Compress man pages: /usr/share/man Converted /usr/share/man/man8/update-alternatives.8 from symlink to man link: man8/alternatives.8 + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Processing files: chkconfig-1.6-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) libc.so.6(GLIBC_2.8)(64bit) libpopt.so.0()(64bit) libpopt.so.0(LIBPOPT_0)(64bit) libselinux.so.1()(64bit) rtld(GNU_HASH) Conflicts: glibc-misc < 6:2.7 Processing files: ntsysv-1.6-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) libc.so.6(GLIBC_2.8)(64bit) libnewt.so.0.52()(64bit) libnewt.so.0.52(NEWT_0.52)(64bit) libpopt.so.0()(64bit) libpopt.so.0(LIBPOPT_0)(64bit) libselinux.so.1()(64bit) rtld(GNU_HASH) Processing files: alternatives-1.6-1 Requires: libc.so.6()(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) libc.so.6(GLIBC_2.8)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder warning: Installed (but unpackaged) file(s) found: /systemd-sysv-install /usr/share/locale/he/LC_MESSAGES/chkconfig.mo /usr/share/locale/hy/LC_MESSAGES/chkconfig.mo /usr/share/locale/ku/LC_MESSAGES/chkconfig.mo /usr/share/locale/lo/LC_MESSAGES/chkconfig.mo /usr/share/locale/my/LC_MESSAGES/chkconfig.mo /usr/share/locale/ro/LC_MESSAGES/chkconfig.mo Wrote: /tmp/B.N3Xdwl/RPMS/chkconfig-1.6-1.x86_64.rpm Wrote: /tmp/B.N3Xdwl/RPMS/ntsysv-1.6-1.x86_64.rpm Wrote: /tmp/B.N3Xdwl/RPMS/alternatives-1.6-1.x86_64.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.N3Xdwl/BUILD/tmp /bin/sh -e /tmp/B.N3Xdwl/BUILD/tmp/rpm-tmp.86121 + umask 022 + cd /tmp/B.N3Xdwl/BUILD + cd chkconfig-1.6 + /bin/rm '--interactive=never' -rf /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder + rm -rf /tmp/B.N3Xdwl/BUILD/tmp/chkconfig-1.6-root-builder ended at: Tue Feb 7 14:29:27 2017, done in 0:00:01.113229 mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B.N3Xdwl/BUILD + rm -rf /tmp/B.N3Xdwl/tmp /tmp/B.N3Xdwl/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..250 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages Preparing... ################################################## chkconfig ################################################## End-TLD-Builder-Info mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B.N3Xdwl Begin-TLD-Builder-Info Build-Time: user:1.79s sys:0.32s real:2.26s (faults io:19 non-io:185468) Files queued for ftp: 18920 alternatives-1.6-1.x86_64.rpm 18773 ntsysv-1.6-1.x86_64.rpm 120306 chkconfig-1.6-1.x86_64.rpm 150 chkconfig-1.6-1.src.rpm.uploadinfo warning: Installed (but unpackaged) file(s) found: /systemd-sysv-install /usr/share/locale/he/LC_MESSAGES/chkconfig.mo /usr/share/locale/hy/LC_MESSAGES/chkconfig.mo /usr/share/locale/ku/LC_MESSAGES/chkconfig.mo /usr/share/locale/lo/LC_MESSAGES/chkconfig.mo /usr/share/locale/my/LC_MESSAGES/chkconfig.mo /usr/share/locale/ro/LC_MESSAGES/chkconfig.mo End-TLD-Builder-Info