AWS Thinkbox Discussion Forums

Deadline (Houdini/Redshift) leaves an empty directory in my image destination with the name of the submitter node

When rendering a Redshift job from Houdini, I’m finding an empty folder left over in the parent folder of my image passes. If the Deadline submitter node is named ‘SUBMIT’, the folder will be also named ‘SUBMIT’. This normally wouldn’t be a huge deal, but when we go to publish the renders, the empty folder causes problems, so we must delete it first before running scripts. Has anyone experienced this, or perhaps there is a setting that might fix the issue?
Thanks
Josh

I’ve got the same issue, but no solution except manually delete the folder.
Fred

Do you guys render with Houdini 18.5? And what version of Redshift?

Yes, we are rendering Houdini 18.5.672 with Redshift v3.0.55, and Deadline Monitor 10.1.18.4.
Any insights?
Thanks,
Josh

I have a problem when “$OS” is used in the filename it will also create a folder called “Director” where the “$OS” is in the filename expression. I never had that problem before recently, but it have popped up on Houdini 19 now to :confused:

bumping this for visibility. This is still happening and we may have to write a post render script to manage it.

Hello @goshone

Can you please elaborate more about this ? Have you renamed Deadline ROP Node ?

Please provide task report of Job to check If any logs written related to creating a folder, If possible please share the archived Job to check configs of Job.

Also, provide the sample scene file , any reference files if needed, reproduction steps that helps us to reproduce the Issue on our end!

Hi,
Yes, I did rename the deadline rop node. Could this be the issue? If I leave it default ‘deadline’ the empty folder is also named ‘deadline’.
And I am using $OS in the output filename as described by Heileif.

As for the task reports, I have attached a couple

examples. There is one from the Redshift translation, and another for the Redshift render. I didn’t find much in them, other than this one line from the translation task.

C:\ProgramData\Thinkbox\Deadline10\workers\Bladerunner10-3\plugins\6451c6e60355f0364c05eb65\hrender_dl.py:774: DeprecationWarning: expandString is deprecated. Use hou.text.expandString instead.
2023-05-02 19:45:23:  0: STDOUT:   output_folder = hou.expandString(output_folder_unexpanded)

Job archives are attached as well a sample scene that reproduces the problem on our end.

Thanks
Josh
joshh__Houdini___fx_headshot_v__6451c6e60355f0364c05eb65.zip (10.6 KB)
joshh__Redshift___fx_headshot_v__6451c6e87a79807d6c810fb5.zip (288.5 KB)
redshift_task_reports.zip (16.9 KB)
redshift_debug_v001.zip (129.0 KB)

@Nreddy, were the logs helpful? Were you able to reproduce the issue?

@goshone I saw this thread today and I haven’t tried reproducing this issue locally but will give it a try this week.

Also a quick skim on the issue and the script, it seems like a normal warning with deprecation on “hou.expandString” but should work fine as expected. If you run the Hython.exe on a command prompt and run these below line as python it should not error:

>>> import os
>>> output = "$JOB/img/$HIPNAME:r/$OS/`$HIPNAME`_`$OS`.$F4.exr"
>>> output_folder_unexpanded = os.path.dirname(output)
>>> output_folder = hou.expandString(output_folder_unexpanded)
>>> print(output_folder)

I found the lines in the log where it creates the ‘submit’ folder if it helps. It errored on this particular render, so I was able to catch it.

2023-05-18 17:38:49:  0: STDOUT: Begin Path Mapping
2023-05-18 17:38:48:  0: STDOUT: b''
2023-05-18 17:38:49:  0: STDOUT: b''
2023-05-18 17:38:49:  0: STDOUT: End Path Mapping
2023-05-18 17:38:49:  0: STDOUT: ROP type: Redshift_ROP
2023-05-18 17:38:49:  0: STDOUT: C:\ProgramData\Thinkbox\Deadline10\workers\Bladerunner10-2\plugins\6466c40bf810fc1eb65e0c67\hrender_dl.py:774: DeprecationWarning: expandString is deprecated. Use hou.text.expandString instead.
2023-05-18 17:38:49:  0: STDOUT:   output_folder = hou.expandString(output_folder_unexpanded)
2023-05-18 17:38:49:  0: STDOUT: Creating the output directory "//nebula/Jobs/Axion/seq/FBI522/FBI522_020/houdini/img/AXN_FBI522_020_fx_roaches_v009/submit"
2023-05-18 17:38:49:  0: STDOUT: Failed to create output directory "//nebula/Jobs/Axion/seq/FBI522/FBI522_020/houdini/img/AXN_FBI522_020_fx_roaches_v009/submit". The path may be invalid or permissions may not be sufficient.

@karpreet did you have a chance to look into this issue?
Thanks
Josh

We rotate who owns the forums, so Karpreet’s off and I’m on now and your thread’s fallen victim to some untidy handoffs. Sorry about that, we don’t intend to have folks waiting on us like this.

