Change 78858,3 (vdsm) failed system tests
by oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
78858,3 (vdsm) failed. However, this change seems not to be to root cause for
failure. Change 78925,4 (vdsm) that this change depends on or is based on, was
detected to cause testing failures.
This change had been removed from the testing queue. Artifacts built from this
change will not be released until either change 78925,4 (vdsm) is fixed and
this change is updated to refer to or rebased on the fixed version, or this
change is modified to no longer depend on it.
For further details about the change see:
https://gerrit.ovirt.org/#/c/78858/3
For further details about the change that seems to be the root cause behind the
testing failures see:
https://gerrit.ovirt.org/#/c/78925/4
For failed test results see:
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/1068/
7 years, 6 months
[JIRA] (OVIRT-1504) Include more patch information in CQ jobs output
by Barak Korren (oVirt JIRA)
Barak Korren created OVIRT-1504:
-----------------------------------
Summary: Include more patch information in CQ jobs output
Key: OVIRT-1504
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1504
Project: oVirt - virtualization made easy
Issue Type: Improvement
Components: oVirt CI
Reporter: Barak Korren
Assignee: infra
It would be useful to include more information about checked patches in the UI of the CQ jobs and in email messages generated by them.
The information to include would be:
# The patch commit message
# The patch Git SHA
# The Gerrit change ID
The information should be included in:
# The email messages sent by the change queue
# As a popup text when clicking or hovering over an icon that will be displayed for the job build in the build history.
--
This message was sent by Atlassian JIRA
(v1000.1092.1#100053)
7 years, 6 months
[JIRA] (OVIRT-1504) Include more patch information in CQ jobs output
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1504?page=com.atlassian.jir... ]
Barak Korren updated OVIRT-1504:
--------------------------------
Epic Link: OVIRT-400
> Include more patch information in CQ jobs output
> ------------------------------------------------
>
> Key: OVIRT-1504
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1504
> Project: oVirt - virtualization made easy
> Issue Type: Improvement
> Components: oVirt CI
> Reporter: Barak Korren
> Assignee: infra
> Labels: change-queue
>
> It would be useful to include more information about checked patches in the UI of the CQ jobs and in email messages generated by them.
> The information to include would be:
> # The patch commit message
> # The patch Git SHA
> # The Gerrit change ID
> The information should be included in:
> # The email messages sent by the change queue
> # As a popup text when clicking or hovering over an icon that will be displayed for the job build in the build history.
--
This message was sent by Atlassian JIRA
(v1000.1092.1#100053)
7 years, 6 months
Change 78713,5 (vdsm) failed system tests
by oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
78713,5 (vdsm) failed. However, this change seems not to be to root cause for
failure. Change 78925,4 (vdsm) that this change depends on or is based on, was
detected to cause testing failures.
This change had been removed from the testing queue. Artifacts built from this
change will not be released until either change 78925,4 (vdsm) is fixed and
this change is updated to refer to or rebased on the fixed version, or this
change is modified to no longer depend on it.
For further details about the change see:
https://gerrit.ovirt.org/#/c/78713/5
For further details about the change that seems to be the root cause behind the
testing failures see:
https://gerrit.ovirt.org/#/c/78925/4
For failed test results see:
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/1062/
7 years, 6 months
Build failed in Jenkins: system-sync_mirrors-centos-updates-el7-x86_64 #561
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
------------------------------------------
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-centos-updates-el7-x86_6...>
> 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/changes/13/75913/5:patch --prune
> git rev-parse origin/patch^{commit} # timeout=10
> git rev-parse patch^{commit} # timeout=10
Checking out Revision 4b0fe3e0c9fba26cdbaafe2b29fddd3411225d6f (patch)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4b0fe3e0c9fba26cdbaafe2b29fddd3411225d6f
> git rev-list 4b0fe3e0c9fba26cdbaafe2b29fddd3411225d6f # timeout=10
[system-sync_mirrors-centos-updates-el7-x86_64] $ /bin/bash -xe /tmp/hudson6219313335247754558.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror centos-updates-el7 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 96, in retrieveAllMD
downloading = repo._commonRetrieveDataMD_list(mdtypes)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1609, in _commonRetrieveDataMD_list
os.rename(local, local + '.old.tmp')
OSError: [Errno 2] No such file or directory
Build step 'Execute shell' marked build as failure
7 years, 6 months
[JIRA] (OVIRT-886) Yum install does not throw error on missing package
by Gil Shinar (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-886?page=com.atlassian.jira... ]
Gil Shinar commented on OVIRT-886:
----------------------------------
You'll not see anything in the jobs. You can reproduce this any time you want. As Barak mentioned, just add a package to the .packages file and omit the repository it should come from from the .repos file. Run mock_runner.sh with -s flag and wait for the prompt. No error will be written to stdout about installation failure. Execute 'rpm -q $package' and you'll see that it hadn't been installed.
> Yum install does not throw error on missing package
> ---------------------------------------------------
>
> Key: OVIRT-886
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-886
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Reporter: Gil Shinar
> Assignee: infra
>
> When running el7 mock on fc24 (not necessary the issue) and one of the required packages is missing because a repository in .repos hadn't been added, yum will not fail and the package will not be installed
--
This message was sent by Atlassian JIRA
(v1000.1092.1#100053)
7 years, 6 months