<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 24, 2021 at 10:14 AM Clark Boylan <<a href="mailto:cboylan@sapwetik.org">cboylan@sapwetik.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello everyone,<br>
<br>
At approximately 12:53 UTC September 24 (today) [0] Devstack's Xena branch was created. Due to an unexpected side effect in Devstack's Zuul configs this has caused all Devstack based jobs against master and possible stable/xena to RETRY_LIMIT and fail.<br>
<br>
The underlying issue you'll see in the jobs is that mkswap cannot create swap because it already exists [1]. This happens because Devstack's pre-run playbook is running twice [2] and the configure-swap role is not idempotent. The role is running twice because the Devstack base job is loading master and stable/xena's configs and composing them together which results in two pre-run playbooks being selected one for each branch. This happens because Devstack's stable/xena branch explicitly states that its configs apply to master and feature/r1 branches [3].<br>
<br>
I've pushed up a change [4] to remove this Zuul configuration from the Xena branch which I expect will fix things for us.<br></blockquote><div><br></div><div>Thanks Clark - this was puzzling. Made a depends-on change in a devstack job elsewhere, and it went past the failure. </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
[0] <a href="https://zuul.opendev.org/t/openstack/build/ebe77aee0c104c9e9b917ff28a4731ee/log/job-output.txt#715" rel="noreferrer" target="_blank">https://zuul.opendev.org/t/openstack/build/ebe77aee0c104c9e9b917ff28a4731ee/log/job-output.txt#715</a><br>
[1] <a href="https://zuul.opendev.org/t/openstack/build/52fa83b18e1a476b80afc41617fe68f9/log/job-output.txt#1138" rel="noreferrer" target="_blank">https://zuul.opendev.org/t/openstack/build/52fa83b18e1a476b80afc41617fe68f9/log/job-output.txt#1138</a><br>
[2] <a href="https://zuul.opendev.org/t/openstack/build/52fa83b18e1a476b80afc41617fe68f9/log/job-output.txt#923" rel="noreferrer" target="_blank">https://zuul.opendev.org/t/openstack/build/52fa83b18e1a476b80afc41617fe68f9/log/job-output.txt#923</a><br>
[3] <a href="https://opendev.org/openstack/devstack/src/branch/stable/xena/.zuul.yaml#L1-L7" rel="noreferrer" target="_blank">https://opendev.org/openstack/devstack/src/branch/stable/xena/.zuul.yaml#L1-L7</a><br>
[4] <a href="https://review.opendev.org/c/openstack/devstack/+/810947" rel="noreferrer" target="_blank">https://review.opendev.org/c/openstack/devstack/+/810947</a><br>
<br>
</blockquote></div></div>