Re: [openstack-dev] Issues regarding Jenkins on Gerrit reviews

2014-11-26 Thread Joshua Harlow
Looks like the same bug affecting oslo libraries, clients (likely anyone 
with that similarily named icehouse job):


https://bugs.launchpad.net/tempest/+bug/1395368 (likely neutrons real 
issue), see bug for a potential resolution review that seems to be going 
through the tubes.


ER query review @ https://review.openstack.org/#/c/136657/

Abhishek Talwar/HYD/TCS wrote:

Hi All,

I am facing some issues with Jenkins on two of my reviews. Jenkins is
failing either on
*gate-tempest-dsvm-neutron-src-python-neutronclient-icehouse
*
or
*gate-tempest-dsvm-neutron-src-python-neutronclient-icehouse
***but
i do not see any of my code changes making them fail.
So if you can look at the reviews and guide me that why are they failing
again and again.

Links for reviews:

1. https://review.openstack.org/#/c/133151/
2. https://review.openstack.org/#/c/99929/

Kindly provide some information regarding this.



Thanks and Regards
Abhishek Talwar

=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] Issues regarding Jenkins on Gerrit reviews

2014-11-26 Thread Abhishek Talwar/HYD/TCS
Hi All,

I am facing some issues with Jenkins on two of my reviews. Jenkins is failing 
either on gate-tempest-dsvm-neutron-src-python-neutronclient-icehouse or 
gate-tempest-dsvm-neutron-src-python-neutronclient-icehouse but i do not see 
any of my code changes making them fail.
So if you can look at the reviews and guide me that why are they failing again 
and again.

Links for reviews:

1. https://review.openstack.org/#/c/133151/
2. https://review.openstack.org/#/c/99929/

Kindly provide some information regarding this.



Thanks and Regards
Abhishek Talwar
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Issues regarding Jenkins

2014-11-25 Thread Jeremy Stanley
On 2014-11-25 07:33:14 -0500 (-0500), Sean Dague wrote:
> Right now all icehouse jobs are showing up as NOT_REGISTERED. It's
> cross project and current.

This should be solved now for any dsvm icehouse jobs started since
15:00 UTC today.

Contributing factors:

1. We restarted Zuul and it doesn't keep a history of Gearman worker
registrations over restart, relying on the Jenkins masters to
reregister what jobs they know about.

2. The Gearman plug-in for Jenkins only registers jobs for a given
worker type when a worker of that type is added to that master.

3. Due to extremely low relative demand for devstack-precise workers
(as they only run for stable/icehouse branch and backward-compat
jobs), Nodepool was only trying to build one at a time.

4. For some reason the latest devstack-precise snapshot in one of
our providers' regions was causing nova boot to consistently fail
and discard the instance as being in an error state.

5. Due to the way the Nodepool scheduler is designed, when it is
retrying to boot one single node of a given label it retries it in
the same provider and region: in this case repeatedly trying to
build one single devstack-precise node from a snapshot which was not
working in that location.

Resolution was ultimately achieved by briefly shuffling the provider
order for the devstack-precise label in Nodepool's configuration,
causing it to retry in a different region where the boot ultimately
succeeded and got attached to a Jenkins master which then registered
all jobs requiring devstack-precise nodes into Zuul.
-- 
Jeremy Stanley

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Issues regarding Jenkins

2014-11-25 Thread Sean Dague
On 11/25/2014 07:30 AM, Andreas Jaeger wrote:
> On 11/25/2014 01:22 PM, Abhishek Talwar/HYD/TCS wrote:
>> Hi All,
>>
>> I am facing some issues regarding Jenkins. Actually Jenkins is failing
>> and it is giving "NOT_REGISTERED" in some tests.
>> So, kindly let me know what does "NOT_REGISTERED" mean here.
>>
>> Build failed (check pipeline). For information on how to proceed, see
>> https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures
> 
> Which patch was this? There was some trouble yesterday.
> 
> Andreas--
>  Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
>   SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
>GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB 21284 (AG Nürnberg)
> GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
> 
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 

Right now all icehouse jobs are showing up as NOT_REGISTERED. It's cross
project and current.

-Sean

-- 
Sean Dague
http://dague.net

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Issues regarding Jenkins

2014-11-25 Thread Andreas Jaeger
On 11/25/2014 01:22 PM, Abhishek Talwar/HYD/TCS wrote:
> Hi All,
> 
> I am facing some issues regarding Jenkins. Actually Jenkins is failing
> and it is giving "NOT_REGISTERED" in some tests.
> So, kindly let me know what does "NOT_REGISTERED" mean here.
> 
> Build failed (check pipeline). For information on how to proceed, see
> https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures

Which patch was this? There was some trouble yesterday.

Andreas--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB 21284 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] Issues regarding Jenkins

2014-11-25 Thread Abhishek Talwar/HYD/TCS
Hi All,

I am facing some issues
regarding Jenkins. Actually Jenkins is failing and it is giving
"NOT_REGISTERED" in some tests. 
So, kindly let me know
what does "NOT_REGISTERED" mean here.
Build failed (check pipeline). For information on how to proceed,
see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures
gate-python-novaclient-pep8
SUCCESS in 27s
gate-python-novaclient-docs
SUCCESS in 56s
gate-python-novaclient-python27
SUCCESS in 44s
gate-python-novaclient-python33
SUCCESS in 1m 53s
gate-tempest-dsvm-src-python-novaclient-icehouse
NOT_REGISTERED
gate-tempest-dsvm-neutron-src-python-novaclient-icehouse
NOT_REGISTERED
gate-tempest-dsvm-src-python-novaclient-juno
SUCCESS in 58m 32s
gate-tempest-dsvm-neutron-src-python-novaclient-juno
SUCCESS in 52m 24s
gate-python-novaclient-pypy
SUCCESS in 1m 04s
gate-tempest-dsvm-src-python-novaclient
SUCCESS in 56m 20s
gate-tempest-dsvm-neutron-src-python-novaclient
SUCCESS in 47m 00s
gate-python-novaclient-python26 SUCCESS in 46s


-- 
Thanks and Regards
Abhishek Talwar
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev