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

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


Re: [ovirt-devel] [ ERROR ] schema.sh: Please fix numbering to interval 04010491 to 04010500 and run the upgrade script.

2016-11-23 Thread Martin Perina
I don't know what exactly upgrade from master job is doing, but according
to error produced by engine-setup it does not take latest patch merged to
master to prepare initial db on which we try to execute upgrade. It take
the revert patch, which is faulty and that's why upgrade job is failing.

Martin

On Thursday, November 24, 2016, Eyal Edri  wrote:
> What does it mean to clean the jobs?  You mean git history or temp files?
>
> On Nov 24, 2016 1:23 AM, "Martin Perina"  wrote:
>>
>> So, I tested current master and also upgrade from 4.0 to master and
everything works fine on my local machine.
>>
>> But I've found 2 issues:
>>
>> 1. Jenkins CI for some reason unknown to me doesn't use current master
(change-id: I59087ff8902e35b9f7c922eba0a17ba4f0791795) but it uses older
commit (most probably revert patch from Eyal [1] with Change-Id:
I8c2350aba48619dfa84624b343cfa167d0b6e0ed).as a current master when
executing upgrade job from master to patch
>>
>> 2. When we are reverting patches which contain db upgrade scripts which
are not last (for example we are dropping db script 04_01_0500 when there's
already merged script 04_01_0510) we cannot delete upgrade script otherwise
db schema upgrade script fails (revert script [1] is faulty). Only
following actions are valid in this case:
>>
>>   a. Comment out code in db upgrade script we want to revert, but leave
this script in the repo
>>
>>   b. Remove the db upgrade script and renumber all later db upgrade
scripts so there's no hole in db upgrade script numbering
>>
>> Conclusion: current code in master is OK, we need clean up jenkins job
to really use latest merged patch on git master branch.
>>
>> Martin
>>
>>
>> [1] https://gerrit.ovirt.org/#/c/67205/
>>
>>
>> On Wed, Nov 23, 2016 at 7:17 PM, Michal Skrivanek 
wrote:
>>>
>>>
>>> > On 23 Nov 2016, at 17:44, Martin Sivak  wrote:
>>> >
>>> > Yeah, our patches are still failing as well. It seems the patch was
>>> > not enough or there is some other conflicting db script.
>>>
>>> I think the hash changed. IIRC there was some issue in the logic when
the existing script is updated (since it was merged and reverted and
re-merged with the same number, but it was not the exact same content)
>>> Martin/Eli to the rescue!
>>>
>>> >
>>> > Martin
>>> >
>>> >> On Wed, Nov 23, 2016 at 2:16 PM, Sandro Bonazzola <
sbona...@redhat.com> wrote:
>>> >>
>>> >>
>>> >>> On Wed, Nov 23, 2016 at 2:13 PM, Arik Hadas 
wrote:
>>> >>>
>>> >>> it should be fixed now (by https://gerrit.ovirt.org/#/c/67210/)
>>> >>
>>> >>
>>> >> I rebased https://gerrit.ovirt.org/66999 and still failing there.
>>> >>
>>> >>
>>> >>>
>>> >>> - Original Message -
>>>  engine master CI is failing on $subject, please fix or revert as
soon as
>>>  possible, thanks.
>>> 
>>>  --
>>>  Sandro Bonazzola
>>>  Better technology. Faster innovation. Powered by community
>>>  collaboration.
>>>  See how it works at redhat.com
>>> 
>>>  ___
>>>  Devel mailing list
>>>  de...@ovirt.org
>>>  http://lists.ovirt.org/mailman/listinfo/devel
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Sandro Bonazzola
>>> >> Better technology. Faster innovation. Powered by community
collaboration.
>>> >> See how it works at redhat.com
>>> >>
>>> >> ___
>>> >> Devel mailing list
>>> >> de...@ovirt.org
>>> >> http://lists.ovirt.org/mailman/listinfo/devel
>>> > ___
>>> > Devel mailing list
>>> > de...@ovirt.org
>>> > http://lists.ovirt.org/mailman/listinfo/devel
>>> >
>>> >
>>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


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

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


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

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


Re: [ovirt-devel] [ ERROR ] schema.sh: Please fix numbering to interval 04010491 to 04010500 and run the upgrade script.

2016-11-23 Thread Eyal Edri
What does it mean to clean the jobs?  You mean git history or temp files?

On Nov 24, 2016 1:23 AM, "Martin Perina"  wrote:

> So, I tested current master and also upgrade from 4.0 to master and
> everything works fine on my local machine.
>
> But I've found 2 issues:
>
> 1. Jenkins CI for some reason unknown to me doesn't use current master
> (change-id: I59087ff8902e35b9f7c922eba0a17ba4f0791795) but it uses older
> commit (most probably revert patch from Eyal [1] with Change-Id:
> I8c2350aba48619dfa84624b343cfa167d0b6e0ed).as a current master when
> executing upgrade job from master to patch
>
> 2. When we are reverting patches which contain db upgrade scripts which
> are not last (for example we are dropping db script 04_01_0500 when there's
> already merged script 04_01_0510) we cannot delete upgrade script otherwise
> db schema upgrade script fails (revert script [1] is faulty). Only
> following actions are valid in this case:
>
>   a. Comment out code in db upgrade script we want to revert, but leave
> this script in the repo
>
>   b. Remove the db upgrade script and renumber all later db upgrade
> scripts so there's no hole in db upgrade script numbering
>
> Conclusion: current code in master is OK, we need clean up jenkins job to
> really use latest merged patch on git master branch.
>
> Martin
>
>
> [1] https://gerrit.ovirt.org/#/c/67205/
>
>
> On Wed, Nov 23, 2016 at 7:17 PM, Michal Skrivanek 
> wrote:
>
>>
>>
>> > On 23 Nov 2016, at 17:44, Martin Sivak  wrote:
>> >
>> > Yeah, our patches are still failing as well. It seems the patch was
>> > not enough or there is some other conflicting db script.
>>
>> I think the hash changed. IIRC there was some issue in the logic when the
>> existing script is updated (since it was merged and reverted and re-merged
>> with the same number, but it was not the exact same content)
>> Martin/Eli to the rescue!
>>
>> >
>> > Martin
>> >
>> >> On Wed, Nov 23, 2016 at 2:16 PM, Sandro Bonazzola 
>> wrote:
>> >>
>> >>
>> >>> On Wed, Nov 23, 2016 at 2:13 PM, Arik Hadas 
>> wrote:
>> >>>
>> >>> it should be fixed now (by https://gerrit.ovirt.org/#/c/67210/)
>> >>
>> >>
>> >> I rebased https://gerrit.ovirt.org/66999 and still failing there.
>> >>
>> >>
>> >>>
>> >>> - Original Message -
>>  engine master CI is failing on $subject, please fix or revert as
>> soon as
>>  possible, thanks.
>> 
>>  --
>>  Sandro Bonazzola
>>  Better technology. Faster innovation. Powered by community
>>  collaboration.
>>  See how it works at redhat.com
>> 
>>  ___
>>  Devel mailing list
>>  de...@ovirt.org
>>  http://lists.ovirt.org/mailman/listinfo/devel
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Sandro Bonazzola
>> >> Better technology. Faster innovation. Powered by community
>> collaboration.
>> >> See how it works at redhat.com
>> >>
>> >> ___
>> >> Devel mailing list
>> >> de...@ovirt.org
>> >> http://lists.ovirt.org/mailman/listinfo/devel
>> > ___
>> > Devel mailing list
>> > de...@ovirt.org
>> > http://lists.ovirt.org/mailman/listinfo/devel
>> >
>> >
>>
>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


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

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


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

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


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

2016-11-23 Thread jenkins
Build: http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_master/3613/,
Build Number: 3613,
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 #3931 - SUCCESS!

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


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

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


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

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


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

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


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

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


Re: [ovirt-devel] [ ERROR ] schema.sh: Please fix numbering to interval 04010491 to 04010500 and run the upgrade script.

2016-11-23 Thread Martin Perina
So, I tested current master and also upgrade from 4.0 to master and
everything works fine on my local machine.

But I've found 2 issues:

1. Jenkins CI for some reason unknown to me doesn't use current master
(change-id: I59087ff8902e35b9f7c922eba0a17ba4f0791795) but it uses older
commit (most probably revert patch from Eyal [1] with Change-Id:
I8c2350aba48619dfa84624b343cfa167d0b6e0ed).as a current master when
executing upgrade job from master to patch

2. When we are reverting patches which contain db upgrade scripts which are
not last (for example we are dropping db script 04_01_0500 when there's
already merged script 04_01_0510) we cannot delete upgrade script otherwise
db schema upgrade script fails (revert script [1] is faulty). Only
following actions are valid in this case:

  a. Comment out code in db upgrade script we want to revert, but leave
this script in the repo

  b. Remove the db upgrade script and renumber all later db upgrade scripts
so there's no hole in db upgrade script numbering

Conclusion: current code in master is OK, we need clean up jenkins job to
really use latest merged patch on git master branch.

Martin


[1] https://gerrit.ovirt.org/#/c/67205/


On Wed, Nov 23, 2016 at 7:17 PM, Michal Skrivanek 
wrote:

>
>
> > On 23 Nov 2016, at 17:44, Martin Sivak  wrote:
> >
> > Yeah, our patches are still failing as well. It seems the patch was
> > not enough or there is some other conflicting db script.
>
> I think the hash changed. IIRC there was some issue in the logic when the
> existing script is updated (since it was merged and reverted and re-merged
> with the same number, but it was not the exact same content)
> Martin/Eli to the rescue!
>
> >
> > Martin
> >
> >> On Wed, Nov 23, 2016 at 2:16 PM, Sandro Bonazzola 
> wrote:
> >>
> >>
> >>> On Wed, Nov 23, 2016 at 2:13 PM, Arik Hadas  wrote:
> >>>
> >>> it should be fixed now (by https://gerrit.ovirt.org/#/c/67210/)
> >>
> >>
> >> I rebased https://gerrit.ovirt.org/66999 and still failing there.
> >>
> >>
> >>>
> >>> - Original Message -
>  engine master CI is failing on $subject, please fix or revert as soon
> as
>  possible, thanks.
> 
>  --
>  Sandro Bonazzola
>  Better technology. Faster innovation. Powered by community
>  collaboration.
>  See how it works at redhat.com
> 
>  ___
>  Devel mailing list
>  de...@ovirt.org
>  http://lists.ovirt.org/mailman/listinfo/devel
> >>
> >>
> >>
> >>
> >> --
> >> Sandro Bonazzola
> >> Better technology. Faster innovation. Powered by community
> collaboration.
> >> See how it works at redhat.com
> >>
> >> ___
> >> Devel mailing list
> >> de...@ovirt.org
> >> http://lists.ovirt.org/mailman/listinfo/devel
> > ___
> > Devel mailing list
> > de...@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/devel
> >
> >
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


oVirt infra daily report - unstable production jobs - 147

2016-11-23 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/147//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


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

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


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

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


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

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


Build failed in Jenkins: ovirt_master_system-tests #828

2016-11-23 Thread jenkins
See 

Changes:

[Aleksei Slaikovkii] Fixed link to installation script in documentation.

--
[...truncated 673 lines...]
## Wed Nov 23 19:42:57 UTC 2016 Finished env: el7:epel-7-x86_64
##  took 706 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: 
logs/mocker-epel-7-x86_64.el7.basic_suite_master.sh/basic_suite_master.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 559 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/hudson363617140883929857.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 

 ]]
+ 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 

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

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


Re: [ovirt-devel] [ ERROR ] schema.sh: Please fix numbering to interval 04010491 to 04010500 and run the upgrade script.

2016-11-23 Thread Michal Skrivanek


> On 23 Nov 2016, at 17:44, Martin Sivak  wrote:
> 
> Yeah, our patches are still failing as well. It seems the patch was
> not enough or there is some other conflicting db script.

I think the hash changed. IIRC there was some issue in the logic when the 
existing script is updated (since it was merged and reverted and re-merged with 
the same number, but it was not the exact same content) 
Martin/Eli to the rescue!

> 
> Martin
> 
>> On Wed, Nov 23, 2016 at 2:16 PM, Sandro Bonazzola  
>> wrote:
>> 
>> 
>>> On Wed, Nov 23, 2016 at 2:13 PM, Arik Hadas  wrote:
>>> 
>>> it should be fixed now (by https://gerrit.ovirt.org/#/c/67210/)
>> 
>> 
>> I rebased https://gerrit.ovirt.org/66999 and still failing there.
>> 
>> 
>>> 
>>> - Original Message -
 engine master CI is failing on $subject, please fix or revert as soon as
 possible, thanks.
 
 --
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community
 collaboration.
 See how it works at redhat.com
 
 ___
 Devel mailing list
 de...@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/devel
>> 
>> 
>> 
>> 
>> --
>> Sandro Bonazzola
>> Better technology. Faster innovation. Powered by community collaboration.
>> See how it works at redhat.com
>> 
>> ___
>> Devel mailing list
>> de...@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
> 
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


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

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


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

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


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

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


Re: [ovirt-devel] [ ERROR ] schema.sh: Please fix numbering to interval 04010491 to 04010500 and run the upgrade script.

2016-11-23 Thread Martin Sivak
Yeah, our patches are still failing as well. It seems the patch was
not enough or there is some other conflicting db script.

Martin

On Wed, Nov 23, 2016 at 2:16 PM, Sandro Bonazzola  wrote:
>
>
> On Wed, Nov 23, 2016 at 2:13 PM, Arik Hadas  wrote:
>>
>> it should be fixed now (by https://gerrit.ovirt.org/#/c/67210/)
>>
>
>
> I rebased https://gerrit.ovirt.org/66999 and still failing there.
>
>
>>
>> - Original Message -
>> > engine master CI is failing on $subject, please fix or revert as soon as
>> > possible, thanks.
>> >
>> > --
>> > Sandro Bonazzola
>> > Better technology. Faster innovation. Powered by community
>> > collaboration.
>> > See how it works at redhat.com
>> >
>> > ___
>> > Devel mailing list
>> > de...@ovirt.org
>> > http://lists.ovirt.org/mailman/listinfo/devel
>
>
>
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>
> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-862) Please give Denis Chalygin the usual developer permissions

2016-11-23 Thread eyal edri [Administrator] (oVirt JIRA)

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

eyal edri [Administrator] commented on OVIRT-862:
-

jenkins user updated.
gerrit doesn't need any special configuration, any registered user has all the 
permissions needed to submit a patch

> Please give Denis Chalygin the usual developer permissions
> --
>
> Key: OVIRT-862
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-862
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Sivak
>Assignee: infra
>
> We need the usual permissions for Gerrit and Jenkins. His email is
> dchaplyg.
> --
> Martin Sivak
> SLA / oVirt



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


[JIRA] (OVIRT-862) Please give Denis Chalygin the usual developer permissions

2016-11-23 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-862:

Description: 
We need the usual permissions for Gerrit and Jenkins. His email is
dchaplyg.

--
Martin Sivak
SLA / oVirt

  was:
We need the usual permissions for Gerrit and Jenkins. His email is
dchaplyg. He is a new RH employee under Doron.

--
Martin Sivak
SLA / oVirt


> Please give Denis Chalygin the usual developer permissions
> --
>
> Key: OVIRT-862
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-862
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Sivak
>Assignee: infra
>
> We need the usual permissions for Gerrit and Jenkins. His email is
> dchaplyg.
> --
> Martin Sivak
> SLA / oVirt



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


[JIRA] (OVIRT-862) Please give Denis Chalygin the usual developer permissions

2016-11-23 Thread Martin Sivak (oVirt JIRA)
Martin Sivak created OVIRT-862:
--

 Summary: Please give Denis Chalygin the usual developer permissions
 Key: OVIRT-862
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-862
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: Martin Sivak
Assignee: infra


We need the usual permissions for Gerrit and Jenkins. His email is
dchaplyg. He is a new RH employee under Doron.

--
Martin Sivak
SLA / oVirt



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


Re: CI ovirt-engine_master_upgrade-from-master_el7_created failing spontaniously

2016-11-23 Thread Eyal Edri
I think Arik said he sent a patch to fix it.

On Wed, Nov 23, 2016 at 4:42 PM, Eyal Edri  wrote:

> It was failing on a real issue with db script naming conflicts.
> Can you paste a link to a job failing that you think is FP?
>
> On Wed, Nov 23, 2016 at 4:37 PM, Maor Lipchuk  wrote:
>
>> Hi all,
>>
>> I'm not sure if this is a known issue but it seems
>> that ovirt-engine_master_upgrade-from-master_el7_created is failing
>> almost all the time.
>> I also see other patches than mine that fail on it.
>> Is there anything I can help with to make it fixed
>>
>> Thanks,
>> Maor
>>
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>
>
> --
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: CI ovirt-engine_master_upgrade-from-master_el7_created failing spontaniously

2016-11-23 Thread Eyal Edri
It was failing on a real issue with db script naming conflicts.
Can you paste a link to a job failing that you think is FP?

On Wed, Nov 23, 2016 at 4:37 PM, Maor Lipchuk  wrote:

> Hi all,
>
> I'm not sure if this is a known issue but it seems
> that ovirt-engine_master_upgrade-from-master_el7_created is failing
> almost all the time.
> I also see other patches than mine that fail on it.
> Is there anything I can help with to make it fixed
>
> Thanks,
> Maor
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


CI ovirt-engine_master_upgrade-from-master_el7_created failing spontaniously

2016-11-23 Thread Maor Lipchuk
Hi all,

I'm not sure if this is a known issue but it seems
that ovirt-engine_master_upgrade-from-master_el7_created is failing almost
all the time.
I also see other patches than mine that fail on it.
Is there anything I can help with to make it fixed

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


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

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


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

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


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

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


Re: Restoring ovirt-release-master rpm

2016-11-23 Thread Sandro Bonazzola
On Wed, Nov 23, 2016 at 1:53 PM, Eyal Edri  wrote:

> Do we have any scripts running on that repo?
> I'm not aware of someone removing that file intentionally.
>

I'm investigating. Looks like the symlink is still there but the original
file disappeared from ovirt-master-snapshot. Maybe a bug somewhere.



>
> On Wed, Nov 23, 2016 at 2:48 PM, Sandro Bonazzola 
> wrote:
>
>> Looks like someone deleted ovirt-release-master rpm from
>> http://resources.ovirt.org/pub/yum-repo/ breaking several stuff
>> including website documentation.
>> I'm restoring it, please avoid removing rpms without discussing it.
>> Thanks,
>>
>> --
>> 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
>>
>>
>
>
> --
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>



-- 
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] [ ERROR ] schema.sh: Please fix numbering to interval 04010491 to 04010500 and run the upgrade script.

2016-11-23 Thread Sandro Bonazzola
On Wed, Nov 23, 2016 at 2:13 PM, Arik Hadas  wrote:

> it should be fixed now (by https://gerrit.ovirt.org/#/c/67210/)
>
>

I rebased https://gerrit.ovirt.org/66999 and still failing there.



> - Original Message -
> > engine master CI is failing on $subject, please fix or revert as soon as
> > possible, thanks.
> >
> > --
> > Sandro Bonazzola
> > Better technology. Faster innovation. Powered by community collaboration.
> > See how it works at redhat.com
> >
> > ___
> > Devel mailing list
> > de...@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/devel
>



-- 
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] [ ERROR ] schema.sh: Please fix numbering to interval 04010491 to 04010500 and run the upgrade script.

2016-11-23 Thread Arik Hadas
it should be fixed now (by https://gerrit.ovirt.org/#/c/67210/)

- Original Message -
> engine master CI is failing on $subject, please fix or revert as soon as
> possible, thanks.
> 
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
> 
> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


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

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


[ ERROR ] schema.sh: Please fix numbering to interval 04010491 to 04010500 and run the upgrade script.

2016-11-23 Thread Sandro Bonazzola
engine master CI is failing on $subject, please fix or revert as soon as
possible, thanks.

-- 
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: Restoring ovirt-release-master rpm

2016-11-23 Thread Eyal Edri
Do we have any scripts running on that repo?
I'm not aware of someone removing that file intentionally.

On Wed, Nov 23, 2016 at 2:48 PM, Sandro Bonazzola 
wrote:

> Looks like someone deleted ovirt-release-master rpm from
> http://resources.ovirt.org/pub/yum-repo/ breaking several stuff including
> website documentation.
> I'm restoring it, please avoid removing rpms without discussing it.
> Thanks,
>
> --
> 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
>
>


-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Restoring ovirt-release-master rpm

2016-11-23 Thread Sandro Bonazzola
Looks like someone deleted ovirt-release-master rpm from
http://resources.ovirt.org/pub/yum-repo/ breaking several stuff including
website documentation.
I'm restoring it, please avoid removing rpms without discussing it.
Thanks,

-- 
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


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

2016-11-23 Thread jenkins
See 

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


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

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


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

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


Build failed in Jenkins: ovirt_master_system-tests #826

2016-11-23 Thread jenkins
See 

Changes:

[Aleksei Slaikovkii] Fixed link to installation script in documentation.

--
[...truncated 668 lines...]
## Wed Nov 23 11:42:37 UTC 2016 Finished env: el7:epel-7-x86_64
##  took 686 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: 
logs/mocker-epel-7-x86_64.el7.basic_suite_master.sh/basic_suite_master.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 540 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/hudson1479772912778857100.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 

 ]]
