Advertisement
Guest User

Untitled

a guest
Mar 21st, 2023
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.50 KB | None | 0 0
  1. (venv) xxxx@xxxxs-MBP pulumi % python __main__.py
  2. Successfully initialized stack: dev
  3. Updating (dev):
  4.  
  5. + pulumi:pulumi:Stack eks_project-dev creating (0s)
  6. + aws:ec2:Vpc main-vpc creating (0s)
  7. + pulumi:pulumi:Stack eks_project-dev creating (0s) error: python inline source runtime error: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  8. + pulumi:pulumi:Stack eks_project-dev creating (0s) error: an unhandled error occurred: python inline source runtime error: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  9. @ updating....
  10. + aws:ec2:Vpc main-vpc created (1s)
  11. @ updating.......
  12. + pulumi:pulumi:Stack eks_project-dev **creating failed (0.49s)** 2 errors
  13.  
  14. Diagnostics:
  15. pulumi:pulumi:Stack (eks_project-dev):
  16. error: python inline source runtime error: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  17. Traceback (most recent call last):
  18. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/automation/_server.py", line 81, in Run
  19. loop.run_until_complete(run_in_stack(self.program))
  20. File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
  21. return future.result()
  22. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 136, in run_in_stack
  23. await run_pulumi_func(lambda: Stack(func))
  24. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 51, in run_pulumi_func
  25. await wait_for_rpcs()
  26. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 82, in wait_for_rpcs
  27. raise exn from cause
  28. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc_manager.py", line 71, in rpc_wrapper
  29. result = await rpc
  30. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  31. return await is_known and not contains_unknowns(await future)
  32. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  33. return await is_known and not contains_unknowns(await future)
  34. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  35. return await is_known and not contains_unknowns(await future)
  36. [Previous line repeated 19 more times]
  37. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py", line 811, in do_register
  38. resolver = await prepare_resource(res, ty, custom, remote, props, opts, typ)
  39. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py", line 176, in prepare_resource
  40. serialized_props = await rpc.serialize_properties(
  41. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc.py", line 208, in serialize_properties
  42. result = await serialize_property(
  43. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc.py", line 369, in serialize_property
  44. value_resources: Set["Resource"] = await output.resources()
  45. RuntimeError: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  46. error: an unhandled error occurred: python inline source runtime error: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  47. Traceback (most recent call last):
  48. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/automation/_server.py", line 81, in Run
  49. loop.run_until_complete(run_in_stack(self.program))
  50. File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
  51. return future.result()
  52. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 136, in run_in_stack
  53. await run_pulumi_func(lambda: Stack(func))
  54. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 51, in run_pulumi_func
  55. await wait_for_rpcs()
  56. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 82, in wait_for_rpcs
  57. raise exn from cause
  58. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc_manager.py", line 71, in rpc_wrapper
  59. result = await rpc
  60. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  61. return await is_known and not contains_unknowns(await future)
  62. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  63. return await is_known and not contains_unknowns(await future)
  64. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  65. return await is_known and not contains_unknowns(await future)
  66. [Previous line repeated 19 more times]
  67. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py", line 811, in do_register
  68. resolver = await prepare_resource(res, ty, custom, remote, props, opts, typ)
  69. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py", line 176, in prepare_resource
  70. serialized_props = await rpc.serialize_properties(
  71. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc.py", line 208, in serialize_properties
  72. result = await serialize_property(
  73. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc.py", line 369, in serialize_property
  74. value_resources: Set["Resource"] = await output.resources()
  75. RuntimeError: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  76.  
  77. Resources:
  78. + 2 created
  79.  
  80. Duration: 2s
  81.  
  82. Traceback (most recent call last):
  83. File "/Users/xxxx/projects/pulumi/__main__.py", line 78, in <module>
  84. stack.up(on_output=print)
  85. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/automation/_stack.py", line 309, in up
  86. up_result = self._run_pulumi_cmd_sync(args, on_output)
  87. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/automation/_stack.py", line 784, in _run_pulumi_cmd_sync
  88. result = _run_pulumi_cmd(args, self.workspace.work_dir, envs, on_output)
  89. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/automation/_cmd.py", line 78, in _run_pulumi_cmd
  90. raise create_command_error(result)
  91. pulumi.automation.errors.InlineSourceRuntimeError:
  92. code: 255
  93. stdout: Updating (dev):
  94.  
  95. + pulumi:pulumi:Stack eks_project-dev creating (0s)
  96. + aws:ec2:Vpc main-vpc creating (0s)
  97. + pulumi:pulumi:Stack eks_project-dev creating (0s) error: python inline source runtime error: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  98. + pulumi:pulumi:Stack eks_project-dev creating (0s) error: an unhandled error occurred: python inline source runtime error: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  99. @ updating....
  100. + aws:ec2:Vpc main-vpc created (1s)
  101. @ updating.......
  102. + pulumi:pulumi:Stack eks_project-dev **creating failed (0.49s)** 2 errors
  103.  
  104. Diagnostics:
  105. pulumi:pulumi:Stack (eks_project-dev):
  106. error: python inline source runtime error: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  107. Traceback (most recent call last):
  108. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/automation/_server.py", line 81, in Run
  109. loop.run_until_complete(run_in_stack(self.program))
  110. File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
  111. return future.result()
  112. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 136, in run_in_stack
  113. await run_pulumi_func(lambda: Stack(func))
  114. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 51, in run_pulumi_func
  115. await wait_for_rpcs()
  116. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 82, in wait_for_rpcs
  117. raise exn from cause
  118. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc_manager.py", line 71, in rpc_wrapper
  119. result = await rpc
  120. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  121. return await is_known and not contains_unknowns(await future)
  122. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  123. return await is_known and not contains_unknowns(await future)
  124. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  125. return await is_known and not contains_unknowns(await future)
  126. [Previous line repeated 19 more times]
  127. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py", line 811, in do_register
  128. resolver = await prepare_resource(res, ty, custom, remote, props, opts, typ)
  129. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py", line 176, in prepare_resource
  130. serialized_props = await rpc.serialize_properties(
  131. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc.py", line 208, in serialize_properties
  132. result = await serialize_property(
  133. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc.py", line 369, in serialize_property
  134. value_resources: Set["Resource"] = await output.resources()
  135. RuntimeError: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  136. error: an unhandled error occurred: python inline source runtime error: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  137. Traceback (most recent call last):
  138. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/automation/_server.py", line 81, in Run
  139. loop.run_until_complete(run_in_stack(self.program))
  140. File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
  141. return future.result()
  142. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 136, in run_in_stack
  143. await run_pulumi_func(lambda: Stack(func))
  144. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 51, in run_pulumi_func
  145. await wait_for_rpcs()
  146. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 82, in wait_for_rpcs
  147. raise exn from cause
  148. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc_manager.py", line 71, in rpc_wrapper
  149. result = await rpc
  150. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  151. return await is_known and not contains_unknowns(await future)
  152. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  153. return await is_known and not contains_unknowns(await future)
  154. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/output.py", line 103, in is_value_known
  155. return await is_known and not contains_unknowns(await future)
  156. [Previous line repeated 19 more times]
  157. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py", line 811, in do_register
  158. resolver = await prepare_resource(res, ty, custom, remote, props, opts, typ)
  159. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py", line 176, in prepare_resource
  160. serialized_props = await rpc.serialize_properties(
  161. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc.py", line 208, in serialize_properties
  162. result = await serialize_property(
  163. File "/Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/rpc.py", line 369, in serialize_property
  164. value_resources: Set["Resource"] = await output.resources()
  165. RuntimeError: Task <Task pending name='Task-235' coro=<register_resource.<locals>.do_register() running at /Users/xxxx/projects/pulumi/venv/lib/python3.9/site-packages/pulumi/runtime/resource.py:811> cb=[<TaskWakeupMethWrapper object at 0x1065e2e50>()]> got Future <Future pending> attached to a different loop
  166.  
  167. Resources:
  168. + 2 created
  169.  
  170. Duration: 2s
  171.  
  172. stderr:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement