Build failed in Jenkins: ovirt_4.0_he-system-tests #563

2016-11-25 Thread jenkins
See 

Changes:

[Eyal Edri] adding missing python-simplejson to epel repo

--
[...truncated 205 lines...]
## Sat Nov 26 07:36:38 UTC 2016 Finished env: el7:epel-7-x86_64
##  took 88 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: 
logs/mocker-epel-7-x86_64.el7.install_packages/stdout_stderr.log
##!
WARNING: Could not find required logging config file: 

 Using default...
INFO: mock.py version 1.2.21 starting (python version = 3.4.3)...
Start: init plugins
INFO: selinux enabled
Finish: init plugins
Start: run
Start: chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled yum cache
Start: cleaning yum metadata
Finish: cleaning yum metadata
Mock Version: 1.2.21
INFO: Mock Version: 1.2.21
Finish: chroot init
INFO: installing package(s): lago lago-ovirt grubby
ERROR: Command failed. See logs for output.
 # /usr/bin/yum-deprecated --installroot 
/var/lib/mock/epel-7-x86_64-0c362156a2fa4a935ea8b988eb73b2ad-14206/root/ 
--releasever 7 install lago lago-ovirt grubby --setopt=tsflags=nocontexts
Install packages took 31 seconds

##!
##! ERROR ^^
##!
##
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo 'shell_scripts/system_tests.collect_logs.sh'

#
# Required jjb vars:
#version
#
VERSION=4.0
SUITE_TYPE=

WORKSPACE="$PWD"
OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"

rm -rf "$WORKSPACE/exported-artifacts"
mkdir -p "$WORKSPACE/exported-artifacts"

if [[ -d "$TESTS_LOGS" ]]; then
mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
fi

[ovirt_4.0_he-system-tests] $ /bin/bash -xe /tmp/hudson3825285772770426775.sh
+ echo shell_scripts/system_tests.collect_logs.sh
shell_scripts/system_tests.collect_logs.sh
+ VERSION=4.0
+ SUITE_TYPE=
+ WORKSPACE=
+ OVIRT_SUITE=4.0
+ 
TESTS_LOGS=
+ rm -rf 

+ mkdir -p 

+ [[ -d 

 ]]
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo "shell-scripts/mock_cleanup.sh"

shopt -s nullglob


WORKSPACE="$PWD"

