Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qsub command failed with exit status: 172 #60

Open
vealvarez opened this issue Dec 18, 2018 · 4 comments
Open

qsub command failed with exit status: 172 #60

vealvarez opened this issue Dec 18, 2018 · 4 comments

Comments

@vealvarez
Copy link

Hello, I am running the pipeline and I am getting this error, could you help me? Thanks!

Starting pipeline...
155 jobs to be executed in total
Traceback (most recent call last):
File "/usr/local/bin/rubra", line 11, in
load_entry_point('Rubra==0.1.5', 'console_scripts', 'rubra')()
File "build/bdist.linux-x86_64/egg/rubra/rubra.py", line 66, in main
File "build/bdist.linux-x86_64/egg/ruffus/task.py", line 2680, in pipeline_run
ruffus.ruffus_exceptions.RethrownJobError:

Exceptions running jobs for

'def RedDog.makeDir(...):'

Original exception:

Exception #1
exceptions.Exception(qsub command failed with exit status: 172):
for RedDog.makeDir.Job = [False -> dir.makeDir.Success]

Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/ruffus/task.py", line 517, in run_pooled_job_without_exceptions
    return_value =  job_wrapper(param, user_defined_work_func, register_cleanup, touch_files_only)
  File "build/bdist.linux-x86_64/egg/ruffus/task.py", line 447, in job_wrapper_io_files
    ret_val = user_defined_work_func(*param)
  File "RedDog.py", line 955, in makeDir
    runStageCheck('makeDir', flagFile, outPrefix, full_sequence_list_string)
  File "build/bdist.linux-x86_64/egg/rubra/utils.py", line 128, in runStageCheck
    status = runStage(stage, *args)
  File "build/bdist.linux-x86_64/egg/rubra/utils.py", line 144, in runStage
    exitStatus = distributedCommand(stage, commandStr, pipeline_options)
  File "build/bdist.linux-x86_64/egg/rubra/utils.py", line 122, in distributedCommand
    return script.runJobAndWait(stage, logDir, verbosity)
  File "build/bdist.linux-x86_64/egg/rubra/cluster_job.py", line 65, in runJobAndWait
    jobID = self.launch()
  File "build/bdist.linux-x86_64/egg/rubra/cluster_job.py", line 138, in launch
    str(returnCode)))
Exception: qsub command failed with exit status: 172
@d-j-e
Copy link
Collaborator

d-j-e commented Dec 18, 2018

Are you running on a torque/qsub system or a SLURM system (or indeed another OS)?

@vealvarez
Copy link
Author

vealvarez commented Dec 19, 2018 via email

@d-j-e
Copy link
Collaborator

d-j-e commented Dec 19, 2018

RedDog is actually 'system neutral'; it is Rubra that controls the job submissions to the relevant queue. Though reddog was originally written on a 'qsub' system so it should have no problems...

I cannot find a description of qsub exit status 172 - it is not a 'reserved' code so you may have to seek the help of a local system administrator to work out what the error means. This first step creates all the output directories required for the run, so it might be a permissions error of some kind, but that is only a guess. You could also try raising the issue on the rubra github page.

@vealvarez
Copy link
Author

vealvarez commented Dec 20, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants