[JIRA] (OVIRT-2445) Jenkins unreachable via HTTP
by Evgheni Dereveanchin (oVirt JIRA)
Evgheni Dereveanchin created OVIRT-2445:
-------------------------------------------
Summary: Jenkins unreachable via HTTP
Key: OVIRT-2445
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2445
Project: oVirt - virtualization made easy
Issue Type: Outage
Reporter: Evgheni Dereveanchin
Assignee: infra
Priority: High
There is an issue on jenkins.ovirt.org and it does not respond via HTTP although the process is running and some logs are being printed.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
6 years, 3 months
Change in ds-jenkins-stg[master]: [wip][testing bz5 gerrit hooks]
by review@gerrit-staging.phx.ovirt.org
From gerrit-hooks:
gerrit-hooks has posted comments on this change. ( https://gerrit-staging.phx.ovirt.org/200 )
Change subject: [wip][testing bz5 gerrit hooks]
......................................................................
Patch Set 2:
* Check Bug-Url::5::IGNORE, not relevant for classification: 'Retired', product: Red Hat Linux
* Check Product::IGNORE, not relevant for branch: master
* Check TM::IGNORE, not relevant for branch: master
* Check Backport::IGNORE, not relevant for branch: master
* Set POST::#5::IGNORE, not relevant for classification: 'Retired', product: 'Red Hat Linux'
* Update Tracker::#5::IGNORE, not relevant for classification: 'Retired', product: 'Red Hat Linux'
--
To view, visit https://gerrit-staging.phx.ovirt.org/200
To unsubscribe, visit https://gerrit-staging.phx.ovirt.org/settings
Gerrit-Project: ds-jenkins-stg
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Idda2f8eb065a64fb6c5736f60b2bbd41a7ae2609
Gerrit-Change-Number: 200
Gerrit-PatchSet: 2
Gerrit-Owner: Eyal Edri <eedri(a)redhat.com>
Gerrit-Reviewer: Eyal Edri <eedri(a)redhat.com>
Gerrit-Reviewer: Jenkins CI <infra(a)ovirt.org>
Gerrit-Reviewer: gerrit-hooks
Gerrit-Comment-Date: Tue, 21 Aug 2018 13:36:11 +0000
Gerrit-HasComments: No
6 years, 3 months
Change in ds-jenkins-stg[master]: [wip][testing bz5 gerrit hooks]
by review@gerrit-staging.phx.ovirt.org
From Eyal Edri <eedri(a)redhat.com>:
Hello Jenkins CI,
I'd like you to reexamine a change. Please visit
https://gerrit-staging.phx.ovirt.org/200
to look at the new patch set (#2).
Change subject: [wip][testing bz5 gerrit hooks]
......................................................................
[wip][testing bz5 gerrit hooks]
Bug-url: https://bugzilla5.redhat.com/show_bug.cgi?id=1591801
Change-Id: Idda2f8eb065a64fb6c5736f60b2bbd41a7ae2609
Signed-off-by: Eyal Edri <eedri(a)redhat.com>
---
M some-change.txt
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit-staging.phx.ovirt.org:29418/ds-jenkins-stg refs/changes/00/200/2
--
To view, visit https://gerrit-staging.phx.ovirt.org/200
To unsubscribe, visit https://gerrit-staging.phx.ovirt.org/settings
Gerrit-Project: ds-jenkins-stg
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Idda2f8eb065a64fb6c5736f60b2bbd41a7ae2609
Gerrit-Change-Number: 200
Gerrit-PatchSet: 2
Gerrit-Owner: Eyal Edri <eedri(a)redhat.com>
Gerrit-Reviewer: Eyal Edri <eedri(a)redhat.com>
Gerrit-Reviewer: Jenkins CI <infra(a)ovirt.org>
6 years, 3 months
Build failed in Jenkins: system-sync_mirrors-epel-el6-x86_64 #1785
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/1785/dis...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/ws/>
> 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 e8618a77f594da66dd957e08702fe84cd2f876ca (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e8618a77f594da66dd957e08702fe84cd2f876ca
Commit message: "Onboard stdci-sample-liora repo"
> git rev-list --no-walk e8618a77f594da66dd957e08702fe84cd2f876ca # timeout=10
[system-sync_mirrors-epel-el6-x86_64] $ /bin/bash -xe /tmp/jenkins9172889592843080663.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror epel-el6 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 175, 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 1465, in _commonLoadRepoXML
local = self.cachedir + '/repomd.xml'
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 774, in <lambda>
cachedir = property(lambda self: self._dirGetAttr('cachedir'))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 757, in _dirGetAttr
self.dirSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 735, in dirSetup
self._dirSetupMkdir_p(dir)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 712, in _dirSetupMkdir_p
raise Errors.RepoError, msg
yum.Errors.RepoError: Error making cache directory: /home/jenkins/mirrors_cache/centos-updates-el7/gen error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/centos-updates-el7/gen'
Build step 'Execute shell' marked build as failure
6 years, 3 months