DEBUG: Checking if LetDaylightFactorFly(_input_params={"model": "test.hbjson", "radiance_parameters": "-ab 2 -aa 0.1 -ad 2048 -ar 64", "sensor_count": 200, "sensor_grid": "*", "simulation_folder": "C:/Users/max.marschall/simulation/test/Radiance/daylight_factor"}) is complete DEBUG: Checking if _MainOrchestrator(_input_params={"model": "test.hbjson", "radiance_parameters": "-ab 2 -aa 0.1 -ad 2048 -ar 64", "sensor_count": 200, "sensor_grid": "*", "simulation_folder": "C:/Users/max.marschall/simulation/test/Radiance/daylight_factor"}) is complete INFO: Informed scheduler that task LetDaylightFactorFly___model____test__ec1cd20d2f has status PENDING DEBUG: Checking if DaylightFactorRayTracing(_input_params={"model": "test.hbjson", "params_folder": "__params", "radiance_parameters": "-ab 2 -aa 0.1 -ad 2048 -ar 64", "sensor_count": 200, "sensor_grid": "*", "simulation_folder": "C:/Users/max.marschall/simulation/test/Radiance/daylight_factor"}) is complete INFO: Informed scheduler that task _MainOrchestrator___model____test__ec1cd20d2f has status PENDING DEBUG: Checking if CreateRadFolder(_input_params={"model": "test.hbjson", "params_folder": "__params", "radiance_parameters": "-ab 2 -aa 0.1 -ad 2048 -ar 64", "sensor_count": 200, "sensor_grid": "*", "simulation_folder": "C:/Users/max.marschall/simulation/test/Radiance/daylight_factor"}) is complete DEBUG: Checking if CreateOctree(_input_params={"model": "test.hbjson", "params_folder": "__params", "radiance_parameters": "-ab 2 -aa 0.1 -ad 2048 -ar 64", "sensor_count": 200, "sensor_grid": "*", "simulation_folder": "C:/Users/max.marschall/simulation/test/Radiance/daylight_factor"}, black_out=default, include_aperture=include) is complete INFO: Informed scheduler that task DaylightFactorRayTracing___model____test__e1c538a3ae has status PENDING DEBUG: Checking if GenerateSky(_input_params={"model": "test.hbjson", "params_folder": "__params", "radiance_parameters": "-ab 2 -aa 0.1 -ad 2048 -ar 64", "sensor_count": 200, "sensor_grid": "*", "simulation_folder": "C:/Users/max.marschall/simulation/test/Radiance/daylight_factor"}, illuminance=100000.0) is complete INFO: Informed scheduler that task CreateOctree___model____test__default_include_d11392aa25 has status PENDING INFO: Informed scheduler that task GenerateSky___model____test__100000_0_fd6e597f03 has status PENDING INFO: Informed scheduler that task CreateRadFolder___model____test__e1c538a3ae has status PENDING INFO: Done scheduling tasks INFO: Running Worker with 2 processes DEBUG: Asking scheduler for work... DEBUG: Pending tasks: 6 DEBUG: Asking scheduler for work... DEBUG: Pending tasks: 5 DEBUG: 2 running tasks, waiting for next task to finish DEBUG: 2 running tasks, waiting for next task to finish INFO: Informed scheduler that task GenerateSky___model____test__100000_0_fd6e597f03 has status DONE DEBUG: Asking scheduler for work... DEBUG: Done DEBUG: There are no more tasks to run at this time DEBUG: CreateRadFolder___model____test__e1c538a3ae is currently run by worker Worker(salt=900469749, workers=2, host=MELL644H3Z2, username=Max.Marschall, pid=20044) b'--- Logging error ---\r\nTraceback (most recent call last):\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\cli\\translate.py", line 64, in model_to_rad_folder\r\n model, folder, config_file, minimal, views=view, grids=grid\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\writer.py", line 357, in model_to_rad_folder\r\n json.dump(grid.info_dict(model), fp, indent=4)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\sensorgrid.py", line 400, in info_dict\r\n base[\'light_path\'] = light_path_from_room(model, self._room_identifier)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\lightpath.py", line 49, in light_path_from_room\r\n room = model.rooms_by_identifier([room_identifier])[0]\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee\\model.py", line 658, in rooms_by_identifier\r\n raise ValueError(\'Room "{}" was not found in the model.\'.format(obj_id))\r\nValueError: Room "test" was not found in the model.\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\logging\\handlers.py", line 70, in emit\r\n self.doRollover()\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\logging\\handlers.py", line 394, in doRollover\r\n self.rotate(self.baseFilename, dfn)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\logging\\handlers.py", line 111, in rotate\r\n os.rename(source, dest)\r\nPermissionError: [WinError 32] The process cannot access the file because it is being used by another process: \'C:\\\\Users\\\\max.marschall\\\\.honeybee\\\\honeybee.log\' -> \'C:\\\\Users\\\\max.marschall\\\\.honeybee\\\\honeybee.log.2021-05-02\'\r\nCall stack:\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\runpy.py", line 193, in _run_module_as_main\r\n "__main__", mod_spec)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\runpy.py", line 85, in _run_code\r\n exec(code, run_globals)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\Scripts\\honeybee-radiance.exe\\__main__.py", line 7, in \r\n sys.exit(radiance())\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 829, in __call__\r\n return self.main(*args, **kwargs)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 782, in main\r\n rv = self.invoke(ctx)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 1259, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 1259, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 1066, in invoke\r\n return ctx.invoke(self.callback, **ctx.params)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 610, in invoke\r\n return callback(*args, **kwargs)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\cli\\translate.py", line 68, in model_to_rad_folder\r\n _logger.exception(\'Model translation failed.\\n{}\'.format(e))\r\nMessage: \'Model translation failed.\\nRoom "test" was not found in the model.\'\r\nArguments: ()\r\nhoneybee_radiance.cli.translate - ERROR - Model translation failed.\r\nRoom "test" was not found in the model.\r\nTraceback (most recent call last):\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\cli\\translate.py", line 64, in model_to_rad_folder\r\n model, folder, config_file, minimal, views=view, grids=grid\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\writer.py", line 357, in model_to_rad_folder\r\n json.dump(grid.info_dict(model), fp, indent=4)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\sensorgrid.py", line 400, in info_dict\r\n base[\'light_path\'] = light_path_from_room(model, self._room_identifier)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\lightpath.py", line 49, in light_path_from_room\r\n room = model.rooms_by_identifier([room_identifier])[0]\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee\\model.py", line 658, in rooms_by_identifier\r\n raise ValueError(\'Room "{}" was not found in the model.\'.format(obj_id))\r\nValueError: Room "test" was not found in the model.\r\n' [pid 21684] Worker Worker(salt=900469749, workers=2, host=MELL644H3Z2, username=Max.Marschall, pid=20044) failed CreateRadFolder(_input_params={"model": "test.hbjson", "params_folder": "__params", "radiance_parameters": "-ab 2 -aa 0.1 -ad 2048 -ar 64", "sensor_count": 200, "sensor_grid": "*", "simulation_folder": "C:/Users/max.marschall/simulation/test/Radiance/daylight_factor"}) Traceback (most recent call last): File "c:\users\max.marschall\ladybug_tools\python\lib\site-packages\luigi\worker.py", line 191, in run new_deps = self._run_get_new_deps() File "c:\users\max.marschall\ladybug_tools\python\lib\site-packages\luigi\worker.py", line 133, in _run_get_new_deps task_gen = self.task.run() File "c:\users\max.marschall\ladybug_tools\python\lib\site-packages\queenbee_local\__init__.py", line 284, in run raise RuntimeError(errors) RuntimeError: b'--- Logging error ---\r\nTraceback (most recent call last):\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\cli\\translate.py", line 64, in model_to_rad_folder\r\n model, folder, config_file, minimal, views=view, grids=grid\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\writer.py", line 357, in model_to_rad_folder\r\n json.dump(grid.info_dict(model), fp, indent=4)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\sensorgrid.py", line 400, in info_dict\r\n base[\'light_path\'] = light_path_from_room(model, self._room_identifier)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\lightpath.py", line 49, in light_path_from_room\r\n room = model.rooms_by_identifier([room_identifier])[0]\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee\\model.py", line 658, in rooms_by_identifier\r\n raise ValueError(\'Room "{}" was not found in the model.\'.format(obj_id))\r\nValueError: Room "test" was not found in the model.\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\logging\\handlers.py", line 70, in emit\r\n self.doRollover()\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\logging\\handlers.py", line 394, in doRollover\r\n self.rotate(self.baseFilename, dfn)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\logging\\handlers.py", line 111, in rotate\r\n os.rename(source, dest)\r\nPermissionError: [WinError 32] The process cannot access the file because it is being used by another process: \'C:\\\\Users\\\\max.marschall\\\\.honeybee\\\\honeybee.log\' -> \'C:\\\\Users\\\\max.marschall\\\\.honeybee\\\\honeybee.log.2021-05-02\'\r\nCall stack:\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\runpy.py", line 193, in _run_module_as_main\r\n "__main__", mod_spec)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\runpy.py", line 85, in _run_code\r\n exec(code, run_globals)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\Scripts\\honeybee-radiance.exe\\__main__.py", line 7, in \r\n sys.exit(radiance())\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 829, in __call__\r\n return self.main(*args, **kwargs)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 782, in main\r\n rv = self.invoke(ctx)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 1259, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 1259, in invoke\r\n return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 1066, in invoke\r\n return ctx.invoke(self.callback, **ctx.params)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\click\\core.py", line 610, in invoke\r\n return callback(*args, **kwargs)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\cli\\translate.py", line 68, in model_to_rad_folder\r\n _logger.exception(\'Model translation failed.\\n{}\'.format(e))\r\nMessage: \'Model translation failed.\\nRoom "test" was not found in the model.\'\r\nArguments: ()\r\nhoneybee_radiance.cli.translate - ERROR - Model translation failed.\r\nRoom "test" was not found in the model.\r\nTraceback (most recent call last):\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\cli\\translate.py", line 64, in model_to_rad_folder\r\n model, folder, config_file, minimal, views=view, grids=grid\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\writer.py", line 357, in model_to_rad_folder\r\n json.dump(grid.info_dict(model), fp, indent=4)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\sensorgrid.py", line 400, in info_dict\r\n base[\'light_path\'] = light_path_from_room(model, self._room_identifier)\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee_radiance\\lightpath.py", line 49, in light_path_from_room\r\n room = model.rooms_by_identifier([room_identifier])[0]\r\n File "c:\\users\\max.marschall\\ladybug_tools\\python\\lib\\site-packages\\honeybee\\model.py", line 658, in rooms_by_identifier\r\n raise ValueError(\'Room "{}" was not found in the model.\'.format(obj_id))\r\nValueError: Room "test" was not found in the model.\r\n' Exception ignored in: Traceback (most recent call last): File "c:\users\max.marschall\ladybug_tools\python\lib\weakref.py", line 572, in __call__ return info.func(*info.args, **(info.kwargs or {})) File "c:\users\max.marschall\ladybug_tools\python\lib\tempfile.py", line 797, in _cleanup _shutil.rmtree(name) File "c:\users\max.marschall\ladybug_tools\python\lib\shutil.py", line 516, in rmtree return _rmtree_unsafe(path, onerror) File "c:\users\max.marschall\ladybug_tools\python\lib\shutil.py", line 404, in _rmtree_unsafe onerror(os.rmdir, path, sys.exc_info()) File "c:\users\max.marschall\ladybug_tools\python\lib\shutil.py", line 402, in _rmtree_unsafe os.rmdir(path) PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\MAX~1.MAR\\AppData\\Local\\Temp\\1\\tmp4iv405bm' INFO: Informed scheduler that task CreateRadFolder___model____test__e1c538a3ae has status FAILED DEBUG: Asking scheduler for work... DEBUG: Done DEBUG: There are no more tasks to run at this time DEBUG: There are 5 pending tasks possibly being run by other workers DEBUG: There are 5 pending tasks unique to this worker DEBUG: There are 5 pending tasks last scheduled by this worker INFO: Worker Worker(salt=900469749, workers=2, host=MELL644H3Z2, username=Max.Marschall, pid=20044) was stopped. Shutting down Keep-Alive thread INFO: ===== Luigi Execution Summary ===== Scheduled 6 tasks of which: * 1 ran successfully: - 1 GenerateSky(...) * 1 failed: - 1 CreateRadFolder(...) * 4 were left pending, among these: * 4 had failed dependencies: - 1 CreateOctree(...) - 1 DaylightFactorRayTracing(...) - 1 LetDaylightFactorFly(...) - 1 _MainOrchestrator(...) This progress looks :( because there were failed tasks ===== Luigi Execution Summary ===== Runtime error (ValueErrorException): Invalid result folder: C:\Users\max.marschall\simulation\test\Radiance\daylight_factor\results Traceback: line 22, in read_sensor_grid_result, "C:\Users\max.marschall\ladybug_tools\python\Lib\site-packages\pollination_handlers\outputs\helper.py" line 10, in read_df_from_folder, "C:\Users\max.marschall\ladybug_tools\python\Lib\site-packages\pollination_handlers\outputs\daylight.py" line 486, in value, "C:\Users\max.marschall\ladybug_tools\python\Lib\site-packages\lbt_recipes\recipe.py" line 283, in output_value_by_name, "C:\Users\max.marschall\ladybug_tools\python\Lib\site-packages\lbt_recipes\recipe.py" line 79, in script