Paste #445608
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | ==== E1 ===
DEBUG:taskflow.engines.helpers:Looking for 'default' engine driver in 'taskflow.engines'
DEBUG:stevedore.extension:found extension EntryPoint.parse('default = taskflow.engines.action_engine.engine:SerialActionEngine')
DEBUG:stevedore.extension:found extension EntryPoint.parse('serial = taskflow.engines.action_engine.engine:SerialActionEngine')
DEBUG:stevedore.extension:found extension EntryPoint.parse('workers = taskflow.engines.worker_based.engine:WorkerBasedActionEngine')
DEBUG:stevedore.extension:found extension EntryPoint.parse('worker-based = taskflow.engines.worker_based.engine:WorkerBasedActionEngine')
DEBUG:stevedore.extension:found extension EntryPoint.parse('parallel = taskflow.engines.action_engine.engine:ParallelActionEngine')
Level 5:taskflow.engines.action_engine.compiler:Compiling 'taskflow.patterns.linear_flow.Flow: stuff(len=2)'
Level 5:taskflow.engines.action_engine.compiler: Compiling '__main__.ProvidesThings==1.0'
Level 5:taskflow.engines.action_engine.compiler: Decomposed '__main__.ProvidesThings==1.0' into:
Level 5:taskflow.engines.action_engine.compiler: Graph:
Level 5:taskflow.engines.action_engine.compiler: Name: __main__.ProvidesThings
Level 5:taskflow.engines.action_engine.compiler: Type: DiGraph
Level 5:taskflow.engines.action_engine.compiler: Frozen: False
Level 5:taskflow.engines.action_engine.compiler: Nodes: 1
Level 5:taskflow.engines.action_engine.compiler: - __main__.ProvidesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Edges: 0
Level 5:taskflow.engines.action_engine.compiler: Density: 0.000
Level 5:taskflow.engines.action_engine.compiler: Cycles: 0
Level 5:taskflow.engines.action_engine.compiler: Hierarchy:
Level 5:taskflow.engines.action_engine.compiler: __main__.ProvidesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Compiling '__main__.ExecutesThings==1.0'
Level 5:taskflow.engines.action_engine.compiler: Decomposed '__main__.ExecutesThings==1.0' into:
Level 5:taskflow.engines.action_engine.compiler: Graph:
Level 5:taskflow.engines.action_engine.compiler: Name: __main__.ExecutesThings
Level 5:taskflow.engines.action_engine.compiler: Type: DiGraph
Level 5:taskflow.engines.action_engine.compiler: Frozen: False
Level 5:taskflow.engines.action_engine.compiler: Nodes: 1
Level 5:taskflow.engines.action_engine.compiler: - __main__.ExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Edges: 0
Level 5:taskflow.engines.action_engine.compiler: Density: 0.000
Level 5:taskflow.engines.action_engine.compiler: Cycles: 0
Level 5:taskflow.engines.action_engine.compiler: Hierarchy:
Level 5:taskflow.engines.action_engine.compiler: __main__.ExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler:Decomposed 'taskflow.patterns.linear_flow.Flow: stuff(len=2)' into:
Level 5:taskflow.engines.action_engine.compiler: Graph:
Level 5:taskflow.engines.action_engine.compiler: Name: stuff
Level 5:taskflow.engines.action_engine.compiler: Type: DiGraph
Level 5:taskflow.engines.action_engine.compiler: Frozen: False
Level 5:taskflow.engines.action_engine.compiler: Nodes: 2
Level 5:taskflow.engines.action_engine.compiler: - __main__.ExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: - __main__.ProvidesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Edges: 1
Level 5:taskflow.engines.action_engine.compiler: __main__.ProvidesThings==1.0 -> __main__.ExecutesThings==1.0 ({'invariant': True})
Level 5:taskflow.engines.action_engine.compiler: Density: 0.500
Level 5:taskflow.engines.action_engine.compiler: Cycles: 0
Level 5:taskflow.engines.action_engine.compiler: Hierarchy:
Level 5:taskflow.engines.action_engine.compiler: taskflow.patterns.linear_flow.Flow: stuff(len=2)
Level 5:taskflow.engines.action_engine.compiler: |____main__.ProvidesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: |____main__.ExecutesThings==1.0
Level 5:taskflow.engines.action_engine.engine:Validating scoping and argument visibility for execution graph with 2 nodes and 1 edges with density 0.500
Level 5:taskflow.storage:Looking for 'a' <= 'a' for atom named: __main__.ExecutesThings
Level 5:taskflow.engines.action_engine.scopes:Scope visible to '__main__.ExecutesThings==1.0' (limited by parent 'stuff' index < 1) is: ['__main__.ProvidesThings']
Level 5:taskflow.storage:Atom __main__.ExecutesThings will have 1 potential providers of 'a' <= 'a'
DEBUG:taskflow.listeners.logging:Flow 'all-the-things' (cfcf0851-a72f-4a96-8eff-a20322f25b0d) transitioned into state 'RUNNING' from state 'PENDING'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'UNDEFINED' in response to event 'start'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'RESUMING' in response to event 'start'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'RESUMING' in response to event 'schedule_next'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'SCHEDULING' in response to event 'schedule_next'
DEBUG:taskflow.listeners.logging:Task '__main__.ProvidesThings' (94f9a78f-83a5-4581-94ce-650ad94ce0d6) transitioned into state 'RUNNING' from state 'PENDING'
Running __main__.ProvidesThings
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'SCHEDULING' in response to event 'wait_finished'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'WAITING' in response to event 'wait_finished'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'WAITING' in response to event 'examine_finished'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'ANALYZING' in response to event 'examine_finished'
DEBUG:taskflow.listeners.logging:Task '__main__.ProvidesThings' (94f9a78f-83a5-4581-94ce-650ad94ce0d6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'a': 2}'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'ANALYZING' in response to event 'schedule_next'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'SCHEDULING' in response to event 'schedule_next'
DEBUG:taskflow.listeners.logging:Task '__main__.ExecutesThings' (326e32b9-ca25-45e1-a91c-2604f0e97bcc) transitioned into state 'RUNNING' from state 'PENDING'
Level 5:taskflow.storage:Looking for 'a' <= 'a' for atom named: __main__.ExecutesThings
Level 5:taskflow.storage:Matched 'a' <= 'a' to 2 (from <Provider '__main__.ProvidesThings' @ index 'a'>)
Running __main__.ExecutesThings
()
{'a': 2}
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'SCHEDULING' in response to event 'wait_finished'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'WAITING' in response to event 'wait_finished'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'WAITING' in response to event 'examine_finished'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'ANALYZING' in response to event 'examine_finished'
DEBUG:taskflow.listeners.logging:Task '__main__.ExecutesThings' (326e32b9-ca25-45e1-a91c-2604f0e97bcc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'ANALYZING' in response to event 'completed'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'GAME_OVER' in response to event 'completed'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'GAME_OVER' in response to event 'success'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'SUCCESS' in response to event 'success'
DEBUG:taskflow.listeners.logging:Flow 'all-the-things' (cfcf0851-a72f-4a96-8eff-a20322f25b0d) transitioned into state 'SUCCESS' from state 'RUNNING'
/
|__books
|__flow_details
| |__cfcf0851-a72f-4a96-8eff-a20322f25b0d
| |__326e32b9-ca25-45e1-a91c-2604f0e97bcc (link to /atom_details/326e32b9-ca25-45e1-a91c-2604f0e97bcc)
| |__94f9a78f-83a5-4581-94ce-650ad94ce0d6 (link to /atom_details/94f9a78f-83a5-4581-94ce-650ad94ce0d6)
|__atom_details
|__326e32b9-ca25-45e1-a91c-2604f0e97bcc
|__94f9a78f-83a5-4581-94ce-650ad94ce0d6
==== E2 ===
DEBUG:taskflow.engines.helpers:Looking for 'default' engine driver in 'taskflow.engines'
DEBUG:stevedore.extension:found extension EntryPoint.parse('default = taskflow.engines.action_engine.engine:SerialActionEngine')
DEBUG:stevedore.extension:found extension EntryPoint.parse('serial = taskflow.engines.action_engine.engine:SerialActionEngine')
DEBUG:stevedore.extension:found extension EntryPoint.parse('workers = taskflow.engines.worker_based.engine:WorkerBasedActionEngine')
DEBUG:stevedore.extension:found extension EntryPoint.parse('worker-based = taskflow.engines.worker_based.engine:WorkerBasedActionEngine')
DEBUG:stevedore.extension:found extension EntryPoint.parse('parallel = taskflow.engines.action_engine.engine:ParallelActionEngine')
Level 5:taskflow.engines.action_engine.compiler:Compiling 'taskflow.patterns.linear_flow.Flow: stuff(len=3)'
Level 5:taskflow.engines.action_engine.compiler: Compiling '__main__.ProvidesThings==1.0'
Level 5:taskflow.engines.action_engine.compiler: Decomposed '__main__.ProvidesThings==1.0' into:
Level 5:taskflow.engines.action_engine.compiler: Graph:
Level 5:taskflow.engines.action_engine.compiler: Name: __main__.ProvidesThings
Level 5:taskflow.engines.action_engine.compiler: Type: DiGraph
Level 5:taskflow.engines.action_engine.compiler: Frozen: False
Level 5:taskflow.engines.action_engine.compiler: Nodes: 1
Level 5:taskflow.engines.action_engine.compiler: - __main__.ProvidesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Edges: 0
Level 5:taskflow.engines.action_engine.compiler: Density: 0.000
Level 5:taskflow.engines.action_engine.compiler: Cycles: 0
Level 5:taskflow.engines.action_engine.compiler: Hierarchy:
Level 5:taskflow.engines.action_engine.compiler: __main__.ProvidesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Compiling '__main__.ExecutesThings==1.0'
Level 5:taskflow.engines.action_engine.compiler: Decomposed '__main__.ExecutesThings==1.0' into:
Level 5:taskflow.engines.action_engine.compiler: Graph:
Level 5:taskflow.engines.action_engine.compiler: Name: __main__.ExecutesThings
Level 5:taskflow.engines.action_engine.compiler: Type: DiGraph
Level 5:taskflow.engines.action_engine.compiler: Frozen: False
Level 5:taskflow.engines.action_engine.compiler: Nodes: 1
Level 5:taskflow.engines.action_engine.compiler: - __main__.ExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Edges: 0
Level 5:taskflow.engines.action_engine.compiler: Density: 0.000
Level 5:taskflow.engines.action_engine.compiler: Cycles: 0
Level 5:taskflow.engines.action_engine.compiler: Hierarchy:
Level 5:taskflow.engines.action_engine.compiler: __main__.ExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Compiling '__main__.MoreExecutesThings==1.0'
Level 5:taskflow.engines.action_engine.compiler: Decomposed '__main__.MoreExecutesThings==1.0' into:
Level 5:taskflow.engines.action_engine.compiler: Graph:
Level 5:taskflow.engines.action_engine.compiler: Name: __main__.MoreExecutesThings
Level 5:taskflow.engines.action_engine.compiler: Type: DiGraph
Level 5:taskflow.engines.action_engine.compiler: Frozen: False
Level 5:taskflow.engines.action_engine.compiler: Nodes: 1
Level 5:taskflow.engines.action_engine.compiler: - __main__.MoreExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Edges: 0
Level 5:taskflow.engines.action_engine.compiler: Density: 0.000
Level 5:taskflow.engines.action_engine.compiler: Cycles: 0
Level 5:taskflow.engines.action_engine.compiler: Hierarchy:
Level 5:taskflow.engines.action_engine.compiler: __main__.MoreExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler:Decomposed 'taskflow.patterns.linear_flow.Flow: stuff(len=3)' into:
Level 5:taskflow.engines.action_engine.compiler: Graph:
Level 5:taskflow.engines.action_engine.compiler: Name: stuff
Level 5:taskflow.engines.action_engine.compiler: Type: DiGraph
Level 5:taskflow.engines.action_engine.compiler: Frozen: False
Level 5:taskflow.engines.action_engine.compiler: Nodes: 3
Level 5:taskflow.engines.action_engine.compiler: - __main__.MoreExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: - __main__.ExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: - __main__.ProvidesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: Edges: 2
Level 5:taskflow.engines.action_engine.compiler: __main__.ExecutesThings==1.0 -> __main__.MoreExecutesThings==1.0 ({'invariant': True})
Level 5:taskflow.engines.action_engine.compiler: __main__.ProvidesThings==1.0 -> __main__.ExecutesThings==1.0 ({'invariant': True})
Level 5:taskflow.engines.action_engine.compiler: Density: 0.333
Level 5:taskflow.engines.action_engine.compiler: Cycles: 0
Level 5:taskflow.engines.action_engine.compiler: Hierarchy:
Level 5:taskflow.engines.action_engine.compiler: taskflow.patterns.linear_flow.Flow: stuff(len=3)
Level 5:taskflow.engines.action_engine.compiler: |____main__.ProvidesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: |____main__.ExecutesThings==1.0
Level 5:taskflow.engines.action_engine.compiler: |____main__.MoreExecutesThings==1.0
Level 5:taskflow.engines.action_engine.engine:Validating scoping and argument visibility for execution graph with 3 nodes and 2 edges with density 0.333
Level 5:taskflow.storage:Looking for 'a' <= 'a' for atom named: __main__.MoreExecutesThings
Level 5:taskflow.engines.action_engine.scopes:Scope visible to '__main__.MoreExecutesThings==1.0' (limited by parent 'stuff' index < 2) is: ['__main__.ExecutesThings', '__main__.ProvidesThings']
Level 5:taskflow.storage:Atom __main__.MoreExecutesThings will have 1 potential providers of 'a' <= 'a'
Level 5:taskflow.storage:Looking for 'a' <= 'a' for atom named: __main__.ExecutesThings
Level 5:taskflow.engines.action_engine.scopes:Scope visible to '__main__.ExecutesThings==1.0' (limited by parent 'stuff' index < 1) is: ['__main__.ProvidesThings']
Level 5:taskflow.storage:Atom __main__.ExecutesThings will have 1 potential providers of 'a' <= 'a'
DEBUG:taskflow.listeners.logging:Flow 'all-the-things' (cfcf0851-a72f-4a96-8eff-a20322f25b0d) transitioned into state 'RUNNING' from state 'SUCCESS'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'UNDEFINED' in response to event 'start'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'RESUMING' in response to event 'start'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'RESUMING' in response to event 'schedule_next'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'SCHEDULING' in response to event 'schedule_next'
DEBUG:taskflow.listeners.logging:Task '__main__.MoreExecutesThings' (e1ccff58-0bff-46f6-a141-eb37a1564ab4) transitioned into state 'RUNNING' from state 'PENDING'
Level 5:taskflow.storage:Looking for 'a' <= 'a' for atom named: __main__.MoreExecutesThings
Level 5:taskflow.storage:Matched 'a' <= 'a' to 2 (from <Provider '__main__.ProvidesThings' @ index 'a'>)
Running __main__.MoreExecutesThings
()
{'a': 2}
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'SCHEDULING' in response to event 'wait_finished'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'WAITING' in response to event 'wait_finished'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'WAITING' in response to event 'examine_finished'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'ANALYZING' in response to event 'examine_finished'
DEBUG:taskflow.listeners.logging:Task '__main__.MoreExecutesThings' (e1ccff58-0bff-46f6-a141-eb37a1564ab4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'ANALYZING' in response to event 'completed'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'GAME_OVER' in response to event 'completed'
DEBUG:taskflow.engines.action_engine.builder:Exiting old state 'GAME_OVER' in response to event 'success'
DEBUG:taskflow.engines.action_engine.builder:Entering new state 'SUCCESS' in response to event 'success'
DEBUG:taskflow.listeners.logging:Flow 'all-the-things' (cfcf0851-a72f-4a96-8eff-a20322f25b0d) transitioned into state 'SUCCESS' from state 'RUNNING'
/
|__books
|__flow_details
| |__cfcf0851-a72f-4a96-8eff-a20322f25b0d
| |__326e32b9-ca25-45e1-a91c-2604f0e97bcc (link to /atom_details/326e32b9-ca25-45e1-a91c-2604f0e97bcc)
| |__94f9a78f-83a5-4581-94ce-650ad94ce0d6 (link to /atom_details/94f9a78f-83a5-4581-94ce-650ad94ce0d6)
| |__e1ccff58-0bff-46f6-a141-eb37a1564ab4 (link to /atom_details/e1ccff58-0bff-46f6-a141-eb37a1564ab4)
|__atom_details
|__326e32b9-ca25-45e1-a91c-2604f0e97bcc
|__94f9a78f-83a5-4581-94ce-650ad94ce0d6
|__e1ccff58-0bff-46f6-a141-eb37a1564ab4
|