+ 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 

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

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


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

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


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

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


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

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


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

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


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

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


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

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


oVirt mirror sites - monitoring

2016-11-23 Thread Nadav Goldin
Hi all,
You are CC'ed to this email because you are listed as an oVirt mirror
site maintainer in[1]. Recently, we developed a new system that
triggers an alert once a mirror site is out of sync with
resources.ovirt.org, it is called 'mirrorchecker'[1]. Up until now
these alerts were sent to the infra members, and now, after seeing the
system is stable I'd like to add per-mirror-maintainer alerts. The
alerts will be specific for each mirror-site-maintainer, and are
configured with a threshold of 48 hours. If any mirror maintainer
doesn't want me to add his email, or would like to have a different
email added than the one available at [1], feel free to contact me,
I'll start adding the alerts next week.

Thanks again for your bandwidth!

Nadav


[1] https://www.ovirt.org/develop/infra/repository-mirrors/
[2] http://mirrorchecker.readthedocs.io/en/latest/
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


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

2016-11-23 Thread jenkins
See 

Changes:

[Aleksei Slaikovkii] Fixed link to installation script in documentation.

--
[...truncated 1415 lines...]
## Wed Nov 23 08:44:37 UTC 2016 Finished env: el7:epel-7-x86_64
##  took 3147 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 3001 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/hudson3087457139323256851.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 

