<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>The gate is under heavy load at the moment. Maybe in a day or two it will get back to usual…</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Tang Chen <<a href="mailto:tangchen@cn.fujitsu.com">tangchen@cn.fujitsu.com</a>><br>
<span style="font-weight:bold">Reply-To: </span>OpenStack List <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, July 22, 2015 at 11:57 AM<br>
<span style="font-weight:bold">To: </span>OpenStack List <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [openstack-dev] [CI] Jenkins jobs are not executed when setting up a new CI system.<br>
</div>
<div><br>
</div>
<div>
<div bgcolor="#FFFFFF" text="#000000">Hi Abhishek,<br>
<br>
<br>
<div class="moz-cite-prefix">On 07/22/2015 03:56 PM, Abhishek Shrivastava wrote:<br>
</div>
<blockquote cite="mid:CAOULzZVNF-3=Z_xmFLD3CF=otNJ9o7br=SpUP40e4-oS7ab_0g@mail.gmail.com" type="cite">
<div dir="ltr">
<div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">
​Hi Tang,</div>
<div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">
​</div>
<div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">
Reboot your master vm and then try the same. Also after restarting check the status of zuul and zuul-merger.</div>
</div>
<div class="gmail_extra"><br>
</div>
</blockquote>
<br>
I found the problem. zuul could not fetch repo because of the proxy......<br>
And as a result, merge failed. So the job was not run.<br>
<br>
Now it is OK. :)<br>
<br>
Thanks. :)<br>
<br>
<blockquote cite="mid:CAOULzZVNF-3=Z_xmFLD3CF=otNJ9o7br=SpUP40e4-oS7ab_0g@mail.gmail.com" type="cite">
<div class="gmail_extra">
<div class="gmail_quote">On Wed, Jul 22, 2015 at 12:14 PM, Tang Chen <span dir="ltr">
<<a moz-do-not-send="true" href="mailto:tangchen@cn.fujitsu.com" target="_blank">tangchen@cn.fujitsu.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><span class=""><br>
<div>On 07/22/2015 12:49 PM, Tang Chen wrote:<br>
</div>
<blockquote type="cite">Hi all, <br>
<br>
When I send a patch to gerrit, my zuul is notified, but jenkins jobs are not run.<br>
<br>
My CI always reports the following error:<br>
<br>
<pre><small><font face="sans-serif"><big>Merge Failed.</big><big>This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset.

I think, because the patch cannot be merged, the jobs are not run.
</big></font></small><small><font face="sans-serif"><big><small><font face="sans-serif"><big>Referring to <a moz-do-not-send="true" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__www.mediawiki.org_wiki_Gerrit_Advanced-5Fusage&d=BQMCAw&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=VlZxHpZBmzzkWT5jqz9JYBk8YTeq9N3-diTlNj4GyNc&m=xPjZxaKbI6A4_QChVH5yd1mZH5dpUhZpBpBgzv53YxE&s=uPutfRk7Ex5dkTVYP7ZbGR11euc8pSs1G0txZICkGWM&e=" target="_blank">https://www.mediawiki.org/wiki/Gerrit/Advanced_usage</a>, </big></font></small></big></font></small><small><font face="sans-serif"><big><small><font face="sans-serif"><big><small><font face="sans-serif"><big>I did update my master branch and make sure it is up-to-date. But it doesn't work. </big></font></small></big></font></small></big></font></small><small><font face="sans-serif"><big><small><font face="sans-serif"><big><small><font face="sans-serif"><big><small><font face="sans-serif"><big>And other CIs from other companies didn't report this error.</big></font></small></big></font></small></big></font></small></big></font></small></pre>
</blockquote>
<br>
</span>process_event_queue()<br>
 |--> pipeline.manager.addChange()<br>
         |--> report "Unable to find change queue for change <Change 0x7fa7ef8b6250 204446,1> in project openstack-dev/sandbox"<br>
<br>
204446 is my patch number.<br>
<br>
Anyone knows why is that ?<br>
<br>
Thanks.<br>
<br>
<blockquote type="cite"><span class="">
<pre><small><font face="sans-serif"><big><small><font face="sans-serif"><big><small><font face="sans-serif"><big></big></font></small></big></font></small>
And also, when zuul tries to get the patch from gerrit, it executes:

gerrit query --format json --all-approvals --comments --commit-message --current-patch-set --dependencies --files --patch-sets --submit-records 204337


When I try to execute it myself, it reports:    Permission denied (publickey).

I updated my ssh key, and uploaded the new public key to gerrit, but it doesn't work.


Does anyone have any idea what's going on here ?

Thanks.


</big><big><big></big></big></font></small></pre>
<br>
<br>
<fieldset></fieldset> <br>
</span>
<pre>__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a moz-do-not-send="true" href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><a moz-do-not-send="true" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a></pre>
</blockquote>
<br>
</div>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a moz-do-not-send="true" href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">
OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a moz-do-not-send="true" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div><font color="#0b5394"><b><img moz-do-not-send="true" src="https://docs.google.com/uc?export=download&id=0Byq0j7ZjFlFKV3ZCWnlMRXBCcU0&revid=0Byq0j7ZjFlFKa2V5VjdBSjIwUGx6bUROS2IrenNwc0kzd2IwPQ"><br>
</b></font></div>
<div><font color="#000000" face="times new
                            roman,serif" size="2"><b>Thanks & Regards,<br>
</b></font></div>
<font color="#000000"><font face="times new
                            roman,serif" size="2"><b>Abhishek</b></font><br>
</font></div>
</div>
<div><i><u><font color="#0000ff"><a moz-do-not-send="true" href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cloudbyte.com&d=BQMCAw&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=VlZxHpZBmzzkWT5jqz9JYBk8YTeq9N3-diTlNj4GyNc&m=xPjZxaKbI6A4_QChVH5yd1mZH5dpUhZpBpBgzv53YxE&s=KOIy9LLJBcxT-zC6XENVPpTuvQS7kAtxH169pLrA-sM&e=" target="_blank">Cloudbyte
 Inc.</a></font></u></i></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre wrap="">__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a></pre>
</blockquote>
<br>
</div>
</div>
</span>
</body>
</html>