raulcd opened a new issue, #48861:
URL: https://github.com/apache/arrow/issues/48861

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The [C++ 
Extra](https://github.com/apache/arrow/actions/runs/21014653034/job/60419784429),
 [CUDA 
Extra](https://github.com/apache/arrow/actions/runs/21021705364/job/60438710502)
 and others send a chat report to Zulip and an [email 
report](https://github.com/apache/arrow/actions/runs/21014653034/job/60419784429).
 They are currently failing to send the email with the following error:
   ```
   Traceback (most recent call last):
     File "/opt/hostedtoolcache/Python/3.14.2/x64/bin/archery", line 7, in 
<module>
       sys.exit(archery())
                ~~~~~~~^^
     File 
"/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py",
 line 1485, in __call__
       return self.main(*args, **kwargs)
              ~~~~~~~~~^^^^^^^^^^^^^^^^^
     File 
"/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py",
 line 1406, in main
       rv = self.invoke(ctx)
     File 
"/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py",
 line 1873, in invoke
       return _process_result(sub_ctx.command.invoke(sub_ctx))
                              ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
     File 
"/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py",
 line 1873, in invoke
       return _process_result(sub_ctx.command.invoke(sub_ctx))
                              ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
     File 
"/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py",
 line 1269, in invoke
       return ctx.invoke(self.callback, **ctx.params)
              ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File 
"/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py",
 line 824, in invoke
       return callback(*args, **kwargs)
     File 
"/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/decorators.py",
 line 46, in new_func
       return f(get_current_context().obj, *args, **kwargs)
     File "/home/runner/work/arrow/arrow/dev/archery/archery/ci/cli.py", line 
134, in report_email
       ReportUtils.send_email(
       ~~~~~~~~~~~~~~~~~~~~~~^
           smtp_user=smtp_user,
           ^^^^^^^^^^^^^^^^^^^^
       ...<3 lines>...
           report=email_report
           ^^^^^^^^^^^^^^^^^^^
       )
       ^
     File 
"/home/runner/work/arrow/arrow/dev/archery/archery/crossbow/reports.py", line 
267, in send_email
       smtp.send_message(smtp_user, report.recipient_email, message)
       ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/smtplib.py", 
line 945, in send_message
       resent = msg.get_all('Resent-Date')
                ^^^^^^^^^^^
   AttributeError: 'str' object has no attribute 'get_all'
   ```
   
   ### Component(s)
   
   Continuous Integration


-- 
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]

Reply via email to