[JIRA] (OVIRT-861) Upload Fedora 25 images to Glance

2016-11-23 Thread Barak Korren (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Barak Korren updated OVIRT-861:
---
Epic Link: OVIRT-403

> Upload Fedora 25 images to Glance
> -
>
> Key: OVIRT-861
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-861
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>  Components: Repositories Mgmt
>Reporter: Barak Korren
>Assignee: infra
>Priority: High
>
> FC25 was released, we should have the images available in oVirt.



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


[JIRA] (OVIRT-861) Upload Fedora 25 images to Glance

2016-11-23 Thread Barak Korren (oVirt JIRA)
Barak Korren created OVIRT-861:
--

 Summary: Upload Fedora 25 images to Glance
 Key: OVIRT-861
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-861
 Project: oVirt - virtualization made easy
  Issue Type: Improvement
  Components: Repositories Mgmt
Reporter: Barak Korren
Assignee: infra
Priority: High


FC25 was released, we should have the images available in oVirt.




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


Re: [ovirt-devel] Project ovirt-engine-api-model_4.0_build-artifacts-fc24-x86_64 is failing

2016-11-23 Thread Eyal Edri
On Wed, Nov 23, 2016 at 10:32 AM, Juan Hernández 
wrote:

> On 11/23/2016 09:30 AM, Eyal Edri wrote:
> >
> >
> > On Wed, Nov 23, 2016 at 10:26 AM, Juan Hernández  > > wrote:
> >
> > On 11/23/2016 09:16 AM, Eyal Edri wrote:
> > > Maybe worth adding the build artifacts to check-patch.sh so you'll
> see
> > > it before merge?
> > >
> >
> > The check-patch.sh script already runs the build of the artifacts.
> The
> > problem is that in this case the "bug" was in the automation
> > build-artifacts.sh script itself, and it only runs when the patch is
> > merged. The reason for running the build-artifacts.sh script only
> when
> > the patch is merged is that it runs a heavy process: generation of
> > documentation using Publican. I didn't want to do that for every
> patch,
> > as it consumes a lot of resources and doesn't add anything in terms
> of
> > patch verification.
> >
> >
> > Gating will help with that, we're working on it now, you can be a beta
> > tested for the api project if you want :)
> > So basically you'll have a flag in gerrit to trigger the pre-merge jobs
> > and if the job will fail the patch won't merge.
> >
>
> Looks interesting. What do I need to do to become beta tester?
>

