You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another rare once off error, again relating to timeouts:
TASK [Run custom MAAS poker to inject Proxmox BMC credentials and correct node name and commission the nodes] ****************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: NoneType: None
fatal: [localhost]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 1, "stderr": "Traceback (most recent call last):\n File \"/home/pcadmin/.ansible/tmp/ansible-tmp-1685528212.3005352-1556213-207320560633972/maas_commission.py\", line 20, in <module>\n client = connect(args.maas_url, apikey=args.maas_api_key)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/utils/maas_async.py\", line 43, in wrapper\n result = eventloop.run_until_complete(result)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.11/asyncio/base_events.py\", line 653, in run_until_complete\n return future.result()\n ^^^^^^^^^^^^^^^\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/__init__.py\", line 22, in connect\n profile, origin = await Origin.connect(url, apikey=apikey, insecure=insecure)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/viscera/__init__.py\", line 1139, in connect\n profile, session = await bones.SessionAPI.connect(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/bones/__init__.py\", line 92, in connect\n profile = await helpers.connect(url=url, apikey=apikey, insecure=insecure)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/bones/helpers.py\", line 116, in connect\n description = await fetch_api_description(url, insecure)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/bones/helpers.py\", line 45, in fetch_api_description\n async with session, session.get(url_describe) as response:\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/aiohttp/client.py\", line 1141, in __aenter__\n self._resp = await self._coro\n ^^^^^^^^^^^^^^^^\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/aiohttp/client.py\", line 560, in _request\n await resp.start(conn)\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/aiohttp/client_reqrep.py\", line 894, in start\n with self._timer:\n File \"/home/pcadmin/.local/lib/python3.11/site-packages/aiohttp/helpers.py\", line 721, in __exit__\n raise asyncio.TimeoutError from None\nTimeoutError\n", "stderr_lines": ["Traceback (most recent call last):", " File \"/home/pcadmin/.ansible/tmp/ansible-tmp-1685528212.3005352-1556213-207320560633972/maas_commission.py\", line 20, in <module>", " client = connect(args.maas_url, apikey=args.maas_api_key)", " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/utils/maas_async.py\", line 43, in wrapper", " result = eventloop.run_until_complete(result)", " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", " File \"/usr/lib/python3.11/asyncio/base_events.py\", line 653, in run_until_complete", " return future.result()", " ^^^^^^^^^^^^^^^", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/__init__.py\", line 22, in connect", " profile, origin = await Origin.connect(url, apikey=apikey, insecure=insecure)", " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/viscera/__init__.py\", line 1139, in connect", " profile, session = await bones.SessionAPI.connect(", " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/bones/__init__.py\", line 92, in connect", " profile = await helpers.connect(url=url, apikey=apikey, insecure=insecure)", " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/bones/helpers.py\", line 116, in connect", " description = await fetch_api_description(url, insecure)", " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/maas/client/bones/helpers.py\", line 45, in fetch_api_description", " async with session, session.get(url_describe) as response:", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/aiohttp/client.py\", line 1141, in __aenter__", " self._resp = await self._coro", " ^^^^^^^^^^^^^^^^", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/aiohttp/client.py\", line 560, in _request", " await resp.start(conn)", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/aiohttp/client_reqrep.py\", line 894, in start", " with self._timer:", " File \"/home/pcadmin/.local/lib/python3.11/site-packages/aiohttp/helpers.py\", line 721, in __exit__", " raise asyncio.TimeoutError from None", "TimeoutError"], "stdout": "", "stdout_lines": []}
Could easily just be the networking issues we've been having lately, these other bugs were seen today as well: #22 #23
The text was updated successfully, but these errors were encountered:
Another rare once off error, again relating to timeouts:
Could easily just be the networking issues we've been having lately, these other bugs were seen today as well:
#22
#23
The text was updated successfully, but these errors were encountered: