Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/rubygems.spec'], uid=1000user='mockbuild'timeout=0shell=Falseenv={'CCACHE_UMASK': '002', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8'}gid=135printOutput=FalsechrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/rubygems.spec'] with env {'CCACHE_UMASK': '002', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8'} and shell False sh: ruby: command not found sh: ruby: command not found warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/rubygems-2.4.8-100.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/rubygems.spec '], uid=1000user='mockbuild'printOutput=Falsetimeout=0shell=Falseenv={'CCACHE_UMASK': '002', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8'}gid=135private_network=TruechrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/rubygems.spec '] with env {'CCACHE_UMASK': '002', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xezVtQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rubygems-2.4.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/rubygems-2.4.8.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd rubygems-2.4.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (rubygem-2.4.8-Increase-DH-key-size-fixes-1289.patch):' Patch #0 (rubygem-2.4.8-Increase-DH-key-size-fixes-1289.patch): + /usr/bin/patch -p1 --fuzz=0 patching file test/rubygems/test_gem_remote_fetcher.rb + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.c4pteF + umask 022 + cd /builddir/build/BUILD + cd rubygems-2.4.8 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nmhuLu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm ++ dirname /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm + cd rubygems-2.4.8 + GEM_HOME=/builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/gems + ruby setup.rb --document rdoc,ri --prefix=/ --backtrace --destdir=/builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/rubygems/ RubyGems 2.4.8 installed Parsing documentation for rubygems-2.4.8 Installing ri documentation for rubygems-2.4.8 Installing darkfish documentation for rubygems-2.4.8 === 2.4.8 / 2015-06-08 Bug fixes: * Tightened API endpoint checks for CVE-2015-3900 === 2.4.7 / 2015-05-14 Bug fixes: * Backport: Limit API endpoint to original security domain for CVE-2015-3900. Fix by claudijd === 2.4.6 / 2014-02-05 Bug fixes: * Fixed resolving gems with both upper and lower requirement boundaries. Issue #1141 by Jakub Jirutka. * Moved extension directory after require_paths to fix missing constant bugs in some gems with C extensions. Issue #784 by André Arko, pull request #1137 by Barry Allard. * Use Gem::Dependency#requirement when adding a dependency to an existing dependency instance. Pull request #1101 by Josh Cheek. * Fixed warning of shadowed local variable in Gem::Specification. Pull request #1109 by Rohit Arondekar * Gem::Requirement should always sort requirements before coercion to Hash. Pull request #1139 by Eito Katagiri. * The `gem open` command should change the current working directory before opening the editor. Pull request #1142 by Alex Wood. * Ensure quotes are stripped from the Windows launcher script used to install gems. Pull request #1115 by Youngjun Song. * Fixed errors when writing to NFS to to 0444 files. Issue #1161 by Emmanuel Hadoux. * Removed dead code in Gem::StreamUI. Pull request #1117 by mediaslave24. * Fixed typos. Pull request #1096 by hakeda. * Relaxed CMake dependency for RHEL 6 and CentOS 6. Pull request #1124 by Vít Ondruch. * Relaxed Psych dependency. Pull request #1128 by Vít Ondruch. === 2.4.5 / 2014-12-03 Bug fixes: * Improved speed of requiring gems. (Around 25% for a 60 gem test). Pull request #1060 by unak. * RubyGems no longer attempts to look up gems remotely with the --local flag. Pull request #1084 by Jeremy Evans. * Executable stubs use the correct gem version when RUBYGEMS_GEMDEPS is active. Issue #1072 by Michael Kaiser-Nyman. * Fixed handling of pinned gems in lockfiles with versions. Issue #1078 by Ian Ker-Seymer. * Fixed handling of git@example:gem.git URIs. Issue #1054 by Mogutan Mogu. * Fixed handling of platforms retrieved from the dependencies API. Issue #1058 and patch suggestion by tux-mind. * RubyGems now suggests a copy-pasteable `gem pristine` command when extensions are missing. Pull request #1057 by Shannon Skipper. * Improved errors for long file names when packaging. Pull request #1016 by Piotrek Bator. * `gem pristine` now skips gems cannot be found remotely. Pull request #1064 by Tuomas Kareinen. * `gem pristine` now caches gems to the proper directory. Pull request #1064 by Tuomas Kareinen. * `gem pristine` now skips bundled gems properly. Pull request #1064 by Tuomas Kareinen. * Improved interoperability of Vagrant with RubyGems. Pull request #1057 by Vít Ondruch. * Renamed CONTRIBUTING to CONTRIBUTING.rdoc to allow markup. Pull request #1090 by Roberto Miranda. * Switched from #partition to #reject as only one collection is used. Pull request #1074 by Tuomas Kareinen. * Fixed installation of gems on systems using memory-mapped files. Pull request #1038 by Justin Li. * Fixed bug in Gem::Text#min3 where `a == b < c`. Pull request #1026 by fortissimo1997. * Fixed uninitialized variable warning in BasicSpecification. Pull request #1019 by Piotr Szotkowski. * Removed unneeded exception handling for cyclic dependencies. Pull request #1043 by Jens Wille. * Fixed grouped expression warning. Pull request #1081 by André Arko. * Fixed handling of platforms when writing lockfiles. === 2.4.4 / 2014-11-12 Bug fixes: * Add alternate Root CA for upcoming certificate change. Fixes #1050 by Protosac === 2.4.3 / 2014-11-10 Bug fixes: * Fix redefine MirrorCommand issue. Pull request #1044 by @akr. * Fix typo in platform= docs. Pull request #1048 by @jasonrclark * Add root SSL certificates for upcoming certificate change. Fixes #1050 by Protosac === 2.4.2 / 2014-10-01 This release was sponsored by Ruby Central. Bug fixes: * RubyGems now correctly matches wildcard no_proxy hosts. Issue #997 by voelzemo. * Added support for missing git_source method in the gem dependencies API. * Fixed handling of git gems with an alternate install directory. * Lockfiles will no longer be truncated upon resolution errors. * Fixed messaging for `gem owner -a`. Issue #1004 by Aaron Patterson, Ryan Davis. * Removed meaningless ensure. Pull request #1003 by gogotanaka. * Improved wording of --source option help. Pull request #989 by Jason Clark. * Empty build_info files are now ignored. Issue #903 by Adan Alvarado. * Gem::Installer ignores dependency checks when installing development dependencies. Issue #994 by Jens Willie. * `gem update` now continues after dependency errors. Issue #993 by aaronchi. * RubyGems no longer warns about semantic version dependencies for the 0.x range. Issue #987 by Jeff Felchner, pull request #1006 by Hsing-Hui Hsu. * Added minimal lock to allow multithread installation of gems. Issue #982 and pull request #1005 by Yorick Peterse * RubyGems now considers prerelease dependencies as it did in earlier versions when --prerelease is given. Issue #990 by Jeremy Tryba. * Updated capitalization in README. Issue #1010 by Ben Bodenmiller. * Fixed activating gems from a Gemfile for default gems. Issue #991 by khoan. * Fixed windows stub script generation for Cygwin. Issue #1000 by Brett DiFrischia. * Allow gem bindir and ruby.exe to live in separate diretories. Pull request #942 by Ian Flynn. * Fixed handling of gemspec in gem dependencies files to match Bundler behavior. Issue #1020 by Michal Papis. * Fixed `gem update` when updating to prereleases. Issue #1028 by Santiago Pastorino. * RubyGems now fails immediately when a git reference cannot be found instead of spewing git errors. Issue #1031 by Michal Papis === 2.4.1 / 2014-07-17 Bug fixes: * RubyGems can now be updated on Ruby implementations that do not support vendordir in RbConfig::CONFIG. Issue #974 by net1957. === 2.4.0 / 2014-07-16 Minor enhancements: * The contents command now supports a --show-install-dir option that shows only the directory the gem is installed in. Feature request #966 by Akinori MUSHA. * Added a --build-root option to the install command for packagers. Pull request #965 by Marcus Rückert. * Added vendor gem support to RubyGems. Package managers may now install gems in Gem.vendor_dir with the --vendor option to gem install. Issue #943 by Marcus Rückert. Bug fixes: * Kernel#gem now respects the prerelease flag when activating gems. Previously this behavior was undefined which could lead to bugs when a prerelease version was unintentionally activated. Bug #938 by Joe Ferris. * RubyGems now prefers gems from git over installed gems. This allows gems from git to override an installed gem with the same name and version. Bug #944 by Thomas Kriechbaumer. * Fixed handling of git gems in a lockfile with unversioned dependencies. Bug #940 by Michael Kaiser-Nyman. * The ruby directive in a gem dependencies file is ignored when installing. Bug #941 by Michael Kaiser-Nyman. * Added open to list of builtin commands (`gem open` now works). Reported by Espen Antonsen. * `gem open` now works with command-line editors. Pull request #962 by Tim Pope. * `gem install -g` now respects `--conservative`. Pull request #950 by Jeremy Evans. * RubyGems releases announcements now now include checksums. Bug #939 by Alexander E. Fischer. * RubyGems now expands ~ in $PATH when checking if installed executables will be runnable. Pull request #945 by Alex Talker. * Fixed `gem install -g --explain`. Issue #947 by Luis Lavena. Patch by Hsing-Hui Hsu. * RubyGems locks less during gem activation. Pull request #951 by Aaron Patterson and Justin Searls, #969 by Jeremy Tryba. * Kernel#gem is now thread-safe. Pull request #967 by Aaron Patterson. * RubyGems now handles spaces in directory names for some parts of extension building. Pull request #949 by Tristan Hill. * RubyGems no longer defines an empty Date class. Pull Request #948 by Benoit Daloze. * RubyGems respects --document options for `gem update` again. Bug 946 by jonforums. Patch by Hsing-Hui Hsu. * RubyGems generates documentation again with --ignore-dependencies. Bug #961 by Pulfer. * RubyGems can install extensions across partitions now. Pull request #970 by Michael Scherer. * `-s` is now short for `--source` which resolves an ambiguity with --no-suggestions. Pull request #955 by Alexander Kahn. * Added extra test for ~> for 0.0.X versions. Pull request #958 by Mark Lorenz. * Fixed typo in gem updated help. Pull request #952 by Per Modin. * Clarified that the gem description should not be excessively long. Part of bug #956 by Renier Morales. * Hid documentation of outdated test_files related methods in Specification. Guides issue #90 by Emil Soman. * RubyGems now falls back to the old index if the rubygems.org API fails during gem resolution. ------------------------------------------------------------------------------ RubyGems installed the following executables: /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/bin/gem Rdoc documentation was installed. You may now invoke: gem server and then peruse beautifully formatted documentation for your gems with your web browser. If you do not wish to install this documentation in the future, use the --no-document flag, or set it as the default in your ~/.gemrc file. See 'gem help env' for details. Ruby Interactive (ri) documentation was installed. ri is kind of like man pages for ruby libraries. You may access it like this: ri Classname ri Classname.class_method ri Classname#instance_method If you do not wish to install this documentation in the future, use the --no-document flag, or set it as the default in your ~/.gemrc file. See 'gem help env' for details. + find /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/gems/ -name '*.gz' -exec sh -c 'gzip -dc '\''{}'\'' | gzip > '\''{}.new'\'' && mv '\''{}.new'\'' '\''{}'\''' ';' + mkdir -p /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/bin + mv /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/rubygems/bin/gem /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/bin/gem + rm -rf /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/rubygems/bin + mv /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/rubygems/lib/gauntlet_rubygems.rb /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/rubygems/lib/rubygems /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/rubygems/lib/rubygems.rb /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/rubygems/lib/ubygems.rb /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm//usr/share/rubygems/. + rmdir /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/lib + for cert in Class3PublicPrimaryCertificationAuthority.pem DigiCertHighAssuranceEVRootCA.pem EntrustnetSecureServerCertificationAuthority.pem GeoTrustGlobalCA.pem AddTrustExternalCARoot.pem AddTrustExternalCARoot-2048.pem + rm /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem + for cert in Class3PublicPrimaryCertificationAuthority.pem DigiCertHighAssuranceEVRootCA.pem EntrustnetSecureServerCertificationAuthority.pem GeoTrustGlobalCA.pem AddTrustExternalCARoot.pem AddTrustExternalCARoot-2048.pem + rm /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem + for cert in Class3PublicPrimaryCertificationAuthority.pem DigiCertHighAssuranceEVRootCA.pem EntrustnetSecureServerCertificationAuthority.pem GeoTrustGlobalCA.pem AddTrustExternalCARoot.pem AddTrustExternalCARoot-2048.pem + rm /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem + for cert in Class3PublicPrimaryCertificationAuthority.pem DigiCertHighAssuranceEVRootCA.pem EntrustnetSecureServerCertificationAuthority.pem GeoTrustGlobalCA.pem AddTrustExternalCARoot.pem AddTrustExternalCARoot-2048.pem + rm /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/rubygems/ssl_certs/GeoTrustGlobalCA.pem + for cert in Class3PublicPrimaryCertificationAuthority.pem DigiCertHighAssuranceEVRootCA.pem EntrustnetSecureServerCertificationAuthority.pem GeoTrustGlobalCA.pem AddTrustExternalCARoot.pem AddTrustExternalCARoot-2048.pem + rm /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/rubygems/ssl_certs/AddTrustExternalCARoot.pem + for cert in Class3PublicPrimaryCertificationAuthority.pem DigiCertHighAssuranceEVRootCA.pem EntrustnetSecureServerCertificationAuthority.pem GeoTrustGlobalCA.pem AddTrustExternalCARoot.pem AddTrustExternalCARoot-2048.pem + rm /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem + mkdir -p /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib/rpm/macros.d + install -m 644 /builddir/build/SOURCES/macros.rubygems /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib/rpm/macros.d/macros.rubygems + sed -i 's/%{name}/ruby/' /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib/rpm/macros.d/macros.rubygems + mkdir -p /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib/rpm/fileattrs + install -m 644 /builddir/build/SOURCES/rubygems.attr /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib/rpm/fileattrs + install -m 755 /builddir/build/SOURCES/rubygems.req /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib/rpm + install -m 755 /builddir/build/SOURCES/rubygems.prov /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib/rpm + mkdir -p /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/rubygems/defaults + install -cpm 0644 /builddir/build/SOURCES/operating_system.rb /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/rubygems/rubygems/defaults/ + mkdir -p /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/gems/cache /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/gems/gems /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/gems/specifications /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/gems/extensions /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/gems/doc + mkdir -p /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib/gems/ruby /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/lib64/gems/ruby + mkdir -p /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/gems/specifications/default + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/rubygems-2.4.8 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5PoaLF + umask 022 + cd /builddir/build/BUILD + cd rubygems-2.4.8 + mkdir -p lib/rubygems/defaults + touch lib/rubygems/defaults/operating_system.rb + export GEM_PATH=/usr/share/gems + GEM_PATH=/usr/share/gems + RUBYOPT=-Ilib:test + for module in json ++ ruby -rrbconfig -e 'puts RbConfig::CONFIG["libdir"]' + for dir in '/usr/share/gems/gems/$module-*/lib' '$(ruby -rrbconfig -e '\''puts RbConfig::CONFIG["libdir"]'\'')/gems/ruby/$module-*' + RUBYOPT=-Ilib:test:/usr/share/gems/gems/json-1.8.1/lib + for dir in '/usr/share/gems/gems/$module-*/lib' '$(ruby -rrbconfig -e '\''puts RbConfig::CONFIG["libdir"]'\'')/gems/ruby/$module-*' + RUBYOPT=-Ilib:test:/usr/share/gems/gems/json-1.8.1/lib:/usr/lib/gems/ruby/json-1.8.1 + export RUBYOPT + ruby -rbuilder/xchar -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' Run options: --seed 58537 # Running tests: .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished tests in 6280.906766s, 0.2914 tests/s, 0.8644 assertions/s. 1830 tests, 5429 assertions, 0 failures, 0 errors, 1 skips + ruby -Ilib /builddir/build/SOURCES/check_CVE-2013-4287.rb Valid version time: 0.000000 0.000000 0.000000 ( 0.000102) Invalid version time: 0.000000 0.000000 0.000000 ( 0.000046) You are NOT vulnerable to CVE-2013-4287. + ruby -Ilib /builddir/build/SOURCES/check_CVE-2013-4363.rb Valid version time: 0.000000 0.000000 0.000000 ( 0.000102) Invalid version time: 0.000000 0.000000 0.000000 ( 0.000045) You are NOT vulnerable to CVE-2013-XXXX. + exit 0 Processing files: rubygems-2.4.8-100.fc20.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Dte57P + umask 022 + cd /builddir/build/BUILD + cd rubygems-2.4.8 + DOCDIR=/builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/doc/rubygems + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/doc/rubygems + cp -pr README.rdoc /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/doc/rubygems + cp -pr History.txt /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/doc/rubygems + cp -pr MIT.txt /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/doc/rubygems + cp -pr LICENSE.txt /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/doc/rubygems + cp -pr CVE-2013-4287.txt CVE-2013-4363.txt /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm/usr/share/doc/rubygems + exit 0 Provides: gem = 2.4.8-100.fc20 ruby(rubygems) = 2.4.8-100.fc20 rubygems = 2.4.8-100.fc20 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: rubygems-devel-2.4.8-100.fc20.noarch Provides: rubygems-devel = 2.4.8-100.fc20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: rubygems-doc-2.4.8-100.fc20.noarch Provides: rubygems-doc = 2.4.8-100.fc20 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 /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm Wrote: /builddir/build/RPMS/rubygems-2.4.8-100.fc20.noarch.rpm Wrote: /builddir/build/RPMS/rubygems-devel-2.4.8-100.fc20.noarch.rpm Wrote: /builddir/build/RPMS/rubygems-doc-2.4.8-100.fc20.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eNCxkc + umask 022 + cd /builddir/build/BUILD + cd rubygems-2.4.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rubygems-2.4.8-100.fc20.arm + exit 0 Child return code was: 0 LEAVE do -->