Barak will be in contact with you once we'll have something working...


>
> >
> >
> > Actually I am currently using the build-artifacts.sh script where I
> > should probably use the check-merged.sh script. I think I need to
> > reorganize the jobs and the automation scripts to make this clearer.
> I
> > am working on that.
> >
> > > On Wed, Nov 23, 2016 at 10:10 AM, Juan Hernández <
> jhern...@redhat.com 
> > > >> wrote:
> > >
> > > On 11/23/2016 08:29 AM, Sandro Bonazzola wrote:
> > > >
> > > http://jenkins.ovirt.org/job/ovirt-engine-api-model_4.0_
> build-artifacts-fc24-x86_64/30/console
> >  build-artifacts-fc24-x86_64/30/console>
> > >  build-artifacts-fc24-x86_64/30/console
> >  build-artifacts-fc24-x86_64/30/console>>
> > > >
> > > > *
> > > > *
> > > >
> > > > *
> > > > *
> > > >
> > > > *00:04:35.993* + mv target/model.json exported-artifacts
> > > > *00:04:35.993* mv: cannot stat 'target/model.json': No such
> file
> > > or directory
> > > > *00:04:35.993* Took 93 seconds
> > > >
> > > >
> > > > Can you please have a look?
> > > >
> > >
> > >
> > > That should be addressed by the following patch:
> > >
> > >   Fix automation scripts after removing 'describe' profile
> > >   https://gerrit.ovirt.org/67208
> > >
> > > --
> > > Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3,
> planta
> > > 3ºD, 28016 Madrid, Spain
> > > Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 -
> Red Hat
> > > S.L.
> > > ___
> > > Infra mailing list
> > > Infra@ovirt.org 
> > >
> > > http://lists.ovirt.org/mailman/listinfo/infra
> > 
> > >  > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Eyal Edri
> > > Associate Manager
> > > RHV DevOps
> > > EMEA ENG Virtualization R
> > > Red Hat Israel
> > >
> > > phone: +972-9-7692018 
> > > irc: eedri (on #tlv #rhev-dev #rhev-integ)
> >
> >
> > --
> > Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> > 3ºD, 28016 Madrid, Spain
> > Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat
> > S.L.
> >
> >
> >
> >
> > --
> > Eyal Edri
> > Associate Manager
> > RHV DevOps
> > EMEA ENG Virtualization R
> > Red Hat Israel
> >
> > phone: +972-9-7692018
> > irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
>
> --
> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> 3ºD, 28016 Madrid, Spain
> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
>



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-devel] Project ovirt-engine-api-model_4.0_build-artifacts-fc24-x86_64 is failing

