Build failed in Jenkins:
system-sync_mirrors-fedora-updates-fc29-x86_64 #953
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-fedora-updates-fc29-x86_...>
------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-fedora-updates-fc29-x86_...>
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1a2692064da3db124fd886cebd0cca5d0fa92bb4 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1a2692064da3db124fd886cebd0cca5d0fa92bb4
Commit message: "nightly-system-tests: big suits -> big containers"
> git rev-list --no-walk 1a2692064da3db124fd886cebd0cca5d0fa92bb4 # timeout=10
[system-sync_mirrors-fedora-updates-fc29-x86_64] $ /bin/bash -xe /tmp/jenkins8327505478610300298.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror fedora-updates-fc29 x86_64 jenkins/data/mirrors-reposync.conf
+ MIRRORS_MP_BASE=/var/www/html/repos
+ MIRRORS_HTTP_BASE=http://mirrors.phx.ovirt.org/repos
+ MIRRORS_CACHE=/home/jenkins/mirrors_cache
+ MAX_LOCK_ATTEMPTS=120
+ LOCK_WAIT_INTERVAL=5
+ LOCK_BASE=/home/jenkins
+ OLD_MD_TO_KEEP=100
+ HTTP_SELINUX_TYPE=httpd_sys_content_t
+ HTTP_FILE_MODE=644
+ main resync_yum_mirror fedora-updates-fc29 x86_64 jenkins/data/mirrors-reposync.conf
+ local command=resync_yum_mirror
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror fedora-updates-fc29 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=fedora-updates-fc29
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local sync_needed
+ mkdir -p /home/jenkins/mirrors_cache
+ verify_repo_fs fedora-updates-fc29 yum
+ local repo_name=fedora-updates-fc29
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum /var/www/html/repos/yum/fedora-updates-fc29 /var/www/html/repos/yum/fedora-updates-fc29/base
+ check_yum_sync_needed fedora-updates-fc29 x86_64 jenkins/data/mirrors-reposync.conf sync_needed
+ local repo_name=fedora-updates-fc29
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local p_sync_needed=sync_needed
+ local reposync_out
+ echo 'Checking if mirror needs a resync'
Checking if mirror needs a resync
+ rm -rf /home/jenkins/mirrors_cache/fedora-updates-fc29
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync fedora-updates-fc29 x86_64 jenkins/data/mirrors-reposync.conf --urls --quiet
++ local repo_name=fedora-updates-fc29
++ local repo_arch=x86_64
++ local reposync_conf=jenkins/data/mirrors-reposync.conf
++ extra_args=("${@:4}")
++ local extra_args
++ reposync --config=jenkins/data/mirrors-reposync.conf --repoid=fedora-updates-fc29 --arch=x86_64 --cachedir=/home/jenkins/mirrors_cache --download_path=/var/www/html/repos/yum/fedora-updates-fc29/base --norepopath --newest-only --urls --quiet
Traceback (most recent call last):
File "/usr/bin/reposync", line 373, in <module>
main()
File "/usr/bin/reposync", line 185, in main
my.doRepoSetup()
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in doRepoSetup
return self._getRepos(thisrepo, True)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in _getRepos
self._repos.doSetup(thisrepo)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1482, in _commonLoadRepoXML
result = self._getFileRepoXML(local, text)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1259, in _getFileRepoXML
size=102400) # setting max size as 100K
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1025, in _getFile
result = self.grab.urlgrab(misc.to_utf8(relative), local,
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 703, in <lambda>
grab = property(lambda self: self._getgrab())
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 698, in _getgrab
self._setupGrab()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 635, in _setupGrab
urls = self.urls
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 881, in <lambda>
urls = property(fget=lambda self: self._geturls(),
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 878, in _geturls
self._baseurlSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 824, in _baseurlSetup
mirrorurls.extend(list(self.metalink_data.urls()))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 921, in <lambda>
metalink_data = property(fget=lambda self: self._getMetalink(),
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 900, in _getMetalink
raise Errors.RepoError, msg
yum.Errors.RepoError: Cannot retrieve metalink for repository: fedora-updates-fc29. Please verify its path and try again
+ reposync_out=
Build step 'Execute shell' marked build as failure
5 years, 2 months
[JIRA] (OVIRT-2798) add ovirt-provider-ovn project to the new
gating system
by Miguel Duarte de Mora Barroso (oVirt JIRA)
Miguel Duarte de Mora Barroso created OVIRT-2798:
----------------------------------------------------
Summary: add ovirt-provider-ovn project to the new gating system
Key: OVIRT-2798
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2798
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Miguel Duarte de Mora Barroso
Assignee: infra
Hi,
I'd like to request that ovirt-provider-ovn is added to the new gating system.
Thanks in advance,
Miguel
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100110)
5 years, 2 months
what is a telecommunications job
by kumarfield28@gmail.com
These days, you will often come across telecommunication field technician jobs on the internet and newspapers. This must have gotten you curious regarding telecom engineer jobs. You might be wondering whether it would be the right career option for you and what kind of telecom services you will need to provide if this is the field you opt for. If that is the case, this is where your search culminates since we will provide you with the required details regarding telecom engineer jobs and services among other things.
https://www.fieldengineer.com/blogs/telecom-engineer-job-description/
5 years, 2 months
Build failed in Jenkins:
system-sync_mirrors-centos-sclo-rh-release-x86_64 #1
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-sclo-rh-release-x...>
------------------------------------------
[...truncated 3.06 MB...]
Removing ror40-rubygem-diff-lcs-doc-1.1.3-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-erubis-2.7.0-7.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-erubis-doc-2.7.0-7.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-execjs-1.4.0-7.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-execjs-doc-1.4.0-7.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-fakeweb-1.3.0-12.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-fakeweb-doc-1.3.0-12.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-hike-1.2.1-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-hike-doc-1.2.1-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-http_connection-1.4.1-9.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-i18n-0.6.4-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-i18n-doc-0.6.4-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-introspection-0.0.2-9.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-introspection-doc-0.0.2-9.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-jbuilder-1.5.0-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-jbuilder-doc-1.5.0-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-jquery-rails-3.1.0-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-jquery-rails-doc-3.1.0-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-mail-2.5.4-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-mail-doc-2.5.4-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-metaclass-0.0.1-9.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-metaclass-doc-0.0.1-9.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-mime-types-1.19-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-mime-types-doc-1.19-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-mocha-0.13.1-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-mocha-doc-0.13.1-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-mongo-1.9.2-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-mongo-doc-1.9.2-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-multi_json-1.7.7-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-multi_json-doc-1.7.7-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-net-http-persistent-2.8-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-net-http-persistent-doc-2.8-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-polyglot-0.3.3-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-polyglot-doc-0.3.3-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rack-1.5.2-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rack-cache-1.2-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rack-cache-doc-1.2-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rack-protection-1.2.0-9.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rack-protection-doc-1.2.0-9.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rack-test-0.6.2-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rails-4.0.2-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rails-doc-4.0.2-1.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rails-observers-0.1.2-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rails-observers-doc-0.1.2-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-railties-4.0.2-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-railties-doc-4.0.2-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-ref-1.0.0-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-ref-doc-1.0.0-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rspec-2.11.0-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rspec-core-2.11.1-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rspec-core-doc-2.11.1-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rspec-expectations-2.11.1-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rspec-expectations-doc-2.11.1-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rspec-mocks-2.11.1-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-rspec-mocks-doc-2.11.1-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sass-3.2.6-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sass-doc-3.2.6-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sass-rails-4.0.0-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sass-rails-doc-4.0.0-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sdoc-0.4.0-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sdoc-doc-0.4.0-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sinatra-1.3.2-13.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sinatra-doc-1.3.2-13.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sprockets-2.8.2-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sprockets-doc-2.8.2-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sprockets-rails-2.0.0-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sprockets-rails-doc-2.0.0-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-sqlite3-1.3.6-5.el7.x86_64.rpm due to failed signature check.
Removing ror40-rubygem-sqlite3-doc-1.3.6-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-test_declarative-0.0.5-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-test_declarative-doc-0.0.5-5.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-therubyracer-0.11.0-6.el7.x86_64.rpm due to failed signature check.
Removing ror40-rubygem-therubyracer-doc-0.11.0-6.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-thor-0.18.1-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-thor-doc-0.18.1-3.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-thread_safe-0.1.3-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-thread_safe-doc-0.1.3-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-tilt-1.3.3-13.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-tilt-doc-1.3.3-13.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-treetop-1.4.10-7.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-turbolinks-1.3.0-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-turbolinks-doc-1.3.0-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-tzinfo-0.3.37-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-tzinfo-doc-0.3.37-2.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-uglifier-2.2.1-4.el7.noarch.rpm due to failed signature check.
Removing ror40-rubygem-uglifier-doc-2.2.1-4.el7.noarch.rpm due to failed signature check.
Removing ror40-runtime-1.1-4.el7.x86_64.rpm due to failed signature check.
Removing ror40-scldevel-1.1-4.el7.x86_64.rpm due to failed signature check.
Removing ruby193-1.1-9.el7.x86_64.rpm due to failed signature check.
Removing ruby193-build-1.1-9.el7.x86_64.rpm due to failed signature check.
Removing ruby193-mod_passenger40-4.0.18-12.el7.x86_64.rpm due to failed signature check.
Removing ruby193-ruby-1.9.3.484-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-ruby-devel-1.9.3.484-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-ruby-doc-1.9.3.484-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-ruby-irb-1.9.3.484-51.el7.noarch.rpm due to failed signature check.
Removing ruby193-ruby-libs-1.9.3.484-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-ruby-tcltk-1.9.3.484-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-ZenTest-4.8.1-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-ZenTest-doc-4.8.1-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-actionmailer-3.2.8-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-actionmailer-doc-3.2.8-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-actionpack-3.2.8-20.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-actionpack-doc-3.2.8-20.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-activemodel-3.2.8-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-activemodel-doc-3.2.8-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-activerecord-3.2.8-8.2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-activerecord-doc-3.2.8-8.2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-activeresource-3.2.8-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-activeresource-doc-3.2.8-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-activesupport-3.2.8-5.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-arel-3.0.2-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-arel-doc-3.0.2-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-bacon-1.1.0-8.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-bacon-doc-1.1.0-8.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-bcrypt-ruby-3.0.1-8.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-bigdecimal-1.1.0-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-bson-1.9.2-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-bson-doc-1.9.2-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-bson_ext-1.9.2-2.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-bson_ext-doc-1.9.2-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-builder-3.0.0-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-builder-doc-3.0.0-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-bundler-1.3.5-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-bundler-doc-1.3.5-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-coffee-rails-3.2.2-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-coffee-rails-doc-3.2.2-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-coffee-script-2.2.0-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-coffee-script-doc-2.2.0-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-coffee-script-source-1.3.3-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-coffee-script-source-doc-1.3.3-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-diff-lcs-1.1.3-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-diff-lcs-doc-1.1.3-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-erubis-2.7.0-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-erubis-doc-2.7.0-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-execjs-1.4.0-6.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-execjs-doc-1.4.0-6.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-fakeweb-1.3.0-8.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-fakeweb-doc-1.3.0-8.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-hike-1.2.1-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-hike-doc-1.2.1-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-http_connection-1.4.1-7.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-i18n-0.6.0-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-i18n-doc-0.6.0-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-introspection-0.0.2-7.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-introspection-doc-0.0.2-7.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-io-console-0.3-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-journey-1.0.4-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-journey-doc-1.0.4-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-jquery-rails-2.0.2-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-jquery-rails-doc-2.0.2-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-json-1.5.5-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-mail-2.4.4-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-mail-doc-2.4.4-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-metaclass-0.0.1-8.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-metaclass-doc-0.0.1-8.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-mime-types-1.19-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-mime-types-doc-1.19-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-minitest-2.5.1-51.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-mocha-0.12.10-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-mocha-doc-0.12.10-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-mongo-1.9.2-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-mongo-doc-1.9.2-1.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-multi_json-1.3.6-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-multi_json-doc-1.3.6-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-net-http-persistent-2.7-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-net-http-persistent-doc-2.7-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-passenger40-4.0.18-12.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-passenger40-devel-4.0.18-12.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-passenger40-doc-4.0.18-12.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-passenger40-native-4.0.18-12.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-passenger40-native-libs-4.0.18-12.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-polyglot-0.3.3-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-polyglot-doc-0.3.3-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rack-1.4.1-5.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rack-cache-1.2-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rack-cache-doc-1.2-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rack-protection-1.2.0-7.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rack-protection-doc-1.2.0-7.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rack-ssl-1.3.2-7.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rack-ssl-doc-1.3.2-7.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rack-test-0.6.1-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rails-3.2.8-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-railties-3.2.8-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-railties-doc-3.2.8-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rake-0.9.2.2-51.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rdoc-3.9.5-51.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-ref-1.0.0-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-ref-doc-1.0.0-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rspec-2.11.0-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rspec-core-2.11.1-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rspec-core-doc-2.11.1-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rspec-expectations-2.11.1-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rspec-expectations-doc-2.11.1-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rspec-mocks-2.11.1-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-rspec-mocks-doc-2.11.1-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sass-3.1.20-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sass-doc-3.1.20-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sass-rails-3.2.5-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sass-rails-doc-3.2.5-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sinatra-1.3.2-12.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sinatra-doc-1.3.2-12.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sprockets-2.4.5-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sprockets-doc-2.4.5-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-sqlite3-1.3.6-3.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-sqlite3-doc-1.3.6-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-test_declarative-0.0.5-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-test_declarative-doc-0.0.5-3.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-therubyracer-0.11.0-0.9.beta5.el7.x86_64.rpm due to failed signature check.
Removing ruby193-rubygem-therubyracer-doc-0.11.0-0.9.beta5.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-thor-0.18.1-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-thor-doc-0.18.1-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-tilt-1.3.3-10.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-tilt-doc-1.3.3-10.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-treetop-1.4.10-6.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-tzinfo-0.3.33-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-tzinfo-doc-0.3.33-2.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-uglifier-1.2.6-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygem-uglifier-doc-1.2.6-4.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygems-1.8.23-51.el7.noarch.rpm due to failed signature check.
Removing ruby193-rubygems-devel-1.8.23-51.el7.noarch.rpm due to failed signature check.
Removing ruby193-runtime-1.1-9.el7.x86_64.rpm due to failed signature check.
Removing ruby193-scldevel-1.1-9.el7.x86_64.rpm due to failed signature check.
Removing ruby200-1.1-7.el7.x86_64.rpm due to failed signature check.
Removing ruby200-build-1.1-7.el7.x86_64.rpm due to failed signature check.
Removing ruby200-ruby-2.0.0.645-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-ruby-devel-2.0.0.645-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-ruby-doc-2.0.0.645-25.el7.noarch.rpm due to failed signature check.
Removing ruby200-ruby-irb-2.0.0.645-25.el7.noarch.rpm due to failed signature check.
Removing ruby200-ruby-libs-2.0.0.645-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-ruby-tcltk-2.0.0.645-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-rubygem-bigdecimal-1.2.0-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-rubygem-io-console-0.4.2-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-rubygem-json-1.7.7-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-rubygem-minitest-4.3.2-25.el7.noarch.rpm due to failed signature check.
Removing ruby200-rubygem-psych-2.0.0-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-rubygem-rake-0.9.6-25.el7.noarch.rpm due to failed signature check.
Removing ruby200-rubygem-rdoc-4.0.0-25.el7.noarch.rpm due to failed signature check.
Removing ruby200-rubygems-2.0.14-25.el7.x86_64.rpm due to failed signature check.
Removing ruby200-rubygems-devel-2.0.14-25.el7.noarch.rpm due to failed signature check.
Removing ruby200-runtime-1.1-7.el7.x86_64.rpm due to failed signature check.
Removing ruby200-scldevel-1.1-7.el7.x86_64.rpm due to failed signature check.
Removing v8314-2.1-1.el7.x86_64.rpm due to failed signature check.
Removing v8314-build-2.1-1.el7.x86_64.rpm due to failed signature check.
Removing v8314-gyp-0.1-0.20.0bb6747git.el7.noarch.rpm due to failed signature check.
Removing v8314-runtime-2.1-1.el7.x86_64.rpm due to failed signature check.
Removing v8314-scldevel-2.1-1.el7.x86_64.rpm due to failed signature check.
Removing v8314-v8-3.14.5.10-9.el7.x86_64.rpm due to failed signature check.
Removing v8314-v8-devel-3.14.5.10-9.el7.x86_64.rpm due to failed signature check.
Build step 'Execute shell' marked build as failure
5 years, 2 months