# Make clear this is the cleanup, helps reading the jenkins logs
cat 
+ cat
___
###
# #
#   CLEANUP   #
# #
###
+ logs=(./*log ./*/logs)
+ [[ -n ./ovirt-system-tests/logs ]]
+ for log in '"${logs[@]}"'
+ echo 'Copying ./ovirt-system-tests/logs to exported-artifacts'
Copying ./ovirt-system-tests/logs to exported-artifacts
+ mv ./ovirt-system-tests/logs exported-artifacts/
+ failed=false
+ mock_confs=("$WORKSPACE"/*/mocker*)
+ for mock_conf_file in '"${mock_confs[@]}"'
+ [[ -n 

 ]]
+ echo 'Cleaning up mock '
Cleaning up mock 
+ mock_root=mocker-epel-7-x86_64.el7.cfg
+ mock_root=mocker-epel-7-x86_64.el7
+ my_mock=/usr/bin/mock
+ my_mock+=' 
--configdir=
+ my_mock+=' --root=mocker-epel-7-x86_64.el7'
+ my_mock+=' 
--resultdir=
+ echo 'Killing all mock orphan processes, if any.'
Killing all mock orphan processes, if any.
+ /usr/bin/mock 
--configdir=
 --root=mocker-epel-7-x86_64.el7 
--resultdir= 
--orphanskill
WARNING: Could not find required logging config file: 

Build failed in Jenkins: ovirt_master_system-tests #837

2016-11-25 Thread jenkins
See 

Changes:

[Eyal Edri] adding missing python-simplejson to epel repo

--
[...truncated 163 lines...]
INFO: mock.py version 1.2.21 starting (python version = 3.4.3)...
Start: init plugins
INFO: selinux enabled
Finish: init plugins
Start: run
Start: scrub ['chroot']
INFO: scrubbing chroot for mocker-epel-7-x86_64.el7
Finish: scrub ['chroot']
Finish: run
Scrub chroot took 1 seconds

##
## Sat Nov 26 07:31:45 UTC 2016 Finished env: el7:epel-7-x86_64
##  took 25 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: logs/mocker-epel-7-x86_64.el7.init/stdout_stderr.log
##!
== Initializing chroot
mock \

--configdir="
 \
--root="mocker-epel-7-x86_64.el7" \
--resultdir="logs/mocker-epel-7-x86_64.el7.init" \
--init
Init took 23 seconds

##!
##! ERROR ^^
##!
##
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo 'shell_scripts/system_tests.collect_logs.sh'

#
# Required jjb vars:
#version
#
VERSION=master
SUITE_TYPE=

WORKSPACE="$PWD"
OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"

rm -rf "$WORKSPACE/exported-artifacts"
mkdir -p "$WORKSPACE/exported-artifacts"

if [[ -d "$TESTS_LOGS" ]]; then
mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
fi

[ovirt_master_system-tests] $ /bin/bash -xe /tmp/hudson2951409603779040626.sh
+ echo shell_scripts/system_tests.collect_logs.sh
shell_scripts/system_tests.collect_logs.sh
+ VERSION=master
+ SUITE_TYPE=
+ WORKSPACE=
+ OVIRT_SUITE=master
+ 
TESTS_LOGS=
+ rm -rf 

+ mkdir -p 

+ [[ -d 

 ]]
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo "shell-scripts/mock_cleanup.sh"

shopt -s nullglob


WORKSPACE="$PWD"

# Make clear this is the cleanup, helps reading the jenkins logs
cat 
+ cat
___
###
# #
#   CLEANUP   #
# #
###
+ logs=(./*log ./*/logs)
+ [[ -n ./ovirt-system-tests/logs ]]
+ for log in '"${logs[@]}"'
+ echo 'Copying ./ovirt-system-tests/logs to exported-artifacts'
Copying ./ovirt-system-tests/logs to exported-artifacts
+ mv ./ovirt-system-tests/logs exported-artifacts/
+ failed=false
+ mock_confs=("$WORKSPACE"/*/mocker*)
+ for mock_conf_file in '"${mock_confs[@]}"'
+ [[ -n 

 ]]
+ echo 'Cleaning up mock '
Cleaning up mock 
+ mock_root=mocker-epel-7-x86_64.el7.cfg
+ mock_root=mocker-epel-7-x86_64.el7
+ my_mock=/usr/bin/mock
+ my_mock+=' 
--configdir=
+ my_mock+=' --root=mocker-epel-7-x86_64.el7'
+ my_mock+=' 
--resultdir=
+ echo 'Killing all mock orphan processes, if any.'
Killing all mock orphan processes, if any.
+ /usr/bin/mock 
--configdir=
 --root=mocker-epel-7-x86_64.el7 
--resultdir= 
--orphanskill
WARNING: Could not find required logging config file: 

 Using default...
INFO: mock.py version 1.2.21 starting (python version = 3.4.3)...
Start: init plugins
INFO: selinux enabled
Finish: init plugins
Start: run
Finish: run
++ grep -Po 

[oVirt Jenkins] test-repo_ovirt_experimental_master - Build #3674 - FAILURE!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_master/3674/,
Build Number: 3674,
Build Status: FAILURE___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_master - Build #3673 - FAILURE!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_master/3673/,
Build Number: 3673,
Build Status: FAILURE___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


oVirt infra daily report - unstable production jobs - 149

2016-11-25 Thread jenkins
Good morning!

Attached is the HTML page with the jenkins status report. You can see it also 
here:
 - 
http://jenkins.ovirt.org/job/system_jenkins-report/149//artifact/exported-artifacts/upstream_report.html

Cheers,
Jenkins


upstream_report.html
Description: Binary data
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-868) Delivery Notification, ID 837693

2016-11-25 Thread FedEx Standard Overnight (oVirt JIRA)
FedEx Standard Overnight created OVIRT-868:
--

 Summary: Delivery Notification, ID 837693
 Key: OVIRT-868
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-868
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: FedEx Standard Overnight
Assignee: infra


Hello,
We could not deliver your parcel. Please, open email attachment to print 
shipment label.
Valencia Lindbeck - Area Manager FedEx , CA
Thank you for choosing FedEx.



--
This message was sent by Atlassian JIRA
(v1000.571.2#100021)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Change in ovirt-engine[master]: core: improving vms_with_tags view performance

2016-11-25 Thread Martin Perina
Could you please take a look at upgrade from 3.6 job? Following error seems
to me like an CI infra issue:

error: could not apply 8525684... Modified cleanup.sh in 'upgrade_to_4.0'


Thanks

Martin



On Fri, Nov 25, 2016 at 6:54 PM, Code Review  wrote:

> From Jenkins CI:
>
> Jenkins CI has posted comments on this change.
>
> Change subject: core: improving vms_with_tags view performance
> ..
>
>
> Patch Set 4:
>
> Build Failed
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-
> from-3.6_el7_merged/1039/ : FAILURE
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-
> merged-el7-x86_64/2650/ : SUCCESS
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-
> from-4.0_el7_merged/2183/ : SUCCESS
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-
> from-master_el7_merged/2657/ : SUCCESS
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-
> merged-fc24-x86_64/1753/ : SUCCESS
>
> --
> To view, visit https://gerrit.ovirt.org/66165
> To unsubscribe, visit https://gerrit.ovirt.org/settings
>
> Gerrit-MessageType: comment
> Gerrit-Change-Id: Ib5a6637b7c890e445940c8d0a770c2bd7e11e72b
> Gerrit-PatchSet: 4
> Gerrit-Project: ovirt-engine
> Gerrit-Branch: master
> Gerrit-Owner: Eli Mesika 
> Gerrit-Reviewer: Arik Hadas 
> Gerrit-Reviewer: Eli Mesika 
> Gerrit-Reviewer: Jenkins CI
> Gerrit-Reviewer: Martin Peřina 
> Gerrit-Reviewer: gerrit-hooks 
> Gerrit-HasComments: No
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-867) Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread Evgheni Dereveanchin (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=23205#comment-23205
 ] 

Evgheni Dereveanchin commented on OVIRT-867:


Basically the offending line is here:
https://gerrit.ovirt.org/gitweb?p=jenkins.git;a=blob;f=jobs/packaging/repo_closure_check.sh;h=4fe21ee8dc9816f9f5a037a68a912d99c12027c0;hb=HEAD#l23

We need to change this to a live mirror as mirror.switch.ch is stale and was 
dropped from mirrorlist output.
I'd prefer one of the US mirrors as a quick fix:
https://mirrors.fedoraproject.org/mirrorlist?repo=epel-7=x86_64=US

For a full fix we'd need to replace this hard coded URL list with a proper 
mirrorlist from the epel-release RPM

> Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still 
> Failing!
> 
>
> Key: OVIRT-867
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-867
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> *00:01:53.955* Can't download or revert repomd.xml for
> check-epel-el7*00:01:53.955* Some dependencies may not be complete for
> this repository*00:01:53.956* Run as root to get all dependencies or
> use -t to enable a user temp cache
> Can you check? looks like it's not possible to update local cache of metadata.
> On Fri, Nov 25, 2016 at 1:07 PM,  wrote:
> > Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/
> > Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/92/
> > Build Number: 92
> > Build Status:  Still Failing
> > Triggered By: Started by user Sandro Bonazzola
> >
> > -
> > Changes Since Last Success:
> > -
> > Changes for Build #89
> > [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
> >
> > [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> > of snapshot
> >
> >
> > Changes for Build #90
> > No changes
> >
> > Changes for Build #91
> > No changes
> >
> > Changes for Build #92
> > No changes
> >
> >
> >
> > -
> > Failed Tests:
> > -
> > No tests ran.
> >
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.571.2#100021)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Jenkins build is back to normal : ovirt_3.6_he-system-tests #728

2016-11-25 Thread jenkins
See 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3985 - SUCCESS!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3985/,
Build Number: 3985,
Build Status: SUCCESS___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Jenkins build is back to normal : ovirt_4.0_he-system-tests #561

2016-11-25 Thread jenkins
See 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Jenkins build is back to normal : ovirt_4.0_system-tests #707

2016-11-25 Thread jenkins
See 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Jenkins build is back to normal : ovirt_3.6_system-tests #789

2016-11-25 Thread jenkins
See 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3984 - FAILURE!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3984/,
Build Number: 3984,
Build Status: FAILURE___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-867) Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread sbonazzo (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=23204#comment-23204
 ] 

sbonazzo commented on OVIRT-867:


On Fri, Nov 25, 2016 at 3:43 PM, Evgheni Dereveanchin 
wrote:

> After more checks - indeed this looks like an inconsistency
> on the mirror:
>
> http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/
>
> 1ef1290202fb9e09f1aa15efccea3456913df8657cc0e23a1df61d9ec18e
> 5659-comps-epel7.xml.xz
> ab638ffbf7ef7e7f41b8f630113ff6bd251612eefa570b8725b612500d8c
> 90fc-comps-epel7.xml
> repomd.xml
>
> there is no primary.sqlite.xz or filelists.xml.gz in this directory
> at the moment, hence the failures. As said, this mirror is hardcoded
> in repo_closure_check.sh so changing that to a working mirror will
> fix the issue, as well as waiting till mirror.switch.ch gets sync'ed.
>
> In fact, I don't know why we are using a Swiss mirror for tests that
> are run on US servers.
>
>
feel free to change mirror or use a local one



> Regards,
> Evgheni Dereveanchin
>
> - Original Message -
> From: "Evgheni Dereveanchin" 
> To: "Sandro Bonazzola" 
> Cc: "infra" , infra-supp...@ovirt.org, "Yedidyah Bar
> David" , "Eyal Edri" 
> Sent: Friday, 25 November, 2016 3:10:47 PM
> Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build #
> 92 - Still Failing!
>
> Hi Sandro,
>
> From first glance this may be caused by an upstream EPEL mirror,
> especially given the 404 errors:
>
> 12:07:12 Added check-epel-el7 repo from http://mirror.switch.ch/ftp/
> mirror/epel/7/x86_64/
> ...
> 12:07:12 Reading in repository metadata - please wait
> 12:07:20 Can't download or revert repomd.xml for check-epel-el7
> ...
> 12:07:21 failure: repodata/9edce4d5e3c9437849fbbbae7c2faa
> 50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz from check-epel-el7:
> [Errno 256] No more mirrors to try.
> 12:07:21 http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/
> 9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c
> 23de-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
>
> This mirror is hardcoded in repo_closure_check.sh and looks
> fine when accessed by browser. I will do some more investigation
> to see if some stale metadata may be causing this, however I've
> seen the failure on several different slaves.
>
> Regards,
> Evgheni Dereveanchin
>
> - Original Message -
> From: "Sandro Bonazzola" 
> To: "infra" , infra-supp...@ovirt.org, "Evgheni
> Dereveanchin" 
> Cc: "Yedidyah Bar David" , "Eyal Edri" 
> Sent: Friday, 25 November, 2016 2:41:02 PM
> Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build #
> 92 - Still Failing!
>
> *00:01:53.955* Can't download or revert repomd.xml for
> check-epel-el7*00:01:53.955* Some dependencies may not be complete for
> this repository*00:01:53.956* Run as root to get all dependencies or
> use -t to enable a user temp cache
>
>
> Can you check? looks like it's not possible to update local cache of
> metadata.
>
>
>
> On Fri, Nov 25, 2016 at 1:07 PM,  wrote:
>
> > Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_
> merged/
> > Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_
> merged/92/
> > Build Number: 92
> > Build Status:  Still Failing
> > Triggered By: Started by user Sandro Bonazzola
> >
> > -
> > Changes Since Last Success:
> > -
> > Changes for Build #89
> > [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
> >
> > [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> > of snapshot
> >
> >
> > Changes for Build #90
> > No changes
> >
> > Changes for Build #91
> > No changes
> >
> > Changes for Build #92
> > No changes
> >
> >
> >
> > -
> > Failed Tests:
> > -
> > No tests ran.
> >
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
>
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

> Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still 
> Failing!
> 
>
> Key: OVIRT-867
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-867
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
> 

Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread Sandro Bonazzola
On Fri, Nov 25, 2016 at 3:43 PM, Evgheni Dereveanchin 
wrote:

> After more checks - indeed this looks like an inconsistency
> on the mirror:
>
> http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/
>
> 1ef1290202fb9e09f1aa15efccea3456913df8657cc0e23a1df61d9ec18e
> 5659-comps-epel7.xml.xz
> ab638ffbf7ef7e7f41b8f630113ff6bd251612eefa570b8725b612500d8c
> 90fc-comps-epel7.xml
> repomd.xml
>
> there is no primary.sqlite.xz or filelists.xml.gz in this directory
> at the moment, hence the failures. As said, this mirror is hardcoded
> in repo_closure_check.sh so changing that to a working mirror will
> fix the issue, as well as waiting till mirror.switch.ch gets sync'ed.
>
> In fact, I don't know why we are using a Swiss mirror for tests that
> are run on US servers.
>
>
feel free to change mirror or use a local one



> Regards,
> Evgheni Dereveanchin
>
> - Original Message -
> From: "Evgheni Dereveanchin" 
> To: "Sandro Bonazzola" 
> Cc: "infra" , infra-supp...@ovirt.org, "Yedidyah Bar
> David" , "Eyal Edri" 
> Sent: Friday, 25 November, 2016 3:10:47 PM
> Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build #
> 92 - Still Failing!
>
> Hi Sandro,
>
> From first glance this may be caused by an upstream EPEL mirror,
> especially given the 404 errors:
>
> 12:07:12 Added check-epel-el7 repo from http://mirror.switch.ch/ftp/
> mirror/epel/7/x86_64/
> ...
> 12:07:12 Reading in repository metadata - please wait
> 12:07:20 Can't download or revert repomd.xml for check-epel-el7
> ...
> 12:07:21 failure: repodata/9edce4d5e3c9437849fbbbae7c2faa
> 50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz from check-epel-el7:
> [Errno 256] No more mirrors to try.
> 12:07:21 http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/
> 9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c
> 23de-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
>
> This mirror is hardcoded in repo_closure_check.sh and looks
> fine when accessed by browser. I will do some more investigation
> to see if some stale metadata may be causing this, however I've
> seen the failure on several different slaves.
>
> Regards,
> Evgheni Dereveanchin
>
> - Original Message -
> From: "Sandro Bonazzola" 
> To: "infra" , infra-supp...@ovirt.org, "Evgheni
> Dereveanchin" 
> Cc: "Yedidyah Bar David" , "Eyal Edri" 
> Sent: Friday, 25 November, 2016 2:41:02 PM
> Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build #
> 92 - Still Failing!
>
> *00:01:53.955* Can't download or revert repomd.xml for
> check-epel-el7*00:01:53.955* Some dependencies may not be complete for
> this repository*00:01:53.956* Run as root to get all dependencies or
> use -t to enable a user temp cache
>
>
> Can you check? looks like it's not possible to update local cache of
> metadata.
>
>
>
> On Fri, Nov 25, 2016 at 1:07 PM,  wrote:
>
> > Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_
> merged/
> > Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_
> merged/92/
> > Build Number: 92
> > Build Status:  Still Failing
> > Triggered By: Started by user Sandro Bonazzola
> >
> > -
> > Changes Since Last Success:
> > -
> > Changes for Build #89
> > [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
> >
> > [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> > of snapshot
> >
> >
> > Changes for Build #90
> > No changes
> >
> > Changes for Build #91
> > No changes
> >
> > Changes for Build #92
> > No changes
> >
> >
> >
> > -
> > Failed Tests:
> > -
> > No tests ran.
> >
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
>
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-devel] Gerrit headers are not added to commits in vdsm repo

2016-11-25 Thread Nir Soffer
On Fri, Nov 25, 2016 at 4:45 PM, Tomáš Golembiovský  wrote:
> Hi,
>
> I've noticed that in vdsm repo the merged commits do not contain the
> info headers added by Gerrit any more (Reviewed-by/Reviewed-on/etc.).
>
> Is that intentional? If yes, what was the motivation behind this?
>
> The change seem to have happened about 4 days ago. Sometime between the
> following two commits:
>
> * 505f5da  API: Introduce getQemuImageInfo API. [Maor Lipchuk]
> * 1c4a39c  protocoldetector: Avoid unneeded getpeername() [Nir Soffer]

We switched vdsm to fast-forward 4 days ago, maybe this was unintended
side effect of this change?

The gerrit headers are very useful, please add back.

Nir
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-867) Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread Evgheni Dereveanchin (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=23203#comment-23203
 ] 

Evgheni Dereveanchin commented on OVIRT-867:


After more checks - indeed this looks like an inconsistency
on the mirror:

http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/

1ef1290202fb9e09f1aa15efccea3456913df8657cc0e23a1df61d9ec18e5659-comps-epel7.xml.xz
ab638ffbf7ef7e7f41b8f630113ff6bd251612eefa570b8725b612500d8c90fc-comps-epel7.xml
repomd.xml

there is no primary.sqlite.xz or filelists.xml.gz in this directory
at the moment, hence the failures. As said, this mirror is hardcoded
in repo_closure_check.sh so changing that to a working mirror will
fix the issue, as well as waiting till mirror.switch.ch gets sync'ed.

In fact, I don't know why we are using a Swiss mirror for tests that
are run on US servers.

Regards, 
Evgheni Dereveanchin 

- Original Message -
From: "Evgheni Dereveanchin" 
To: "Sandro Bonazzola" 
Cc: "infra" , infra-supp...@ovirt.org, "Yedidyah Bar David" 
, "Eyal Edri" 
Sent: Friday, 25 November, 2016 3:10:47 PM
Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - 
Still Failing!

Hi Sandro,

From first glance this may be caused by an upstream EPEL mirror,
especially given the 404 errors:

12:07:12 Added check-epel-el7 repo from 
http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/
...
12:07:12 Reading in repository metadata - please wait
12:07:20 Can't download or revert repomd.xml for check-epel-el7
...
12:07:21 failure: 
repodata/9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz
 from check-epel-el7: [Errno 256] No more mirrors to try.
12:07:21 
http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found

This mirror is hardcoded in repo_closure_check.sh and looks
fine when accessed by browser. I will do some more investigation
to see if some stale metadata may be causing this, however I've
seen the failure on several different slaves.

Regards, 
Evgheni Dereveanchin 

- Original Message -
From: "Sandro Bonazzola" 
To: "infra" , infra-supp...@ovirt.org, "Evgheni Dereveanchin" 

Cc: "Yedidyah Bar David" , "Eyal Edri" 
Sent: Friday, 25 November, 2016 2:41:02 PM
Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - 
Still Failing!

*00:01:53.955* Can't download or revert repomd.xml for
check-epel-el7*00:01:53.955* Some dependencies may not be complete for
this repository*00:01:53.956* Run as root to get all dependencies or
use -t to enable a user temp cache


Can you check? looks like it's not possible to update local cache of metadata.



On Fri, Nov 25, 2016 at 1:07 PM,  wrote:

> Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/
> Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/92/
> Build Number: 92
> Build Status:  Still Failing
> Triggered By: Started by user Sandro Bonazzola
>
> -
> Changes Since Last Success:
> -
> Changes for Build #89
> [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
>
> [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> of snapshot
>
>
> Changes for Build #90
> No changes
>
> Changes for Build #91
> No changes
>
> Changes for Build #92
> No changes
>
>
>
> -
> Failed Tests:
> -
> No tests ran.
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

> Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still 
> Failing!
> 
>
> Key: OVIRT-867
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-867
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> *00:01:53.955* Can't download or revert repomd.xml for
> check-epel-el7*00:01:53.955* Some dependencies may not be complete for
> this repository*00:01:53.956* Run as root to get all dependencies or
> use -t to enable a user temp cache
> Can you check? looks like it's not possible to update local cache of metadata.
> On Fri, Nov 25, 2016 at 1:07 PM,  wrote:
> > Project: 

Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread Evgheni Dereveanchin
After more checks - indeed this looks like an inconsistency
on the mirror:

http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/

1ef1290202fb9e09f1aa15efccea3456913df8657cc0e23a1df61d9ec18e5659-comps-epel7.xml.xz
ab638ffbf7ef7e7f41b8f630113ff6bd251612eefa570b8725b612500d8c90fc-comps-epel7.xml
repomd.xml

there is no primary.sqlite.xz or filelists.xml.gz in this directory
at the moment, hence the failures. As said, this mirror is hardcoded
in repo_closure_check.sh so changing that to a working mirror will
fix the issue, as well as waiting till mirror.switch.ch gets sync'ed.

In fact, I don't know why we are using a Swiss mirror for tests that
are run on US servers.

Regards, 
Evgheni Dereveanchin 

- Original Message -
From: "Evgheni Dereveanchin" 
To: "Sandro Bonazzola" 
Cc: "infra" , infra-supp...@ovirt.org, "Yedidyah Bar David" 
, "Eyal Edri" 
Sent: Friday, 25 November, 2016 3:10:47 PM
Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - 
Still Failing!

Hi Sandro,

From first glance this may be caused by an upstream EPEL mirror,
especially given the 404 errors:

12:07:12 Added check-epel-el7 repo from 
http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/
...
12:07:12 Reading in repository metadata - please wait
12:07:20 Can't download or revert repomd.xml for check-epel-el7
...
12:07:21 failure: 
repodata/9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz
 from check-epel-el7: [Errno 256] No more mirrors to try.
12:07:21 
http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found

This mirror is hardcoded in repo_closure_check.sh and looks
fine when accessed by browser. I will do some more investigation
to see if some stale metadata may be causing this, however I've
seen the failure on several different slaves.

Regards, 
Evgheni Dereveanchin 

- Original Message -
From: "Sandro Bonazzola" 
To: "infra" , infra-supp...@ovirt.org, "Evgheni Dereveanchin" 

Cc: "Yedidyah Bar David" , "Eyal Edri" 
Sent: Friday, 25 November, 2016 2:41:02 PM
Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - 
Still Failing!

*00:01:53.955* Can't download or revert repomd.xml for
check-epel-el7*00:01:53.955* Some dependencies may not be complete for
this repository*00:01:53.956* Run as root to get all dependencies or
use -t to enable a user temp cache


Can you check? looks like it's not possible to update local cache of metadata.



On Fri, Nov 25, 2016 at 1:07 PM,  wrote:

> Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/
> Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/92/
> Build Number: 92
> Build Status:  Still Failing
> Triggered By: Started by user Sandro Bonazzola
>
> -
> Changes Since Last Success:
> -
> Changes for Build #89
> [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
>
> [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> of snapshot
>
>
> Changes for Build #90
> No changes
>
> Changes for Build #91
> No changes
>
> Changes for Build #92
> No changes
>
>
>
> -
> Failed Tests:
> -
> No tests ran.
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-867) Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread Evgheni Dereveanchin (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=23202#comment-23202
 ] 

Evgheni Dereveanchin commented on OVIRT-867:


Hi Sandro,

>From first glance this may be caused by an upstream EPEL mirror,
especially given the 404 errors:

12:07:12 Added check-epel-el7 repo from 
http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/
...
12:07:12 Reading in repository metadata - please wait
12:07:20 Can't download or revert repomd.xml for check-epel-el7
...
12:07:21 failure: 
repodata/9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz
 from check-epel-el7: [Errno 256] No more mirrors to try.
12:07:21 
http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found

This mirror is hardcoded in repo_closure_check.sh and looks
fine when accessed by browser. I will do some more investigation
to see if some stale metadata may be causing this, however I've
seen the failure on several different slaves.

Regards, 
Evgheni Dereveanchin 

- Original Message -
From: "Sandro Bonazzola" 
To: "infra" , infra-supp...@ovirt.org, "Evgheni Dereveanchin" 

Cc: "Yedidyah Bar David" , "Eyal Edri" 
Sent: Friday, 25 November, 2016 2:41:02 PM
Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - 
Still Failing!

*00:01:53.955* Can't download or revert repomd.xml for
check-epel-el7*00:01:53.955* Some dependencies may not be complete for
this repository*00:01:53.956* Run as root to get all dependencies or
use -t to enable a user temp cache


Can you check? looks like it's not possible to update local cache of metadata.



On Fri, Nov 25, 2016 at 1:07 PM,  wrote:

> Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/
> Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/92/
> Build Number: 92
> Build Status:  Still Failing
> Triggered By: Started by user Sandro Bonazzola
>
> -
> Changes Since Last Success:
> -
> Changes for Build #89
> [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
>
> [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> of snapshot
>
>
> Changes for Build #90
> No changes
>
> Changes for Build #91
> No changes
>
> Changes for Build #92
> No changes
>
>
>
> -
> Failed Tests:
> -
> No tests ran.
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

> Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still 
> Failing!
> 
>
> Key: OVIRT-867
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-867
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> *00:01:53.955* Can't download or revert repomd.xml for
> check-epel-el7*00:01:53.955* Some dependencies may not be complete for
> this repository*00:01:53.956* Run as root to get all dependencies or
> use -t to enable a user temp cache
> Can you check? looks like it's not possible to update local cache of metadata.
> On Fri, Nov 25, 2016 at 1:07 PM,  wrote:
> > Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/
> > Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/92/
> > Build Number: 92
> > Build Status:  Still Failing
> > Triggered By: Started by user Sandro Bonazzola
> >
> > -
> > Changes Since Last Success:
> > -
> > Changes for Build #89
> > [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
> >
> > [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> > of snapshot
> >
> >
> > Changes for Build #90
> > No changes
> >
> > Changes for Build #91
> > No changes
> >
> > Changes for Build #92
> > No changes
> >
> >
> >
> > -
> > Failed Tests:
> > -
> > No tests ran.
> >
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA

Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread Evgheni Dereveanchin
Hi Sandro,

>From first glance this may be caused by an upstream EPEL mirror,
especially given the 404 errors:

12:07:12 Added check-epel-el7 repo from 
http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/
...
12:07:12 Reading in repository metadata - please wait
12:07:20 Can't download or revert repomd.xml for check-epel-el7
...
12:07:21 failure: 
repodata/9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz
 from check-epel-el7: [Errno 256] No more mirrors to try.
12:07:21 
http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/repodata/9edce4d5e3c9437849fbbbae7c2faa50a9b0326b968dd8faa66ece83984c23de-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found

This mirror is hardcoded in repo_closure_check.sh and looks
fine when accessed by browser. I will do some more investigation
to see if some stale metadata may be causing this, however I've
seen the failure on several different slaves.

Regards, 
Evgheni Dereveanchin 

- Original Message -
From: "Sandro Bonazzola" 
To: "infra" , infra-supp...@ovirt.org, "Evgheni Dereveanchin" 

Cc: "Yedidyah Bar David" , "Eyal Edri" 
Sent: Friday, 25 November, 2016 2:41:02 PM
Subject: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - 
Still Failing!

*00:01:53.955* Can't download or revert repomd.xml for
check-epel-el7*00:01:53.955* Some dependencies may not be complete for
this repository*00:01:53.956* Run as root to get all dependencies or
use -t to enable a user temp cache


Can you check? looks like it's not possible to update local cache of metadata.



On Fri, Nov 25, 2016 at 1:07 PM,  wrote:

> Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/
> Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/92/
> Build Number: 92
> Build Status:  Still Failing
> Triggered By: Started by user Sandro Bonazzola
>
> -
> Changes Since Last Success:
> -
> Changes for Build #89
> [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
>
> [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> of snapshot
>
>
> Changes for Build #90
> No changes
>
> Changes for Build #91
> No changes
>
> Changes for Build #92
> No changes
>
>
>
> -
> Failed Tests:
> -
> No tests ran.
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 93 - Still Failing!

2016-11-25 Thread jenkins
Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/ 
Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/93/
Build Number: 93
Build Status:  Still Failing
Triggered By: Started by user Sandro Bonazzola

-
Changes Since Last Success:
-
Changes for Build #89
[Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well

[Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead of 
snapshot


Changes for Build #90
No changes

Changes for Build #91
No changes

Changes for Build #92
No changes

Changes for Build #93
No changes



-
Failed Tests:
-
No tests ran. 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3981 - FAILURE!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3981/,
Build Number: 3981,
Build Status: FAILURE___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-867) Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread sbonazzo (oVirt JIRA)
sbonazzo created OVIRT-867:
--

 Summary: Re: [oVirt Jenkins] repos_3.6_check-closure_el7_merged - 
Build # 92 - Still Failing!
 Key: OVIRT-867
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-867
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: sbonazzo
Assignee: infra


*00:01:53.955* Can't download or revert repomd.xml for
check-epel-el7*00:01:53.955* Some dependencies may not be complete for
this repository*00:01:53.956* Run as root to get all dependencies or
use -t to enable a user temp cache


Can you check? looks like it's not possible to update local cache of metadata.



On Fri, Nov 25, 2016 at 1:07 PM,  wrote:

> Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/
> Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/92/
> Build Number: 92
> Build Status:  Still Failing
> Triggered By: Started by user Sandro Bonazzola
>
> -
> Changes Since Last Success:
> -
> Changes for Build #89
> [Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well
>
> [Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead
> of snapshot
>
>
> Changes for Build #90
> No changes
>
> Changes for Build #91
> No changes
>
> Changes for Build #92
> No changes
>
>
>
> -
> Failed Tests:
> -
> No tests ran.
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.571.2#100021)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3980 - SUCCESS!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3980/,
Build Number: 3980,
Build Status: SUCCESS___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Build failed in Jenkins: ovirt_4.0_he-system-tests #560

2016-11-25 Thread Sandro Bonazzola
Error: Package: 7:lvm2-2.02.166-1.el7_3.1.x86_64 (alocalsync)
   Requires: device-mapper-persistent-data >= 0.6.3-1
   Available: device-mapper-persistent-data-0.5.5-1.el7.x86_64
(alocalsync)
   device-mapper-persistent-data = 0.5.5-1.el7


Still repository error


On Fri, Nov 25, 2016 at 12:41 PM,  wrote:

> See 
>
> Changes:
>
> [Eyal Edri] adding missing python-simplejson to epel repo
>
> --
> [...truncated 669 lines...]
> ##  took 356 seconds
> ##  rc = 1
> ##
> ##! ERROR v
> ##! Last 20 log entries: logs/mocker-epel-7-x86_64.el7.
> he_basic_suite_4.0.sh/he_basic_suite_4.0.sh.log
> ##!
> + env_cleanup
> + echo '#'
> #
> + local res=0
> + local uuid
> + echo ' Cleaning up'
>  Cleaning up
> + [[ -e  ovirt-system-tests/deployment-he-basic-suite-4.0> ]]
> + echo '--- Cleaning with lago'
> --- Cleaning with lago
> + lago --workdir  ovirt_4.0_he-system-tests/ws/ovirt-system-tests/deployment-
> he-basic-suite-4.0> destroy --yes --all-prefixes
> + echo '--- Cleaning with lago done'
> --- Cleaning with lago done
> + [[ 0 != \0 ]]
> + echo ' Cleanup done'
>  Cleanup done
> + exit 0
> + exit
> Took 205 seconds
> ===
> ##!
> ##! ERROR ^^
> ##!
> ##
> Build step 'Execute shell' marked build as failure
> Performing Post build task...
> Match found for :.* : True
> Logical operation result is TRUE
> Running script  : #!/bin/bash -xe
> echo 'shell_scripts/system_tests.collect_logs.sh'
>
> #
> # Required jjb vars:
> #version
> #
> VERSION=4.0
> SUITE_TYPE=
>
> WORKSPACE="$PWD"
> OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
> TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"
>
> rm -rf "$WORKSPACE/exported-artifacts"
> mkdir -p "$WORKSPACE/exported-artifacts"
>
> if [[ -d "$TESTS_LOGS" ]]; then
> mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
> fi
>
> [ovirt_4.0_he-system-tests] $ /bin/bash -xe /tmp/
> hudson5732644382445829429.sh
> + echo shell_scripts/system_tests.collect_logs.sh
> shell_scripts/system_tests.collect_logs.sh
> + VERSION=4.0
> + SUITE_TYPE=
> + WORKSPACE=
> + OVIRT_SUITE=4.0
> + TESTS_LOGS= system-tests/ws/ovirt-system-tests/exported-artifacts>
> + rm -rf  artifact/exported-artifacts>
> + mkdir -p  artifact/exported-artifacts>
> + [[ -d  ovirt-system-tests/exported-artifacts> ]]
> + mv  ovirt-system-tests/exported-artifacts/lago_logs> <
> http://jenkins.ovirt.org/job/ovirt_4.0_he-system-tests/560/
> artifact/exported-artifacts/>
> POST BUILD TASK : SUCCESS
> END OF POST BUILD TASK : 0
> Match found for :.* : True
> Logical operation result is TRUE
> Running script  : #!/bin/bash -xe
> echo "shell-scripts/mock_cleanup.sh"
>
> shopt -s nullglob
>
>
> WORKSPACE="$PWD"
>
> # Make clear this is the cleanup, helps reading the jenkins logs
> cat < ___
> ###
> # #
> #   CLEANUP   #
> # #
> ###
> EOC
>
>
> # Archive the logs, we want them anyway
> logs=(
> ./*log
> ./*/logs
> )
>
> if [[ "$logs" ]]; then
> for log in "${logs[@]}"
> do
> echo "Copying ${log} to exported-artifacts"
> mv $log exported-artifacts/
> done
> fi
>
> # stop any processes running inside the chroot
> failed=false
> mock_confs=("$WORKSPACE"/*/mocker*)
> # Clean current jobs mockroot if any
> for mock_conf_file in "${mock_confs[@]}"; do
> [[ "$mock_conf_file" ]] || continue
> echo "Cleaning up mock $mock_conf"
> mock_root="${mock_conf_file##*/}"
> mock_root="${mock_root%.*}"
> my_mock="/usr/bin/mock"
> my_mock+=" --configdir=${mock_conf_file%/*}"
> my_mock+=" --root=${mock_root}"
> my_mock+=" --resultdir=$WORKSPACE"
>
> #TODO: investigate why mock --clean fails to 

