Diagnostic Information for Job 54: ================================== Job Name: Render -> HIP: untitled.hip ROP: mantra1 (Frame: 0001) Submitted By: Josh Job ID: 54 Parent Job ID(s): 52 Number of Clients Assigned: 1 Job Status: failed Report Generated On: December 10, 2015 03:25:45 PM Job Properties: =============== Description: None Tries Left: 0 Priority: 5 Minimum Number of Hosts: 1 Maximum Number of Hosts: 1 Tags: single Queue Time: December 10, 2015 03:25:06 PM Runnable Time: December 10, 2015 03:25:06 PM Command Start Time: December 10, 2015 03:25:06 PM Command End Time: Start Time: December 10, 2015 03:25:06 PM End Time: December 10, 2015 03:25:09 PM Time to Complete: 2s Time in Queue: 0s Job Environment Variables: ========================== HQCOMMANDS: { "hythonCommandsLinux": "export HOUDINI_PYTHON_VERSION=2.7 && export HFS=\"C:/Program Files/Side Effects Software/Houdini 15.0.244.16\" && cd $HFS && source ./houdini_setup && hython -u", "pythonCommandsMacosx": "export HFS=\"C:/Program Files/Side Effects Software/Houdini 15.0.244.16\" && $HFS/Frameworks/Python.framework/Versions/2.7/bin/python", "pythonCommandsLinux": "export HFS=\"C:/Program Files/Side Effects Software/Houdini 15.0.244.16\" && $HFS/python/bin/python2.7", "pythonCommandsWindows": "(set HFS=C:\\Program Files\\Side Effects Software\\Houdini 15.0.244.16) && \"!HFS!\\python27\\python2.7.exe\"", "mantraCommandsLinux": "export HFS=\"C:/Program Files/Side Effects Software/Houdini 15.0.244.16\" && cd $HFS && source ./houdini_setup && $HFS/python/bin/python2.7 $HFS/houdini/scripts/hqueue/hq_mantra.py", "mantraCommandsMacosx": "export HFS=\"C:/Program Files/Side Effects Software/Houdini 15.0.244.16\" && cd $HFS && source ./houdini_setup && $HFS/Frameworks/Python.framework/Versions/2.7/bin/python $HFS/houdini/scripts/hqueue/hq_mantra.py", "hythonCommandsMacosx": "export HOUDINI_PYTHON_VERSION=2.7 && export HFS=\"C:/Program Files/Side Effects Software/Houdini 15.0.244.16\" && cd $HFS && source ./houdini_setup && hython -u", "hythonCommandsWindows": "(set HOUDINI_PYTHON_VERSION=2.7) && (set HFS=C:\\Program Files\\Side Effects Software\\Houdini 15.0.244.16) && (set PATH=C:\\Program Files\\Side Effects Software\\Houdini 15.0.244.16\\bin;!PATH!) && \"!HFS!\\bin\\hython\" -u", "mantraCommandsWindows": "(set HFS=C:\\Program Files\\Side Effects Software\\Houdini 15.0.244.16) && \"!HFS!\\python27\\python2.7.exe\" \"!HFS!\\houdini\\scripts\\hqueue\\hq_mantra.py\"" } HQPARMS: { "dirs_to_create": [], "project_name": "Josh_untitled", "hip_file": "$HQROOT/Projects/Test/untitled.hip", "output_driver": "/out/mantra1", "use_render_tracker": 0, "frames": [ 1 ], "enable_checkpoints": true } HQHOSTS: BLACKZILLA Job Conditions and Requirements: ================================ No job conditions or requirements were given. Executed Client Job Commands: ============================= Windows Command: (set HOUDINI_PYTHON_VERSION=2.7) && (set HFS=C:\Program Files\Side Effects Software\Houdini 15.0.244.16) && (set PATH=C:\Program Files\Side Effects Software\Houdini 15.0.244.16\bin;!PATH!) && "!HFS!\bin\hython" -u "!HFS!\houdini\scripts\hqueue\hq_render_from_hip.py" Client Machine Specification (BLACKZILLA): ========================================== DNS Name: BLACKZILLA Client ID: 2 Operating System: windows Architecture: x86_64 Number of CPUs: 8 CPU Speed: 4000.0 Memory: 16718696 Client Machine Configuration File Contents (BLACKZILLA): ======================================================== [main] server = 192.168.1.69 port = 5000 sharedNetwork.mount = \\Blackzilla\design [job_environment] HQueue Server Configuration File Contents: ========================================== # # hqserver - Pylons configuration # # The %(here)s variable will be replaced with the parent directory of this file # [DEFAULT] email_to = you@yourdomain.com smtp_server = localhost error_email_from = paste@localhost [server:main] use = egg:Paste#http host = 0.0.0.0 port = 5000 [app:main] # The shared network. hqserver.sharedNetwork.host = Blackzilla hqserver.sharedNetwork.path.linux = %(here)s/shared hqserver.sharedNetwork.path.windows = design hqserver.sharedNetwork.path.macosx = %(here)s/HQShared hqserver.sharedNetwork.mount.linux = /mnt/hq hqserver.sharedNetwork.mount.windows = Z: hqserver.sharedNetwork.mount.macosx = /Volumes/HQShared # Server port number. hqserver.port = 5000 # Where to save job output job_logs_dir = %(here)s/job_logs # Specify the database for SQLAlchemy to use sqlalchemy.default.url = sqlite:///%(here)s/db/hqserver.db # This is required if using mysql sqlalchemy.default.pool_recycle = 3600 # This will force a thread to reuse connections. sqlalchemy.default.strategy = threadlocal ######################################################################### # Uncomment these configuration values if you are using a MySQL database. ######################################################################### # The maximum number of database connections available in the # connection pool. If you see "QueuePool limit of size" messages # in the errors.log, then you should increase the value of pool_size. # This is typically done for farms with a large number of client machines. #sqlalchemy.default.pool_size = 30 #sqlalchemy.default.max_overflow = 20 # Where to publish myself in avahi # hqnode will use this to connect publish_url = http://hostname.domain.com:5000 # How many minutes before a client is considered inactive hqserver.activeTimeout = 3 # How many days before jobs are deleted hqserver.expireJobsDays = 10 # The maximum number of jobs (under the same root parent job) that can fail on # a single client before a condition is dynamically added to that root parent # job (and recursively all its children) that excludes the client from ever # running this job/these jobs again. This value should be a postive integer # greater than zero. To disable this feature, set this value to zero. hqserver.maxFailsAllowed = 5 # The priority that the 'upgrade' job gets. hqserver.upgradePriority = 100 use = egg:hqserver full_stack = True cache_dir = %(here)s/data beaker.session.key = hqserver beaker.session.secret = somesecret app_instance_uuid = {74ce1118-1285-4e98-b289-1d9a7a68b818} # Logging Setup [loggers] keys = root [handlers] keys = console [formatters] keys = generic [logger_root] # Change to "level = DEBUG" to see debug messages in the log. level = INFO handlers = console # This handler backs up the log when it reaches 10Mb # and keeps at most 5 backup copies. [handler_console] class = handlers.RotatingFileHandler args = ("hqserver.log", "a", 10485760, 5) level = NOTSET formatter = generic [formatter_generic] format = %(asctime)s %(levelname)-5.5s [%(name)s] %(message)s datefmt = %B %d, %Y %H:%M:%S Job Status Log: =============== December 10, 2015 03:25:06 PM: Assigned to BLACKZILLA (master) December 10, 2015 03:25:06 PM: setting status to running December 10, 2015 03:25:09 PM: setting status to failed