2016-11-23 Thread Juan Hernández
On 11/23/2016 09:30 AM, Eyal Edri wrote:
> 
> 
> On Wed, Nov 23, 2016 at 10:26 AM, Juan Hernández  > wrote:
> 
> On 11/23/2016 09:16 AM, Eyal Edri wrote:
> > Maybe worth adding the build artifacts to check-patch.sh so you'll see
> > it before merge?
> >
> 
> The check-patch.sh script already runs the build of the artifacts. The
> problem is that in this case the "bug" was in the automation
> build-artifacts.sh script itself, and it only runs when the patch is
> merged. The reason for running the build-artifacts.sh script only when
> the patch is merged is that it runs a heavy process: generation of
> documentation using Publican. I didn't want to do that for every patch,
> as it consumes a lot of resources and doesn't add anything in terms of
> patch verification.
> 
> 
> Gating will help with that, we're working on it now, you can be a beta
> tested for the api project if you want :)
> So basically you'll have a flag in gerrit to trigger the pre-merge jobs
> and if the job will fail the patch won't merge.
>  

Looks interesting. What do I need to do to become beta tester?

> 
> 
> Actually I am currently using the build-artifacts.sh script where I
> should probably use the check-merged.sh script. I think I need to
> reorganize the jobs and the automation scripts to make this clearer. I
> am working on that.
> 
> > On Wed, Nov 23, 2016 at 10:10 AM, Juan Hernández  
> > >> wrote:
> >
> > On 11/23/2016 08:29 AM, Sandro Bonazzola wrote:
> > >
> > 
> http://jenkins.ovirt.org/job/ovirt-engine-api-model_4.0_build-artifacts-fc24-x86_64/30/console
> 
> 
> > 
>  
> >
> > >
> > > *
> > > *
> > >
> > > *
> > > *
> > >
> > > *00:04:35.993* + mv target/model.json exported-artifacts
> > > *00:04:35.993* mv: cannot stat 'target/model.json': No such file
> > or directory
> > > *00:04:35.993* Took 93 seconds
> > >
> > >
> > > Can you please have a look?
> > >
> >
> >
> > That should be addressed by the following patch:
> >
> >   Fix automation scripts after removing 'describe' profile
> >   https://gerrit.ovirt.org/67208
> >
> > --
> > Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, 
> planta
> > 3ºD, 28016 Madrid, Spain
> > Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat
> > S.L.
> > ___
> > Infra mailing list
> > Infra@ovirt.org 
> >
> > http://lists.ovirt.org/mailman/listinfo/infra
> 
> >  >
> >
> >
> >
> >
> >
> > --
> > Eyal Edri
> > Associate Manager
> > RHV DevOps
> > EMEA ENG Virtualization R
> > Red Hat Israel
> >
> > phone: +972-9-7692018 
> > irc: eedri (on #tlv #rhev-dev #rhev-integ)
> 
> 
> --
> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> 3ºD, 28016 Madrid, Spain
> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat
> S.L.
> 
> 
> 
> 
> -- 
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
> 
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)