Re: Build failed in Jenkins: ovirt_3.6_he-system-tests #727

2016-11-25 Thread Sandro Bonazzola
looks like a repository issue:

Error: Package: 7:lvm2-2.02.166-1.el7_3.1.x86_64 (alocalsync)
   Requires: device-mapper-persistent-data >= 0.6.3-1
   Available: device-mapper-persistent-data-0.5.5-1.el7.x86_64
(alocalsync)
   device-mapper-persistent-data = 0.5.5-1.el7


On Fri, Nov 25, 2016 at 1:00 PM,  wrote:

> See 
>
> Changes:
>
> [Eyal Edri] adding missing python-simplejson to epel repo
>
> --
> [...truncated 669 lines...]
> ##  took 373 seconds
> ##  rc = 1
> ##
> ##! ERROR v
> ##! Last 20 log entries: logs/mocker-epel-7-x86_64.el7.
> he_basic_suite_3.6.sh/he_basic_suite_3.6.sh.log
> ##!
> + env_cleanup
> + echo '#'
> #
> + local res=0
> + local uuid
> + echo ' Cleaning up'
>  Cleaning up
> + [[ -e  ovirt-system-tests/deployment-he-basic-suite-3.6> ]]
> + echo '--- Cleaning with lago'
> --- Cleaning with lago
> + lago --workdir  ovirt_3.6_he-system-tests/ws/ovirt-system-tests/deployment-
> he-basic-suite-3.6> destroy --yes --all-prefixes
> + echo '--- Cleaning with lago done'
> --- Cleaning with lago done
> + [[ 0 != \0 ]]
> + echo ' Cleanup done'
>  Cleanup done
> + exit 0
> + exit
> Took 233 seconds
> ===
> ##!
> ##! ERROR ^^
> ##!
> ##
> Build step 'Execute shell' marked build as failure
> Performing Post build task...
> Match found for :.* : True
> Logical operation result is TRUE
> Running script  : #!/bin/bash -xe
> echo 'shell_scripts/system_tests.collect_logs.sh'
>
> #
> # Required jjb vars:
> #version
> #
> VERSION=3.6
> SUITE_TYPE=
>
> WORKSPACE="$PWD"
> OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
> TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"
>
> rm -rf "$WORKSPACE/exported-artifacts"
> mkdir -p "$WORKSPACE/exported-artifacts"
>
> if [[ -d "$TESTS_LOGS" ]]; then
> mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
> fi
>
> [ovirt_3.6_he-system-tests] $ /bin/bash -xe /tmp/
> hudson4759223563830264904.sh
> + echo shell_scripts/system_tests.collect_logs.sh
> shell_scripts/system_tests.collect_logs.sh
> + VERSION=3.6
> + SUITE_TYPE=
> + WORKSPACE=
> + OVIRT_SUITE=3.6
> + TESTS_LOGS= system-tests/ws/ovirt-system-tests/exported-artifacts>
> + rm -rf  artifact/exported-artifacts>
> + mkdir -p  artifact/exported-artifacts>
> + [[ -d  ovirt-system-tests/exported-artifacts> ]]
> + mv  ovirt-system-tests/exported-artifacts/lago_logs> <
> http://jenkins.ovirt.org/job/ovirt_3.6_he-system-tests/727/
> artifact/exported-artifacts/>
> POST BUILD TASK : SUCCESS
> END OF POST BUILD TASK : 0
> Match found for :.* : True
> Logical operation result is TRUE
> Running script  : #!/bin/bash -xe
> echo "shell-scripts/mock_cleanup.sh"
>
> shopt -s nullglob
>
>
> WORKSPACE="$PWD"
>
> # Make clear this is the cleanup, helps reading the jenkins logs
> cat < ___
> ###
> # #
> #   CLEANUP   #
> # #
> ###
> EOC
>
>
> # Archive the logs, we want them anyway
> logs=(
> ./*log
> ./*/logs
> )
>
> if [[ "$logs" ]]; then
> for log in "${logs[@]}"
> do
> echo "Copying ${log} to exported-artifacts"
> mv $log exported-artifacts/
> done
> fi
>
> # stop any processes running inside the chroot
> failed=false
> mock_confs=("$WORKSPACE"/*/mocker*)
> # Clean current jobs mockroot if any
> for mock_conf_file in "${mock_confs[@]}"; do
> [[ "$mock_conf_file" ]] || continue
> echo "Cleaning up mock $mock_conf"
> mock_root="${mock_conf_file##*/}"
> mock_root="${mock_root%.*}"
> my_mock="/usr/bin/mock"
> my_mock+=" --configdir=${mock_conf_file%/*}"
> my_mock+=" --root=${mock_root}"
> my_mock+=" --resultdir=$WORKSPACE"
>
> #TODO: investigate why mock --clean fails to 

[oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 92 - Still Failing!

2016-11-25 Thread jenkins
Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/ 
Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/92/
Build Number: 92
Build Status:  Still Failing
Triggered By: Started by user Sandro Bonazzola

-
Changes Since Last Success:
-
Changes for Build #89
[Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well

[Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead of 
snapshot


Changes for Build #90
No changes

Changes for Build #91
No changes

Changes for Build #92
No changes



-
Failed Tests:
-
No tests ran. 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] repos_4.0_check-closure_el7_merged - Build # 105 - Still Failing!

2016-11-25 Thread jenkins
Project: http://jenkins.ovirt.org/job/repos_4.0_check-closure_el7_merged/ 
Build: http://jenkins.ovirt.org/job/repos_4.0_check-closure_el7_merged/105/
Build Number: 105
Build Status:  Still Failing
Triggered By: Started by user Sandro Bonazzola

-
Changes Since Last Success:
-
Changes for Build #103
[Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well

[Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead of 
snapshot


Changes for Build #104
No changes

Changes for Build #105
No changes



-
Failed Tests:
-
No tests ran. 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] repos_master_check-closure_el7_merged - Build # 90 - Still Failing!

2016-11-25 Thread jenkins
Project: http://jenkins.ovirt.org/job/repos_master_check-closure_el7_merged/ 
Build: http://jenkins.ovirt.org/job/repos_master_check-closure_el7_merged/90/
Build Number: 90
Build Status:  Still Failing
Triggered By: Started by user Sandro Bonazzola

-
Changes Since Last Success:
-
Changes for Build #88
[Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well

[Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead of 
snapshot


Changes for Build #89
No changes

Changes for Build #90
No changes



-
Failed Tests:
-
No tests ran. 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3979 - FAILURE!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3979/,
Build Number: 3979,
Build Status: FAILURE___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Jenkins build is back to normal : ovirt_master_system-tests #834

2016-11-25 Thread jenkins
See 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Build failed in Jenkins: ovirt_3.6_he-system-tests #727

2016-11-25 Thread jenkins
See 

Changes:

[Eyal Edri] adding missing python-simplejson to epel repo

--
[...truncated 669 lines...]
##  took 373 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: 
logs/mocker-epel-7-x86_64.el7.he_basic_suite_3.6.sh/he_basic_suite_3.6.sh.log
##!
+ env_cleanup
+ echo '#'
#
+ local res=0
+ local uuid
+ echo ' Cleaning up'
 Cleaning up
+ [[ -e 

 ]]
+ echo '--- Cleaning with lago'
--- Cleaning with lago
+ lago --workdir 

 destroy --yes --all-prefixes
+ echo '--- Cleaning with lago done'
--- Cleaning with lago done
+ [[ 0 != \0 ]]
+ echo ' Cleanup done'
 Cleanup done
+ exit 0
+ exit
Took 233 seconds
===
##!
##! ERROR ^^
##!
##
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo 'shell_scripts/system_tests.collect_logs.sh'

#
# Required jjb vars:
#version
#
VERSION=3.6
SUITE_TYPE=

WORKSPACE="$PWD"
OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"

rm -rf "$WORKSPACE/exported-artifacts"
mkdir -p "$WORKSPACE/exported-artifacts"

if [[ -d "$TESTS_LOGS" ]]; then
mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
fi

[ovirt_3.6_he-system-tests] $ /bin/bash -xe /tmp/hudson4759223563830264904.sh
+ echo shell_scripts/system_tests.collect_logs.sh
shell_scripts/system_tests.collect_logs.sh
+ VERSION=3.6
+ SUITE_TYPE=
+ WORKSPACE=
+ OVIRT_SUITE=3.6
+ 
TESTS_LOGS=
+ rm -rf 

+ mkdir -p 

+ [[ -d 

 ]]
+ mv 

 

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo "shell-scripts/mock_cleanup.sh"

shopt -s nullglob


WORKSPACE="$PWD"

# Make clear this is the cleanup, helps reading the jenkins logs
cat 
+ cat
___
###
# #
#   CLEANUP   #
# #
###
+ logs=(./*log ./*/logs)
+ [[ -n ./ovirt-system-tests/logs ]]
+ for log in '"${logs[@]}"'
+ echo 'Copying ./ovirt-system-tests/logs to exported-artifacts'
Copying ./ovirt-system-tests/logs to exported-artifacts
+ mv ./ovirt-system-tests/logs exported-artifacts/
+ failed=false
+ mock_confs=("$WORKSPACE"/*/mocker*)
+ for mock_conf_file in '"${mock_confs[@]}"'
+ [[ -n 

 ]]
+ echo 'Cleaning up mock '
Cleaning up mock 
+ mock_root=mocker-epel-7-x86_64.el7.cfg
+ mock_root=mocker-epel-7-x86_64.el7
+ my_mock=/usr/bin/mock
+ my_mock+=' 
--configdir=
+ my_mock+=' --root=mocker-epel-7-x86_64.el7'
+ my_mock+=' 
--resultdir=
+ echo 'Killing all mock orphan processes, if any.'
Killing all mock orphan processes, if any.
+ /usr/bin/mock 
--configdir=
 --root=mocker-epel-7-x86_64.el7 
--resultdir= 
--orphanskill
WARNING: Could not find required logging config file: 

Build failed in Jenkins: ovirt_3.6_system-tests #788

2016-11-25 Thread jenkins
See 

Changes:

[Eyal Edri] adding missing python-simplejson to epel repo

--
[...truncated 664 lines...]
##  took 531 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: 
logs/mocker-epel-7-x86_64.el7.basic_suite_3.6.sh/basic_suite_3.6.sh.log
##!
+ env_cleanup
+ echo '#'
#
+ local res=0
+ local uuid
+ echo ' Cleaning up'
 Cleaning up
+ [[ -e 

 ]]
+ echo '--- Cleaning with lago'
--- Cleaning with lago
+ lago --workdir 

 destroy --yes --all-prefixes
+ echo '--- Cleaning with lago done'
--- Cleaning with lago done
+ [[ 0 != \0 ]]
+ echo ' Cleanup done'
 Cleanup done
+ exit 0
+ exit
Took 380 seconds
===
##!
##! ERROR ^^
##!
##
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo 'shell_scripts/system_tests.collect_logs.sh'

#
# Required jjb vars:
#version
#
VERSION=3.6
SUITE_TYPE=

WORKSPACE="$PWD"
OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"

rm -rf "$WORKSPACE/exported-artifacts"
mkdir -p "$WORKSPACE/exported-artifacts"

if [[ -d "$TESTS_LOGS" ]]; then
mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
fi

[ovirt_3.6_system-tests] $ /bin/bash -xe /tmp/hudson4123094474405658732.sh
+ echo shell_scripts/system_tests.collect_logs.sh
shell_scripts/system_tests.collect_logs.sh
+ VERSION=3.6
+ SUITE_TYPE=
+ WORKSPACE=
+ OVIRT_SUITE=3.6
+ 
TESTS_LOGS=
+ rm -rf 

+ mkdir -p 

+ [[ -d 

 ]]
+ mv 

 

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo "shell-scripts/mock_cleanup.sh"

shopt -s nullglob


WORKSPACE="$PWD"

# Make clear this is the cleanup, helps reading the jenkins logs
cat 
+ cat
___
###
# #
#   CLEANUP   #
# #
###
+ logs=(./*log ./*/logs)
+ [[ -n ./ovirt-system-tests/logs ]]
+ for log in '"${logs[@]}"'
+ echo 'Copying ./ovirt-system-tests/logs to exported-artifacts'
Copying ./ovirt-system-tests/logs to exported-artifacts
+ mv ./ovirt-system-tests/logs exported-artifacts/
+ failed=false
+ mock_confs=("$WORKSPACE"/*/mocker*)
+ for mock_conf_file in '"${mock_confs[@]}"'
+ [[ -n 

 ]]
+ echo 'Cleaning up mock '
Cleaning up mock 
+ mock_root=mocker-epel-7-x86_64.el7.cfg
+ mock_root=mocker-epel-7-x86_64.el7
+ my_mock=/usr/bin/mock
+ my_mock+=' 
--configdir=
+ my_mock+=' --root=mocker-epel-7-x86_64.el7'
+ my_mock+=' 
--resultdir=
+ echo 'Killing all mock orphan processes, if any.'
Killing all mock orphan processes, if any.
+ /usr/bin/mock 
--configdir=
 --root=mocker-epel-7-x86_64.el7 
--resultdir= 
--orphanskill
WARNING: Could not find required logging config file: 

 Using default...
INFO: mock.py version 1.2.21 starting 

[oVirt Jenkins] repos_master_check-closure_el7_merged - Build # 89 - Still Failing!

2016-11-25 Thread jenkins
Project: http://jenkins.ovirt.org/job/repos_master_check-closure_el7_merged/ 
Build: http://jenkins.ovirt.org/job/repos_master_check-closure_el7_merged/89/
Build Number: 89
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #88
[Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well

[Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead of 
snapshot


Changes for Build #89
No changes



-
Failed Tests:
-
No tests ran. 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] repos_3.6_check-closure_el7_merged - Build # 91 - Still Failing!

2016-11-25 Thread jenkins
Project: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/ 
Build: http://jenkins.ovirt.org/job/repos_3.6_check-closure_el7_merged/91/
Build Number: 91
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #89
[Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well

[Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead of 
snapshot


Changes for Build #90
No changes

Changes for Build #91
No changes



-
Failed Tests:
-
No tests ran. 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] repos_4.0_check-closure_el7_merged - Build # 104 - Still Failing!

2016-11-25 Thread jenkins
Project: http://jenkins.ovirt.org/job/repos_4.0_check-closure_el7_merged/ 
Build: http://jenkins.ovirt.org/job/repos_4.0_check-closure_el7_merged/104/
Build Number: 104
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #103
[Eyal Edri] deploy ovirt-engine-cli 3.6 to 4.0 and master repos as well

[Yedidyah Bar David] master_upgrade_from_master: Upgrade to self instead of 
snapshot


Changes for Build #104
No changes



-
Failed Tests:
-
No tests ran. 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3978 - FAILURE!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3978/,
Build Number: 3978,
Build Status: FAILURE___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Build failed in Jenkins: ovirt_4.0_system-tests #706

2016-11-25 Thread jenkins
See 

Changes:

[Eyal Edri] adding missing python-simplejson to epel repo

--
[...truncated 654 lines...]
##  took 323 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: 
logs/mocker-epel-7-x86_64.el7.basic_suite_4.0.sh/basic_suite_4.0.sh.log
##!
+ env_cleanup
+ echo '#'
#
+ local res=0
+ local uuid
+ echo ' Cleaning up'
 Cleaning up
+ [[ -e 

 ]]
+ echo '--- Cleaning with lago'
--- Cleaning with lago
+ lago --workdir 

 destroy --yes --all-prefixes
+ echo '--- Cleaning with lago done'
--- Cleaning with lago done
+ [[ 0 != \0 ]]
+ echo ' Cleanup done'
 Cleanup done
+ exit 0
+ exit
Took 181 seconds
===
##!
##! ERROR ^^
##!
##
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo 'shell_scripts/system_tests.collect_logs.sh'

#
# Required jjb vars:
#version
#
VERSION=4.0
SUITE_TYPE=

WORKSPACE="$PWD"
OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"

rm -rf "$WORKSPACE/exported-artifacts"
mkdir -p "$WORKSPACE/exported-artifacts"

if [[ -d "$TESTS_LOGS" ]]; then
mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
fi

[ovirt_4.0_system-tests] $ /bin/bash -xe /tmp/hudson2324420716923801859.sh
+ echo shell_scripts/system_tests.collect_logs.sh
shell_scripts/system_tests.collect_logs.sh
+ VERSION=4.0
+ SUITE_TYPE=
+ WORKSPACE=
+ OVIRT_SUITE=4.0
+ 
TESTS_LOGS=
+ rm -rf 

+ mkdir -p 

+ [[ -d 

 ]]
+ mv 

 

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo "shell-scripts/mock_cleanup.sh"

shopt -s nullglob


WORKSPACE="$PWD"

# Make clear this is the cleanup, helps reading the jenkins logs
cat 
+ cat
___
###
# #
#   CLEANUP   #
# #
###
+ logs=(./*log ./*/logs)
+ [[ -n ./ovirt-system-tests/logs ]]
+ for log in '"${logs[@]}"'
+ echo 'Copying ./ovirt-system-tests/logs to exported-artifacts'
Copying ./ovirt-system-tests/logs to exported-artifacts
+ mv ./ovirt-system-tests/logs exported-artifacts/
+ failed=false
+ mock_confs=("$WORKSPACE"/*/mocker*)
+ for mock_conf_file in '"${mock_confs[@]}"'
+ [[ -n 

 ]]
+ echo 'Cleaning up mock '
Cleaning up mock 
+ mock_root=mocker-epel-7-x86_64.el7.cfg
+ mock_root=mocker-epel-7-x86_64.el7
+ my_mock=/usr/bin/mock
+ my_mock+=' 
--configdir=
+ my_mock+=' --root=mocker-epel-7-x86_64.el7'
+ my_mock+=' 
--resultdir=
+ echo 'Killing all mock orphan processes, if any.'
Killing all mock orphan processes, if any.
+ /usr/bin/mock 
--configdir=
 --root=mocker-epel-7-x86_64.el7 
--resultdir= 
--orphanskill
WARNING: Could not find required logging config file: 

 Using default...
INFO: mock.py version 1.2.21 starting 

Build failed in Jenkins: ovirt_4.0_he-system-tests #560

2016-11-25 Thread jenkins
See 

Changes:

[Eyal Edri] adding missing python-simplejson to epel repo

--
[...truncated 669 lines...]
##  took 356 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: 
logs/mocker-epel-7-x86_64.el7.he_basic_suite_4.0.sh/he_basic_suite_4.0.sh.log
##!
+ env_cleanup
+ echo '#'
#
+ local res=0
+ local uuid
+ echo ' Cleaning up'
 Cleaning up
+ [[ -e 

 ]]
+ echo '--- Cleaning with lago'
--- Cleaning with lago
+ lago --workdir 

 destroy --yes --all-prefixes
+ echo '--- Cleaning with lago done'
--- Cleaning with lago done
+ [[ 0 != \0 ]]
+ echo ' Cleanup done'
 Cleanup done
+ exit 0
+ exit
Took 205 seconds
===
##!
##! ERROR ^^
##!
##
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo 'shell_scripts/system_tests.collect_logs.sh'

#
# Required jjb vars:
#version
#
VERSION=4.0
SUITE_TYPE=

WORKSPACE="$PWD"
OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"

rm -rf "$WORKSPACE/exported-artifacts"
mkdir -p "$WORKSPACE/exported-artifacts"

if [[ -d "$TESTS_LOGS" ]]; then
mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
fi

[ovirt_4.0_he-system-tests] $ /bin/bash -xe /tmp/hudson5732644382445829429.sh
+ echo shell_scripts/system_tests.collect_logs.sh
shell_scripts/system_tests.collect_logs.sh
+ VERSION=4.0
+ SUITE_TYPE=
+ WORKSPACE=
+ OVIRT_SUITE=4.0
+ 
TESTS_LOGS=
+ rm -rf 

+ mkdir -p 

+ [[ -d 

 ]]
+ mv 

 

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo "shell-scripts/mock_cleanup.sh"

shopt -s nullglob


WORKSPACE="$PWD"

# Make clear this is the cleanup, helps reading the jenkins logs
cat 
+ cat
___
###
# #
#   CLEANUP   #
# #
###
+ logs=(./*log ./*/logs)
+ [[ -n ./ovirt-system-tests/logs ]]
+ for log in '"${logs[@]}"'
+ echo 'Copying ./ovirt-system-tests/logs to exported-artifacts'
Copying ./ovirt-system-tests/logs to exported-artifacts
+ mv ./ovirt-system-tests/logs exported-artifacts/
+ failed=false
+ mock_confs=("$WORKSPACE"/*/mocker*)
+ for mock_conf_file in '"${mock_confs[@]}"'
+ [[ -n 

 ]]
+ echo 'Cleaning up mock '
Cleaning up mock 
+ mock_root=mocker-epel-7-x86_64.el7.cfg
+ mock_root=mocker-epel-7-x86_64.el7
+ my_mock=/usr/bin/mock
+ my_mock+=' 
--configdir=
+ my_mock+=' --root=mocker-epel-7-x86_64.el7'
+ my_mock+=' 
--resultdir=
+ echo 'Killing all mock orphan processes, if any.'
Killing all mock orphan processes, if any.
+ /usr/bin/mock 
--configdir=
 --root=mocker-epel-7-x86_64.el7 
--resultdir= 
--orphanskill
WARNING: Could not find required logging config file: 

[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3977 - FAILURE!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3977/,
Build Number: 3977,
Build Status: FAILURE___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3975 - SUCCESS!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3975/,
Build Number: 3975,
Build Status: SUCCESS___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[oVirt Jenkins] test-repo_ovirt_experimental_3.6 - Build #3974 - FAILURE!

2016-11-25 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/3974/,
Build Number: 3974,
Build Status: FAILURE___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra