-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
None
-
Testable
-
-
https://pagure.io/fedora-infrastructure/issue/12174
- Describe what you would like us to do:
I noticed today that the build-planet container is failing with
```
HTTPSConnectionPool(host='duckalignment.academy', port=443): Max retries exceeded with url: /feed (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4217019370>: Failed to establish a new connection: [Errno -5] No address associated with hostname'))
HTTPSConnectionPool(host='blog.asleson.org', port=443): Max retries exceeded with url: /index.xml (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1000)')))
User jens has a RSS URL but no website.
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/fedora_messaging/api.py", line 327, in publish
eventual_result.wait(timeout=timeout)
File "/usr/local/lib/python3.12/site-packages/crochet/_eventloop.py", line 194, in wait
result = self._result(timeout)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/crochet/_eventloop.py", line 173, in _result
raise TimeoutError()
crochet._eventloop.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/pluto/build_planet.py", line 149, in <module>
api.publish(
File "/usr/local/lib/python3.12/site-packages/fedora_messaging/api.py", line 333, in publish
raise wrapper from e
fedora_messaging.exceptions.PublishTimeout: Publishing timed out after waiting 30 seconds.
Exception ignored in: <function EventualResult._del_ at 0x7f421814b380>
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/crochet/eventloop.py", line 139, in __del_
File "/usr/lib64/python3.12/threading.py", line 611, in isSet
ImportError: sys.meta_path is None, Python is likely shutting down
```
It ends up in crashloop because of that.
- When do you need this to be done by? (YYYY/MM/DD)
I'm not sure how urgent this is as the planet pod itself works fine.