Jenkins job "gate-designate-dsvm-bind9" failed with exit error 2 causing review status "Needs Verified"

Bug #1558436 reported by Venkata Mahesh Jonnalagadda
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Gate
New
Undecided
Unassigned

Bug Description

gate-designate-dsvm-bind9 failed with exit error 2

I have submitted change in openstack designate for review and observed gate-designate-dsvm-bind9 FAILURE.

When I checked console log of gate-designate-dsvm-bind9, I am seeing below issue -

2016-03-16 20:05:29.671 | + sudo mv /home/jenkins/workspace/gate-designate-dsvm-bind9/devstack-gate-cleanup-host.txt /opt/stack/logs/
2016-03-16 20:05:29.678 | + exit 2
2016-03-16 20:05:30.432 | Build step 'Execute shell' marked build as failure

In review - gate-designate-dsvm-bind9 FAILURE in 19m 19s

Have a look at console log for more details - http://logs.openstack.org/72/293672/2/check/gate-designate-dsvm-bind9/e855a6b/console.html

This error is due to "Misuse of shell builtins (according to Bash documentation)" and more details like - Missing keyword or command, or permission problem.

Here, it occurred while moving the file to /opt/stack/logs/ directory!!!

Due to which, gerrit review got "-1" from Jenkins. This causing delay in build & merge procedures and effect releases.

Please fix this issue as below before moving the files to target directory (/opt/stack/logs) -
1) Check whether target directory exist or not. Create it, if doesn't exist!
2) Check whether required permissions available or not. Apply required permissions, if doesn't exist!
3) Once the above two steps are done then initiate the above "mv" operation accordingly.

summary: - Jenkins check - gate-designate-dsvm-bind9 failed with exit error 2
+ Jenkins check "gate-designate-dsvm-bind9" failed with exit error 2
causing review status "Needs Verified"
description: updated
description: updated
description: updated
Revision history for this message
Venkata Mahesh Jonnalagadda (vj884x) wrote : Re: Jenkins check "gate-designate-dsvm-bind9" failed with exit error 2 causing review status "Needs Verified"

By any chance, did this fixed!

description: updated
summary: - Jenkins check "gate-designate-dsvm-bind9" failed with exit error 2
- causing review status "Needs Verified"
+ Jenkins job "gate-designate-dsvm-bind9" failed with exit error 2 causing
+ review status "Needs Verified"
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.