Skip to content

autorecon2_vol error #1060

Closed
Closed
@alexrockhill

Description

@alexrockhill

I am getting an error that I have copied the stack trace below. Approximately 90% of the routine runs fine but I am not sure what happens at the end with the recon-all.

(Also I am running as a user and not as root so the error does not make it out of the Docker container)

[Node] Running "autorecon2_vol" ("niworkflows.nipype.interfaces.freesurfer.preprocess.ReconAll"), a CommandLine Interface with command:
recon-all -autorecon2-volonly -openmp 1 -subjid sub-pp004 -sd /out/freesurfer -nogcareg -nocanorm -nocareg
180419-13:52:23,822 interface INFO:
	 resume recon-all : recon-all -autorecon2-volonly -openmp 1 -subjid sub-pp004 -sd /out/freesurfer -nogcareg -nocanorm -nocareg
180419-13:52:26,954 workflow WARNING:
	 [Node] Error on "fmriprep_wf.single_subject_pp004_wf.anat_preproc_wf.surface_recon_wf.autorecon_resume_wf.autorecon2_vol" (/work/fmriprep_wf/single_subject_pp004_wf/anat_preproc_wf/surface_recon_wf/autorecon_resume_wf/autorecon2_vol)
180419-13:52:28,556 workflow ERROR:
	 Node autorecon2_vol failed to run on host 529b8ded07df.
Traceback (most recent call last):
  File "/usr/local/miniconda/bin/fmriprep", line 11, in <module>
    load_entry_point('fmriprep==1.0.6.post2', 'console_scripts', 'fmriprep')()
  File "/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/cli/run.py", line 267, in main
    fmriprep_wf.run(**plugin_settings)
  File "/usr/local/miniconda/lib/python3.6/site-packages/niworkflows/nipype/pipeline/engine/workflows.py", line 602, in run
    runner.run(execgraph, updatehash=updatehash, config=self.config)
  File "/usr/local/miniconda/lib/python3.6/site-packages/niworkflows/nipype/pipeline/plugins/base.py", line 168, in run
    self._clean_queue(jobid, graph, result=result))
  File "/usr/local/miniconda/lib/python3.6/site-packages/niworkflows/nipype/pipeline/plugins/base.py", line 228, in _clean_queue
    crashfile = self._report_crash(self.procs[jobid], result=result)
  File "/usr/local/miniconda/lib/python3.6/site-packages/niworkflows/nipype/pipeline/plugins/base.py", line 215, in _report_crash
    return report_crash(node, traceback=tb)
  File "/usr/local/miniconda/lib/python3.6/site-packages/niworkflows/nipype/pipeline/plugins/tools.py", line 41, in report_crash
    login_name = getpass.getuser()
  File "/usr/local/miniconda/lib/python3.6/getpass.py", line 170, in getuser
    return pwd.getpwuid(os.getuid())[0]
KeyError: 'getpwuid(): uid not found: 4190106'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions