request from: hawk checking if we should skip the build started at: Wed May 22 02:01:45 2024 cleaning up /tmp fetching http://src.tld-linux.org/~builderti//srpms/f2da5a9a-da78-434c-8b16-55731d5e4dc8/ruby-mustache-1.1.1-2.src.rpm fetched 56095 bytes, 966.4 K/s installing srpm: ruby-mustache-1.1.1-2.src.rpm + install -d /tmp/B.hacjd39a/BUILD /tmp/B.hacjd39a/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog ruby-mustache-1.1.1-2.src.rpm * Wed May 22 2024 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/ruby-mustache.git;a=log;h=master * Sat Mar 21 2020 Jan Rękorajski 8bc1bb8 - release 2 (by relup.sh) * Sun Mar 01 2020 Jakub Bogusz 6b6f019 - updated to 1.1.1 - rack-bug-mustache_panel is separate gem since 1.0.0 * Sat Dec 12 2015 Jakub Bogusz 7315b03 - pl, updated to 1.0.2 * Sat Oct 17 2015 Elan Ruusamäe 0f9a3c1 - build with rubygem provides * Fri Oct 16 2015 Elan Ruusamäe 5e9f997 - install to vendor dir; noarch; cleanups * Thu Jun 24 2010 pawelz a7f493d - install manpages * Thu Jun 24 2010 pawelz a59ed05 - well, C code works a bit better when it is compiled. - install /usr/bin/mustache - adapterized * Thu Jun 24 2010 pawelz c9216be - initial PLD release, please review + rpm -Uhv --nodeps --define '_topdir /tmp/B.hacjd39a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' ruby-mustache-1.1.1-2.src.rpm Updating / installing... ruby-mustache-1.1.1-2 ######################################## + rm -f ruby-mustache-1.1.1-2.src.rpm + install -m 700 -d /tmp/B.hacjd39a/BUILD/tmp + TMPDIR=/tmp/B.hacjd39a/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.hacjd39a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.hacjd39a/ruby-mustache.spec warning: Could not canonicalize hostname: tld-x86 Building target platforms: i686-tld-linux Building for target i686-tld-linux RPM build warnings: Could not canonicalize hostname: tld-x86 checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: warning: Could not canonicalize hostname: tld-x86 rpm: Building target platforms: i686-tld-linux rpm: Building for target i686-tld-linux rpm: rpm: RPM build warnings: rpm: Could not canonicalize hostname: tld-x86 no BR needed building RPM using: set -ex; : build-id: f2da5a9a-da78-434c-8b16-55731d5e4dc8; TMPDIR=/tmp/B.hacjd39a/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j6' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.hacjd39a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.hacjd39a/ruby-mustache.spec + : build-id: f2da5a9a-da78-434c-8b16-55731d5e4dc8 + TMPDIR=/tmp/B.hacjd39a/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j6' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.hacjd39a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.hacjd39a/ruby-mustache.spec warning: Could not canonicalize hostname: tld-x86 Building target platforms: i686-tld-linux Building for target i686-tld-linux Executing(%prep): /bin/sh -e /tmp/B.hacjd39a/BUILD/tmp/rpm-tmp.crwnzW + umask 022 + cd /tmp/B.hacjd39a/BUILD + cd /tmp/B.hacjd39a/BUILD + rm -rf mustache-1.1.1 + /bin/gzip -dc /tmp/B.hacjd39a/ruby-mustache-1.1.1.tar.gz + /bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mustache-1.1.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + /bin/sed -i -e '1 s,#!.*ruby,#!/usr/bin/ruby,' bin/mustache + RPM_EC=0 + jobs -p + exit 0 Executing(%build): /bin/sh -e /tmp/B.hacjd39a/BUILD/tmp/rpm-tmp.wBsrQm TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/users/builder/bin TMPDIR=/tmp/B.hacjd39a/BUILD/tmp + umask 022 + cd /tmp/B.hacjd39a/BUILD + cd mustache-1.1.1 + ruby -r rubygems -e $'spec = eval(File.read("mustache.gemspec"))\n\tFile.open("mustache-1.1.1.gemspec", "w") do |file|\n\tfile.puts spec.to_ruby_for_cache\nend' + rdoc --ri --op ri lib Parsing sources... 10% [ 1/10] lib/mustache.rb 20% [ 2/10] lib/mustache/context.rb 30% [ 3/10] lib/mustache/context_miss.rb 40% [ 4/10] lib/mustache/enumerable.rb 50% [ 5/10] lib/mustache/generator.rb 60% [ 6/10] lib/mustache/parser.rb 70% [ 7/10] lib/mustache/settings.rb 80% [ 8/10] lib/mustache/template.rb 90% [ 9/10] lib/mustache/utils.rb 100% [10/10] lib/mustache/version.rb Generating RI format into /tmp/B.hacjd39a/BUILD/mustache-1.1.1/ri... Files: 10 Classes: 8 ( 1 undocumented) Modules: 1 ( 1 undocumented) Constants: 6 ( 2 undocumented) Attributes: 3 ( 3 undocumented) Methods: 82 (30 undocumented) Total: 100 (37 undocumented) 63.00% documented Elapsed: 0.1s + rdoc --op rdoc lib Parsing sources... 10% [ 1/10] lib/mustache.rb 20% [ 2/10] lib/mustache/context.rb 30% [ 3/10] lib/mustache/context_miss.rb 40% [ 4/10] lib/mustache/enumerable.rb 50% [ 5/10] lib/mustache/generator.rb 60% [ 6/10] lib/mustache/parser.rb 70% [ 7/10] lib/mustache/settings.rb 80% [ 8/10] lib/mustache/template.rb 90% [ 9/10] lib/mustache/utils.rb 100% [10/10] lib/mustache/version.rb Generating Darkfish format into /tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc... Files: 10 Classes: 8 ( 1 undocumented) Modules: 1 ( 1 undocumented) Constants: 6 ( 2 undocumented) Attributes: 3 ( 3 undocumented) Methods: 82 (30 undocumented) Total: 100 (37 undocumented) 63.00% documented Elapsed: 0.2s + /bin/rm '--interactive=never' ri/created.rid + /bin/rm '--interactive=never' ri/cache.ri + RPM_EC=0 + jobs -p + exit 0 Executing(%install): /bin/sh -e /tmp/B.hacjd39a/BUILD/tmp/rpm-tmp.5VHaHD TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/users/builder/bin TMPDIR=/tmp/B.hacjd39a/BUILD/tmp + umask 022 + cd /tmp/B.hacjd39a/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder + /bin/mkdir -p /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder + cd mustache-1.1.1 + rm -rf /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder + install -d /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/ruby/vendor_ruby /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/gems/specifications /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/bin /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/man/man1 /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/man/man5 /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/ri/system /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/rdoc + cp -a bin/mustache /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/bin + cp -a lib/mustache lib/mustache.rb /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/ruby/vendor_ruby + cp -a ri/Mustache /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/ri/system + cp -a rdoc /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/rdoc/ruby-mustache-1.1.1 + cp -p mustache-1.1.1.gemspec /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/gems/specifications + install -d /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder + cp -a man/mustache.1 /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/man/man1 + cp -a man/mustache.5 /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/man/man5 + /usr/bin/find-debuginfo -j6 --build-id-seed 1.1.1-2 --unique-debug-suffix -1.1.1-2.i686 --unique-debug-src-base ruby-mustache-1.1.1-2.i686 -S debugsourcefiles.list /tmp/B.hacjd39a/BUILD/mustache-1.1.1 + __spec_install_post_strip + set +x + __spec_install_post_chrpath + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_shebangs + set +x Checking script shebangs... DONE + __spec_install_post_compress_docs + set +x Compress man pages: /usr/share/man + __spec_install_post_py_hardlink + set +x Processing files: ruby-mustache-1.1.1-2.noarch Executing(%doc): /bin/sh -e /tmp/B.hacjd39a/BUILD/tmp/rpm-tmp.acCpTX + umask 022 + cd /tmp/B.hacjd39a/BUILD + cd mustache-1.1.1 + DOCDIR=/tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/doc/ruby-mustache-1.1.1 + export 'LC_ALL=C' + export DOCDIR + test -d /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/doc/ruby-mustache-1.1.1 + /bin/mkdir -p /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/doc/ruby-mustache-1.1.1 + cp -pr HISTORY.md -pr LICENSE -pr README.md /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder/usr/share/doc/ruby-mustache-1.1.1 + RPM_EC=0 + jobs -p + exit 0 Provides: ruby-mustache = 1.1.1-2 rubygem(mustache) = 1.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ruby(abi) = 2.6 rubygems Processing files: mustache-1.1.1-2.noarch Provides: mustache = 1.1.1-2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/ruby Processing files: ruby-mustache-rdoc-1.1.1-2.noarch Provides: ruby-mustache-rdoc = 1.1.1-2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ruby-mustache-ri-1.1.1-2.noarch Provides: ruby-mustache-ri = 1.1.1-2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder Wrote: /tmp/B.hacjd39a/RPMS/mustache-1.1.1-2.noarch.rpm Wrote: /tmp/B.hacjd39a/RPMS/ruby-mustache-ri-1.1.1-2.noarch.rpm Wrote: /tmp/B.hacjd39a/RPMS/ruby-mustache-1.1.1-2.noarch.rpm Wrote: /tmp/B.hacjd39a/RPMS/ruby-mustache-rdoc-1.1.1-2.noarch.rpm Executing(%clean): /bin/sh -e /tmp/B.hacjd39a/BUILD/tmp/rpm-tmp.MBMqZB + umask 022 + cd /tmp/B.hacjd39a/BUILD + cd mustache-1.1.1 + rm -rf /tmp/B.hacjd39a/BUILD/tmp/ruby-mustache-1.1.1-i686-root-builder + RPM_EC=0 + jobs -p + exit 0 RPM build warnings: Could not canonicalize hostname: tld-x86 ended at: Wed May 22 02:01:48 2024, done in 0:00:02.673660 + chmod -R u+rwX /tmp/B.hacjd39a/BUILD chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/fonts/Lato-Regular.ttf': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/fonts/SourceCodePro-Regular.ttf': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/fonts/Lato-Light.ttf': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/fonts/Lato-RegularItalic.ttf': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/fonts/SourceCodePro-Bold.ttf': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/fonts/Lato-LightItalic.ttf': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/zoom.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/bullet_black.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/macFFBgHack.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/wrench.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/wrench_orange.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/page_white_width.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/bullet_toggle_plus.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/transparent.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/brick_link.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/ruby.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/brick.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/page_green.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/add.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/bug.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/find.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/date.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/tag_blue.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/page_white_text.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/loadingAnimation.gif': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/tag_green.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/plugin.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/arrow_up.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/bullet_toggle_minus.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/delete.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/images/package.png': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/css/rdoc.css': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/css/fonts.css': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/js/search.js': Operation not permitted chmod: changing permissions of '/tmp/B.hacjd39a/BUILD/mustache-1.1.1/rdoc/js/darkfish.js': Operation not permitted 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..464 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.hacjd39a Begin-TLD-Builder-Info Build-Time: user:3.56s sys:0.78s real:3.90s (faults io:1 non-io:209432) Files queued for ftp: 203153 ruby-mustache-rdoc-1.1.1-2.noarch.rpm 29621 ruby-mustache-1.1.1-2.noarch.rpm 30937 ruby-mustache-ri-1.1.1-2.noarch.rpm 14121 mustache-1.1.1-2.noarch.rpm 220 ruby-mustache-1.1.1-2.src.rpm.uploadinfo End-TLD-Builder-Info