Skip to content

Instantly share code, notes, and snippets.

@muammar
Created October 1, 2019 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muammar/1816d3eef91e48e63a6ad1b6a7a462d9 to your computer and use it in GitHub Desktop.
Save muammar/1816d3eef91e48e63a6ad1b6a7a462d9 to your computer and use it in GitHub Desktop.
Parsl error
[W 191001 13:41:13 managers:547] Job 5724 failed: ManagerLost - Msg: Caught Parsl Error:                                                                                                                           
    Traceback (most recent call last):                                                                                                                                                                             
      File "/global/homes/m/melkhati/.conda/envs/snowflake/lib/python3.7/site-packages/qcfractal/queue/parsl_adapter.py", line 17, in _get_future                                                                  
        return future.result()                                                                                                                                                                                     
      File "/global/homes/m/melkhati/.conda/envs/snowflake/lib/python3.7/concurrent/futures/_base.py", line 428, in result                                                                                         
        return self.__get_result()                                                                                                                                                                                 
      File "/global/homes/m/melkhati/.conda/envs/snowflake/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result                                                                                   
        raise self._exception                                                                                                                                                                                      
      File "/global/homes/m/melkhati/.local/cori/3.7-anaconda-2019.07/lib/python3.7/site-packages/parsl/dataflow/futures.py", line 118, in parent_callback                                                         
        res = executor_fu.result()                                                                                                                                                                                 
      File "/global/homes/m/melkhati/.conda/envs/snowflake/lib/python3.7/concurrent/futures/_base.py", line 428, in result                                                                                         
        return self.__get_result()                                                                                                                                                                                 
      File "/global/homes/m/melkhati/.conda/envs/snowflake/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result                                                                                   
        raise self._exception                                                                                                                                                                                      
      File "/global/homes/m/melkhati/.local/cori/3.7-anaconda-2019.07/lib/python3.7/site-packages/parsl/dataflow/dflow.py", line 247, in handle_exec_update                                                        
        res = future.result()                                                                                                                                                                                            File "/global/homes/m/melkhati/.conda/envs/snowflake/lib/python3.7/concurrent/futures/_base.py", line 428, in result                                           
        return self.__get_result()                                                                                                               
      File "/global/homes/m/melkhati/.conda/envs/snowflake/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result                          
        raise self._exception                                                                                                                                                                                     
      File "/global/homes/m/melkhati/.local/cori/3.7-anaconda-2019.07/lib/python3.7/site-packages/parsl/executors/high_throughput/executor.py", line 368, in _queue_management_worker                                      s.reraise()                                                                                                                                                  
      File "/global/homes/m/melkhati/.local/cori/3.7-anaconda-2019.07/lib/python3.7/site-packages/parsl/app/errors.py", line 163, in reraise     
        reraise(t, v, tb)                                                                                                                                 
      File "/global/homes/m/melkhati/.conda/envs/snowflake/lib/python3.7/site-packages/six.py", line 692, in reraise                                                                                              
        raise value.with_traceback(tb)                                                                                                                                                                                   File "/global/homes/m/melkhati/.local/cori/3.7-anaconda-2019.07/lib/python3.7/site-packages/parsl/executors/high_throughput/interchange.py", line 484, in start
        raise ManagerLost(manager, self._ready_manager_queue[manager]['hname'])                                                                  
    parsl.executors.high_throughput.interchange.ManagerLost: Task failure due to loss of Manager b'e5d478b24dc0' on host nid00485 
    ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment