Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Diagnostics:
  2. pulumi:pulumi:Stack (api-staging):
  3. error: Program failed with an unhandled exception:
  4. error: Traceback (most recent call last):
  5. File "/web-app/pulumi/api/pulumi/pulumi-language-python-exec", line 85, in <module>
  6. loop.run_until_complete(coro)
  7. File "/Users/me/.pyenv/versions/3.9.6/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
  8. return future.result()
  9. File "/web-app/pulumi/api/.venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 126, in run_in_stack
  10. await run_pulumi_func(lambda: Stack(func))
  11. File "/web-app/pulumi/api/.venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 51, in run_pulumi_func
  12. await wait_for_rpcs()
  13. File "/web-app/pulumi/api/.venv/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 110, in wait_for_rpcs
  14. raise exception
  15. File "/web-app/pulumi/api/.venv/lib/python3.9/site-packages/pulumi/output.py", line 196, in run
  16. transformed: Input[U] = func(value)
  17. File "/web-app/pulumi/api/.venv/lib/python3.9/site-packages/pulumi/output.py", line 248, in lift
  18. return UNKNOWN if isinstance(v, Unknown) else getattr(v, item)
  19. AttributeError: 'Service' object has no attribute 'status'
  20. error: an unhandled error occurred: Program exited with non-zero exit code: 1
  21.  
  22. exception calling callback for <Future at 0x10d7c68b0 state=finished returned RegisterResourceResponse>
  23. Traceback (most recent call last):
  24. File "/Users/me/.pyenv/versions/3.9.6/lib/python3.9/concurrent/futures/_base.py", line 329, in _invoke_callbacks
  25. callback(self)
  26. File "/Users/me/.pyenv/versions/3.9.6/lib/python3.9/asyncio/futures.py", line 398, in _call_set_state
  27. dest_loop.call_soon_threadsafe(_set_state, destination, source)
  28. File "/Users/me/.pyenv/versions/3.9.6/lib/python3.9/asyncio/base_events.py", line 791, in call_soon_threadsafe
  29. self._check_closed()
  30. File "/Users/me/.pyenv/versions/3.9.6/lib/python3.9/asyncio/base_events.py", line 510, in _check_closed
  31. raise RuntimeError('Event loop is closed')
  32. RuntimeError: Event loop is closed
  33. exception calling callback for <Future at 0x10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement