If that's the case, we should make sure in the future that patches are self
contained, even if the plan is to push them together.
On Wed, Jul 19, 2017 at 1:39 PM, Daniel Belenky <dbelenky(a)redhat.com> wrote:
The root cause of those failures is that [1] and [2] can't be
built
without [3].
[1]
https://gerrit.ovirt.org/#/c/78847/5
<
https://gerrit.ovirt.org/#/c/78847/5>[2] https://gerrit.ovirt.org/#/c/
78848/5 <
https://gerrit.ovirt.org/#/c/78848/5>
[3]
https://gerrit.ovirt.org/#/c/78849/10
<
https://gerrit.ovirt.org/#/c/78849/10>
On Wed, Jul 19, 2017 at 1:15 PM, Eyal Edri <eedri(a)redhat.com> wrote:
>
>
> On Wed, Jul 19, 2017 at 12:45 PM, Oved Ourfali <oourfali(a)redhat.com>
> wrote:
>
>> I also see that subsequent patches, such as [1] pass those tests:
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> Patch Set 4: Continuous-Integration+1
>> Build Successful
>>
http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
>> -el7-x86_64/26661/ : SUCCESS
>>
http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
>> -fc25-x86_64/10705/ : SUCCESS
>>
>
> check-patch doesn't run the same commands as 'check-merged' or
> 'build-artifacts'.
> I've deleted the workspaces for those jobs on 2 slaves it failed on, if
> it was due to old maven cache left there it should work now,
> but we need to understand why it happened and maybe improve the code in
> check-merged/build-artifacts of in the cleanup code.
>
>
>
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> [1]
https://gerrit.ovirt.org/#/c/79493/
>>
>>
>> On Wed, Jul 19, 2017 at 12:27 PM, Oved Ourfali <oourfali(a)redhat.com>
>> wrote:
>>
>>> Can we access the environment?
>>>
>>> On Wed, Jul 19, 2017 at 12:21 PM, Daniel Belenky <dbelenky(a)redhat.com>
>>> wrote:
>>>
>>>> It's also removing /home/jenkins/.m2
>>>>
>>>> On Wed, 19 Jul 2017 at 12:16 Tomas Jelinek <tjelinek(a)redhat.com>
>>>> wrote:
>>>>
>>>>> On Wed, Jul 19, 2017 at 11:02 AM, Daniel Belenky
<dbelenky(a)redhat.com
>>>>> > wrote:
>>>>>
>>>>>> I've added a build step that removes .m2 cache and the error
still
>>>>>> appears.
>>>>>>
>>>>>
>>>>> are you sure you have removed the right m2 folder? I see this in the
>>>>> logs:
>>>>>
>>>>> rm -rf /root/.m2/repository/org/ovirt
>>>>>
>>>>> and than building it in
>>>>> /home/jenkins/
>>>>>
>>>>> ... along shot but seems suspicious.
>>>>>
>>>>>
>>>>>
>>>>>>
>>>>>> On Wed, Jul 19, 2017 at 11:46 AM, Eyal Edri
<eedri(a)redhat.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Daniel,
>>>>>>> IIRC we have local maven cache on the slaves, please try to
clean
>>>>>>> it first and re-run.
>>>>>>> If its not working, then I suggest engine maintainers will
look
>>>>>>> into the command that is run inside 'check-merged.sh'
and see if there is a
>>>>>>> leftover
>>>>>>> profile in Makefile or maven that still requires userportal.
>>>>>>>
>>>>>>> On Wed, Jul 19, 2017 at 11:43 AM, Oved Ourfali
<oourfali(a)redhat.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> I discussed that offline with Eyal.
>>>>>>>> Perhaps some of the data there is cached.
>>>>>>>> He said he is on it.
>>>>>>>>
>>>>>>>> On Wed, Jul 19, 2017 at 11:22 AM, Daniel Belenky <
>>>>>>>> dbelenky(a)redhat.com> wrote:
>>>>>>>>
>>>>>>>>> Hi, I've tried to re-trigger build-artifacts and
it failed.
>>>>>>>>> What do you mean by 'brand new environment'?
It's the
>>>>>>>>> build-artifacts and check-merged of this patch, not
OST.
>>>>>>>>> Link:
>>>>>>>>> check-merged:
http://jenkins.ovirt.org/job/o
>>>>>>>>> virt-engine_master_check-merged-el7-x86_64/5408/
>>>>>>>>> build-artifacts:
http://jenkins.ovirt.org/job/o
>>>>>>>>> virt-engine_master_check-merged-el7-x86_64/5408/
>>>>>>>>>
>>>>>>>>> On Wed, Jul 19, 2017 at 10:56 AM, Oved Ourfali <
>>>>>>>>> oourfali(a)redhat.com> wrote:
>>>>>>>>>
>>>>>>>>>> Can you re-test?
>>>>>>>>>> We have pushed a fix this morning.
>>>>>>>>>> Although not specifically for that.
>>>>>>>>>> Also, is that a brand new environment?
>>>>>>>>>> We removed the user portal, so it shouldn't
look for the pom
>>>>>>>>>> file.
>>>>>>>>>>
>>>>>>>>>> On Jul 19, 2017 09:46, "Daniel Belenky"
<dbelenky(a)redhat.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi all,
>>>>>>>>>>>
>>>>>>>>>>> This patch has [1] failed building, and every
patch that was
>>>>>>>>>>> rebased on top of it failed too because of
it.
>>>>>>>>>>>
>>>>>>>>>>> Error snippet:
>>>>>>>>>>>
>>>>>>>>>>> [ERROR] The build could not read 1 project
-> [Help 1]
>>>>>>>>>>> [ERROR]
>>>>>>>>>>> [ERROR] The project
org.ovirt.engine.ui:webadmin-modules:4.2.0-SNAPSHOT
>>>>>>>>>>>
(/home/jenkins/workspace/ovirt-engine_master_build-artifacts
>>>>>>>>>>>
-el7-x86_64/ovirt-engine/frontend/webadmin/modules/pom.xml)
>>>>>>>>>>> has 1 error
>>>>>>>>>>> [ERROR] Child module
/home/jenkins/workspace/ovirt-
>>>>>>>>>>>
engine_master_build-artifacts-el7-x86_64/ovirt-engine/fronte
>>>>>>>>>>> nd/webadmin/modules/userportal-gwtp of
>>>>>>>>>>>
/home/jenkins/workspace/ovirt-engine_master_build-artifacts-
>>>>>>>>>>>
el7-x86_64/ovirt-engine/frontend/webadmin/modules/pom.xml does
>>>>>>>>>>> not exist
>>>>>>>>>>> [ERROR]
>>>>>>>>>>> [ERROR] To see the full stack trace of the
errors, re-run Maven
>>>>>>>>>>> with the -e switch.
>>>>>>>>>>> [ERROR] Re-run Maven using the -X switch to
enable full debug
>>>>>>>>>>> logging.
>>>>>>>>>>> [ERROR]
>>>>>>>>>>> [ERROR] For more information about the errors
and possible
>>>>>>>>>>> solutions, please read the following
articles:
>>>>>>>>>>> [ERROR] [Help 1]
http://cwiki.apache.org/conflu
>>>>>>>>>>> ence/display/MAVEN/ProjectBuildingException
>>>>>>>>>>> make: *** [clean] Error 1
>>>>>>>>>>>
>>>>>>>>>>> [1]
https://gerrit.ovirt.org/#/c/78847/5
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> DANIEL BELENKY
>>>>>>>>>>>
>>>>>>>>>>> Associate sw engineer
>>>>>>>>>>>
>>>>>>>>>>> RHEV DEVOPS
>>>>>>>>>>>
>>>>>>>>>>> EMEA VIRTUALIZATION R&D
>>>>>>>>>>>
>>>>>>>>>>> Red Hat Israel
<
https://www.redhat.com/>
>>>>>>>>>>>
>>>>>>>>>>> dbelenky(a)redhat.com IRC: #rhev-integ,
#rhev-dev
>>>>>>>>>>> <
https://red.ht/sig>
>>>>>>>>>>>
>>>>>>>>>>>
_______________________________________________
>>>>>>>>>>> Devel mailing list
>>>>>>>>>>> Devel(a)ovirt.org
>>>>>>>>>>>
http://lists.ovirt.org/mailman/listinfo/devel
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> DANIEL BELENKY
>>>>>>>>>
>>>>>>>>> Associate sw engineer
>>>>>>>>>
>>>>>>>>> RHEV DEVOPS
>>>>>>>>>
>>>>>>>>> EMEA VIRTUALIZATION R&D
>>>>>>>>>
>>>>>>>>> Red Hat Israel <
https://www.redhat.com/>
>>>>>>>>>
>>>>>>>>> dbelenky(a)redhat.com IRC: #rhev-integ, #rhev-dev
>>>>>>>>> <
https://red.ht/sig>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> Eyal edri
>>>>>>>
>>>>>>>
>>>>>>> ASSOCIATE MANAGER
>>>>>>>
>>>>>>> RHV DevOps
>>>>>>>
>>>>>>> EMEA VIRTUALIZATION R&D
>>>>>>>
>>>>>>>
>>>>>>> Red Hat EMEA <
https://www.redhat.com/>
>>>>>>> <
https://red.ht/sig> TRIED. TESTED. TRUSTED.
>>>>>>> <
https://redhat.com/trusted>
>>>>>>> phone: +972-9-7692018 <+972%209-769-2018>
>>>>>>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> DANIEL BELENKY
>>>>>>
>>>>>> Associate sw engineer
>>>>>>
>>>>>> RHEV DEVOPS
>>>>>>
>>>>>> EMEA VIRTUALIZATION R&D
>>>>>>
>>>>>> Red Hat Israel <
https://www.redhat.com/>
>>>>>>
>>>>>> dbelenky(a)redhat.com IRC: #rhev-integ, #rhev-dev
>>>>>> <
https://red.ht/sig>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Devel mailing list
>>>>>> Devel(a)ovirt.org
>>>>>>
http://lists.ovirt.org/mailman/listinfo/devel
>>>>>>
>>>>> --
>>>> Best regards,
>>>> Daniel Belenky
>>>> RHV DevOps,
>>>> +972 54 9232368 <+972%2054-923-2368>
>>>>
>>>> _______________________________________________
>>>> Devel mailing list
>>>> Devel(a)ovirt.org
>>>>
http://lists.ovirt.org/mailman/listinfo/devel
>>>>
>>>
>>>
>>
>> _______________________________________________
>> Devel mailing list
>> Devel(a)ovirt.org
>>
http://lists.ovirt.org/mailman/listinfo/devel
>>
>
>
>
> --
>
> Eyal edri
>
>
> ASSOCIATE MANAGER
>
> RHV DevOps
>
> EMEA VIRTUALIZATION R&D
>
>
> Red Hat EMEA <
https://www.redhat.com/>
> <
https://red.ht/sig> TRIED. TESTED. TRUSTED.
<
https://redhat.com/trusted>
> phone: +972-9-7692018 <+972%209-769-2018>
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
--
DANIEL BELENKY
Associate sw engineer
RHEV DEVOPS
EMEA VIRTUALIZATION R&D
Red Hat Israel <
https://www.redhat.com/>
dbelenky(a)redhat.com IRC: #rhev-integ, #rhev-dev
<
https://red.ht/sig>