-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-devel] Project ovirt-engine-api-model_4.0_build-artifacts-fc24-x86_64 is failing

2016-11-23 Thread Eyal Edri
On Wed, Nov 23, 2016 at 10:26 AM, Juan Hernández 
wrote:

> On 11/23/2016 09:16 AM, Eyal Edri wrote:
> > Maybe worth adding the build artifacts to check-patch.sh so you'll see
> > it before merge?
> >
>
> The check-patch.sh script already runs the build of the artifacts. The
> problem is that in this case the "bug" was in the automation
> build-artifacts.sh script itself, and it only runs when the patch is
> merged. The reason for running the build-artifacts.sh script only when
> the patch is merged is that it runs a heavy process: generation of
> documentation using Publican. I didn't want to do that for every patch,
> as it consumes a lot of resources and doesn't add anything in terms of
> patch verification.
>

Gating will help with that, we're working on it now, you can be a beta
tested for the api project if you want :)
So basically you'll have a flag in gerrit to trigger the pre-merge jobs and
if the job will fail the patch won't merge.


>
> Actually I am currently using the build-artifacts.sh script where I
> should probably use the check-merged.sh script. I think I need to
> reorganize the jobs and the automation scripts to make this clearer. I
> am working on that.
>
> > On Wed, Nov 23, 2016 at 10:10 AM, Juan Hernández  > > wrote:
> >
> > On 11/23/2016 08:29 AM, Sandro Bonazzola wrote:
> > >
> > http://jenkins.ovirt.org/job/ovirt-engine-api-model_4.0_
> build-artifacts-fc24-x86_64/30/console
> >  build-artifacts-fc24-x86_64/30/console>
> > >
> > > *
> > > *
> > >
> > > *
> > > *
> > >
> > > *00:04:35.993* + mv target/model.json exported-artifacts
> > > *00:04:35.993* mv: cannot stat 'target/model.json': No such file
> > or directory
> > > *00:04:35.993* Took 93 seconds
> > >
> > >
> > > Can you please have a look?
> > >
> >
> >
> > That should be addressed by the following patch:
> >
> >   Fix automation scripts after removing 'describe' profile
> >   https://gerrit.ovirt.org/67208
> >
> > --
> > Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> > 3ºD, 28016 Madrid, Spain
> > Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat
> > S.L.
> > ___
> > Infra mailing list
> > Infra@ovirt.org 
> > http://lists.ovirt.org/mailman/listinfo/infra
> > 
> >
> >
> >
> >
> >
> > --
> > Eyal Edri
> > Associate Manager
> > RHV DevOps
> > EMEA ENG Virtualization R
> > Red Hat Israel
> >
> > phone: +972-9-7692018
> > irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
>
> --
> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> 3ºD, 28016 Madrid, Spain
> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
>



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: problem to see draft patches in gerrit.ovirt.org

