raulcd opened a new issue, #49320:
URL: https://github.com/apache/arrow/issues/49320
### Describe the bug, including details regarding any error messages,
version, and platform.
The reports for CUDA Extra, CPP Extra, R Extra and Package Linux are failing
to be sent due to network errors when connecting to the SMTP server:
```
File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/smtplib.py",
line 348, in connect
self.sock = self._get_socket(host, port, self.timeout)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/smtplib.py",
line 319, in _get_socket
return socket.create_connection((host, port), timeout,
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
self.source_address)
^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/socket.py",
line 870, in create_connection
raise exceptions[0]
File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/socket.py",
line 855, in create_connection
sock.connect(sa)
~~~~~~~~~~~~^^^^
OSError: [Errno 101] Network is unreachable
```
Example of job failure:
https://github.com/apache/arrow/actions/runs/22124872487/job/63956530199
Could it be that the `commit-email.info` is unreachable?
### Component(s)
Continuous Integration, Developer Tools
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]