Jenkins job "gate-rally-dsvm-mistral-task" failed with exit error 2

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

Bug Description

Jenkins check "gate-rally-dsvm-mistral-task" failed with exit error 2

I have submitted change in openstack mistral for review and observed gate-rally-dsvm-mistral-task FAILURE.

When I checked console log of gate-rally-dsvm-mistral-task, I am seeing below issue -

2016-06-02 07:21:44.183 | + sudo mv /home/jenkins/workspace/gate-rally-dsvm-mistral-task/devstack-gate-cleanup-host.txt /opt/stack/logs/
2016-06-02 07:21:44.190 | + exit 2
2016-06-02 07:21:44.244 | Build step 'Execute shell' marked build as failure

In review - gate-rally-dsvm-mistral-task FAILURE in 23m 51s (non-voting)

Have a look at console log for more details - http://logs.openstack.org/47/324247/1/check/gate-rally-dsvm-mistral-task/9d4b661/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-rally-dsvm-mistral-task" failed with exit error 2
+ Jenkins job "gate-rally-dsvm-mistral-task" failed with exit error 2
description: updated
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.