2016-11-23 Thread Shlomo Ben David
Hi,

Drafts are personal for the draft creator unless he/she adds someone as a
reviewer.

BR,

Shlomi Ben-David

בתאריך 23 בנוב׳ 2016 08:08 AM,‏ "Eyal Edri"  כתב:

> Shlomi,  can you check?
>
> On Nov 23, 2016 12:07 AM, "Nir Soffer"  wrote:
>
>> This is the problematic draft:
>> https://gerrit.ovirt.org/#/c/67169/
>>
>> Happen also to me last week, trying to access a draft from Milan.
>>
>> On Wed, Nov 23, 2016 at 12:01 AM, Maor Lipchuk 
>> wrote:
>> > Hi all,
>> >
>> > There is a permission issue in gerrit.ovirt.org that blocks seeing
>> draft
>> > patches.
>> > Once I try to see a draft patch I'm getting the following message:
>> >  "The page you requested was not found, or you do not have permission to
>> > view this page."
>> > Will appreciate your help.
>> >
>> > Regards,
>> > Maor
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-devel] Project ovirt-engine-api-model_4.0_build-artifacts-fc24-x86_64 is failing

2016-11-23 Thread Juan Hernández
On 11/23/2016 09:16 AM, Eyal Edri wrote:
> Maybe worth adding the build artifacts to check-patch.sh so you'll see
> it before merge? 
> 