I’ve loaded up your scene, and I’ve been fiddling with how we’re building the output folder path. But I’m not able to re-create your behaviour. I’m suspecting the submission settings aren’t properly travelling along with the scene file. While I’m working on this sine we don’t see this trailing /submit in your archive job, could I get an archive of the job who’s log you shared on the 18th?

Hi Justin,
I have included a log file and archive as you requested.
Thanks
Josh

joshh__Houdini__AXN_FBI522_020_fx_roaches_v009__6466c40bf810fc1eb65e0c67.zip (68.3 KB)
Job_2023-05-18_17-38-53_6466c51c1327add738bd2506.zip (2.8 KB)

1 Like

Having the A/B comparison of reports is very helpful, thanks!

What’s really odd is we’re giving the script we control Houdini with the same inputs but are getting different results but each report is from a different Deadline Worker, as you’ve got multiple on the single machine for each GPU.

That command is this:

"C:\Program Files\Side Effects Software\Houdini 19.0.657\bin\hython.exe" "C:\ProgramData\Thinkbox\Deadline10\workers\Bladerunner10-2\plugins\6466c40bf810fc1eb65e0c67\hrender_dl.py" -f 1001 1010 1 -o "$JOB/img/$HIPNAME:r/$OS/`$HIPNAME`_`$OS`.$F4.exr" -g -d /obj/Outputs/floor_roaches -gpu 2 -tempdir "C:\ProgramData\Thinkbox\Deadline10\workers\Bladerunner10-2\jobsData\6466c40bf810fc1eb65e0c67\0_tempbC8zl0" -arnoldAbortOnLicenseFail 1 "//nebula/Jobs/Axion/seq/FBI522/FBI522_020/houdini/hip/AXN_FBI522_020_fx_roaches_v009.hip"

The way the output path is generated is based on this text printed before we start Houdini:

Output: $JOB/img/$HIPNAME:r/$OS/`$HIPNAME`_`$OS`.$F4.exr

But that’s not being regularly output. So either both renders aren’t sending the same string to be expanded, or token expansion isn’t creating that same outputs with the same inputs.

To that end I’ve added some prints to a copy of hrender_dl.py that’ll show what’s being passed into hou.expandString and what it’s returning before it’s used anywhere else in the code base.

To use that file, make a backup of the existing DeadlineRepository10\plugins\Houdini\hrender_dl.py and replace it with the file attached. Given we’re someone relying on chance this shouldn’t affect regular rendering and just add some troubleshooting logs for us.

The goal here is to figure out if the issue is in how the text is being expanded or the data we’re passing to it. The bits I’ve added have #jusbla debug prints at the end if you’d like to take a look at what’s going on.

Thanks!

hrender_dl.py (35.8 KB)

Ok, I’ll give it a try today and let you know.
Thanks

2 Likes

Hi,
We are in delivery mode, so I wasn’t able to test until today. Here are some of the relevant prints from the new script. It was only present during translation of the .rs file (not the actual redshift render). The name of the dealine submitter is ‘deadline_B’.
Thanks
Josh

2023-06-09 14:17:04:  0: STDOUT: DEBUG: Output file: $JOB/img/$HIPNAME:r/$OS/`$HIPNAME`_`$OS`.$F4.exr
2023-06-09 14:17:04:  0: STDOUT: DEBUG: Output directory unexpanded: $JOB/img/$HIPNAME:r/$OS
2023-06-09 14:17:04:  0: STDOUT: C:\ProgramData\Thinkbox\Deadline10\workers\Rocket012-cg\plugins\6483732df67614f0ab34600d\hrender_dl.py:781: DeprecationWarning: expandString is deprecated. Use hou.text.expandString instead.
2023-06-09 14:17:04:  0: STDOUT:   output_folder = hou.expandString(output_folder_unexpanded)
2023-06-09 14:17:04:  0: STDOUT: DEBUG: Output directory expanded using hou.expandString: //nebula/Jobs/Halfway/seq/TRL_040/TRL_040_0010/houdini/img/HLF_TRL_040_0010_fx_cliffDestruction_v020/deadline_B
2023-06-09 14:17:04:  0: STDOUT: DEBUG: Output directory expanded using hou.text.expandString: //nebula/Jobs/Halfway/seq/TRL_040/TRL_040_0010/houdini/img/HLF_TRL_040_0010_fx_cliffDestruction_v020/deadline_B

Hi, bumping for visibility. Let me know if you need logs or anything.

@Justin_B
Trying to get some traction on this issue and seeing if there is anything in the log output that would help with this issue?
Thanks

Hello!

I did some researched on this and it looks like it caused by using $OS token in the output path. $OS expression variable replace it to current node name. And as you are submitting the job from the Deadline ROP, it creates an empty directory for every ROP.

Can you try submitting the job through the Deadline Houdini integrated submitter, I am expecting this to be a workaround to the $OS token leaves an empty folder. Here is a documentation on Houdini submitter: (Houdini — Deadline 10.2.1.1 documentation)

Privacy | Site terms | Cookie preferences