Describe the bug
Please correct me if this isn't permitted, but I'm crossposting from nipreps/fmriprep#3562 since there hasn't been any responses to that issue yet.
I'm consistently experiencing hanging in fmriprep when running with the --fs-no-resume flag whenever it reaches smriprep's fsnative2t1w_xfm node.
Exact command line executed
docker run --rm -it -u 2582:10 \
-v /usr/local/pkg/freesurfer7.3/.license:/opt/freesurfer/license.txt:ro \
-v /data/sylvester/data1/datasets/spc_new/rawdata:/data:ro \
-v /data/sylvester/data1/datasets/spc_new/derivatives/fmriprep:/out \
-v /data/sylvester/scratch1/spc_new/fmriprep/sub-SPC026_ses-01:/work \
-v /data/sylvester/data1/datasets/spc_new/derivatives/fmriprep/sourcedata/freesurfer:/deriv1 \
nipreps/fmriprep:25.2.2 \
/data /out participant \
--participant-label SPC026 \
-w /work \
--verbose \
--fs-subjects-dir /deriv1 \
--fd-spike-threshold 0.9 \
--fs-no-resume \
--cifti-output 91k \
--output-spaces MNI152NLin2009cAsym
Are you positive that the input dataset is BIDS-compliant?
sMRIPrep feedback information
Please attach the full log written to the standard output and the crashfile(s), if generated.
Visual reports of sMRIPrep
If applicable, add screenshots or attach the corresponding "reportlets" to help explain your problem.
Installation type (please complete the following information):
Additional context
Add any other context about the problem here.
Here's a screenshot of where fmriprep hangs at.

Describe the bug
Please correct me if this isn't permitted, but I'm crossposting from nipreps/fmriprep#3562 since there hasn't been any responses to that issue yet.
I'm consistently experiencing hanging in fmriprep when running with the
--fs-no-resumeflag whenever it reaches smriprep'sfsnative2t1w_xfmnode.Exact command line executed
docker run --rm -it -u 2582:10 \ -v /usr/local/pkg/freesurfer7.3/.license:/opt/freesurfer/license.txt:ro \ -v /data/sylvester/data1/datasets/spc_new/rawdata:/data:ro \ -v /data/sylvester/data1/datasets/spc_new/derivatives/fmriprep:/out \ -v /data/sylvester/scratch1/spc_new/fmriprep/sub-SPC026_ses-01:/work \ -v /data/sylvester/data1/datasets/spc_new/derivatives/fmriprep/sourcedata/freesurfer:/deriv1 \ nipreps/fmriprep:25.2.2 \ /data /out participant \ --participant-label SPC026 \ -w /work \ --verbose \ --fs-subjects-dir /deriv1 \ --fd-spike-threshold 0.9 \ --fs-no-resume \ --cifti-output 91k \ --output-spaces MNI152NLin2009cAsymAre you positive that the input dataset is BIDS-compliant?
Whichever version used in fmriprep 23.2.2 (the Dockerfile implies this is 1.14.10)
--skip-bids-validationargument).--skip-bids-validationargument.sMRIPrep feedback information
Please attach the full log written to the standard output and the crashfile(s), if generated.
Visual reports of sMRIPrep
If applicable, add screenshots or attach the corresponding "reportlets" to help explain your problem.
Installation type (please complete the following information):
Additional context
Add any other context about the problem here.
Here's a screenshot of where fmriprep hangs at.