No html file created

Hi!
I’m new with fmriprep and in order to understand the tool I’m running it in a public dataset. It passed BIDS validator and terminal seems to freeze at:

resume recon-all : recon-all -autorecon-hemi lh -noparcstats -noparcstats2 -noparcstats3 -nohyporelabel -nobalabels -openmp 1 -subjid sub-01 -sd /out/freesurfer **
200427-22:17:01,353 nipype.workflow INFO:
** [Node] Running “_autorecon_surfs0” (“smriprep.interfaces.freesurfer.ReconAll”), a CommandLine Interface with command:

recon-all -autorecon-hemi lh -noparcstats -noparcstats2 -noparcstats3 -nohyporelabel -nobalabels -openmp 1 -subjid sub-01 -sd /out/freesurfer **
200427-22:17:01,388 nipype.interface INFO:
** resume recon-all : recon-all -autorecon-hemi lh -noparcstats -noparcstats2 -noparcstats3 -nohyporelabel -nobalabels -openmp 1 -subjid sub-01 -sd /out/freesurfer

Recon-all finishes without errors (recon-all.log):
recon-all -s sub-01 finished without error at Mon Apr 27 22:16:54 UTC 2020

However, no report html file is created neither sub-01/func

Here is the original data directory tree:
ds000116/
├── CHANGES
├── README
├── dataset_description.json
├── participants.tsv
├── sub-01
│ ├── anat
│ │ ├── sub-01_T1w.nii
│ │ └── sub-01_inplaneT2.nii
│ └── func
│ ├── sub-01_task-auditoryoddballwithbuttonresponsetotargetstimuli_run-01_bold.nii
│ ├── sub-01_task-auditoryoddballwithbuttonresponsetotargetstimuli_run-01_events.tsv
│ ├── sub-01_task-auditoryoddballwithbuttonresponsetotargetstimuli_run-02_bold.nii
│ ├── sub-01_task-auditoryoddballwithbuttonresponsetotargetstimuli_run-02_events.tsv
│ ├── sub-01_task-auditoryoddballwithbuttonresponsetotargetstimuli_run-03_bold.nii
│ ├── sub-01_task-auditoryoddballwithbuttonresponsetotargetstimuli_run-03_events.tsv
│ ├── sub-01_task-visualoddballwithbuttonresponsetotargetstimuli_run-01_bold.nii
│ ├── sub-01_task-visualoddballwithbuttonresponsetotargetstimuli_run-01_events.tsv
│ ├── sub-01_task-visualoddballwithbuttonresponsetotargetstimuli_run-02_bold.nii
│ ├── sub-01_task-visualoddballwithbuttonresponsetotargetstimuli_run-02_events.tsv
│ ├── sub-01_task-visualoddballwithbuttonresponsetotargetstimuli_run-03_bold.nii
│ └── sub-01_task-visualoddballwithbuttonresponsetotargetstimuli_run-03_events.tsv

and that’s how I’m running the script:
fmriprep_docker /Users/souza/Documents/postdoc\ /test-database\ /external/ds000116/ /Users/souza/Documents/postdoc\ /test-database\ /external/derivatives/ participant --participant-label 01 --fs-license-file /Users/souza/Documents/postdoc\ /freesurfer-license.txt --ignore slicetiming

I appreciate any help.
Ana