The check-patch.sh script already runs the build of the artifacts. The
problem is that in this case the "bug" was in the automation
build-artifacts.sh script itself, and it only runs when the patch is
merged. The reason for running the build-artifacts.sh script only when
the patch is merged is that it runs a heavy process: generation of
documentation using Publican. I didn't want to do that for every patch,
as it consumes a lot of resources and doesn't add anything in terms of
patch verification.

Actually I am currently using the build-artifacts.sh script where I
should probably use the check-merged.sh script. I think I need to
reorganize the jobs and the automation scripts to make this clearer. I
am working on that.

> On Wed, Nov 23, 2016 at 10:10 AM, Juan Hernández  > wrote:
> 
> On 11/23/2016 08:29 AM, Sandro Bonazzola wrote:
> >
> 
> http://jenkins.ovirt.org/job/ovirt-engine-api-model_4.0_build-artifacts-fc24-x86_64/30/console
> 
> 
> >
> > *
> > *
> >
> > *
> > *
> >
> > *00:04:35.993* + mv target/model.json exported-artifacts
> > *00:04:35.993* mv: cannot stat 'target/model.json': No such file
> or directory
> > *00:04:35.993* Took 93 seconds
> >
> >
> > Can you please have a look?
> >
> 
> 
> That should be addressed by the following patch:
> 
>   Fix automation scripts after removing 'describe' profile
>   https://gerrit.ovirt.org/67208
> 
> --
> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> 3ºD, 28016 Madrid, Spain
> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat
> S.L.
> ___
> Infra mailing list
> Infra@ovirt.org 
> http://lists.ovirt.org/mailman/listinfo/infra
> 
> 
> 
> 
> 
> 
> -- 
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
> 
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)


-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-devel] Project ovirt-engine-api-model_4.0_build-artifacts-fc24-x86_64 is failing

2016-11-23 Thread Eyal Edri
Maybe worth adding the build artifacts to check-patch.sh so you'll see it
before merge?

On Wed, Nov 23, 2016 at 10:10 AM, Juan Hernández 
wrote:

> On 11/23/2016 08:29 AM, Sandro Bonazzola wrote:
> > http://jenkins.ovirt.org/job/ovirt-engine-api-model_4.0_
> build-artifacts-fc24-x86_64/30/console
> >
> > *
> > *
> >
> > *
> > *
> >
> > *00:04:35.993* + mv target/model.json exported-artifacts
> > *00:04:35.993* mv: cannot stat 'target/model.json': No such file or
> directory
> > *00:04:35.993* Took 93 seconds
> >
> >
> > Can you please have a look?
> >
>
>
> That should be addressed by the following patch:
>
>   Fix automation scripts after removing 'describe' profile
>   https://gerrit.ovirt.org/67208
>
> --
> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> 3ºD, 28016 Madrid, Spain
> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>
>


-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Build failed in Jenkins: ovirt_master_system-tests #825

2016-11-23 Thread jenkins
See 

Changes:

[Aleksei Slaikovkii] Fixed link to installation script in documentation.

--
[...truncated 743 lines...]
## Wed Nov 23 08:00:42 UTC 2016 Finished env: el7:epel-7-x86_64
##  took 1772 seconds
##  rc = 1
##
##! ERROR v
##! Last 20 log entries: 
logs/mocker-epel-7-x86_64.el7.basic_suite_master.sh/basic_suite_master.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 1624 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/hudson4250281846607287772.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 

 ]]
+ 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+='