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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The `Source Release and Merge Script on macos-latest` is failing on PRs with:
   ```
    Error: test_vote(SourceTest): OpenSSL::SSL::SSLError: SSL_connect 
returned=1 errno=0 peeraddr=140.82.116.6:443 state=error: certificate verify 
failed (unable to get certificate CRL)
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/protocol.rb:46:in
 'OpenSSL::SSL::SSLSocket#connect_nonblock'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/protocol.rb:46:in
 'Net::Protocol#ssl_socket_connect'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:1736:in
 'Net::HTTP#connect'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:1636:in
 'Net::HTTP#do_start'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:1625:in
 'Net::HTTP#start'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:1064:in
 'Net::HTTP.start'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:858:in
 'Net::HTTP.post'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:87:in 
'SourceTest#test_vote'
        84:         }
        85:       QUERY
        86:     }
     => 87:     response = Net::HTTP.post(uri,
        88:                               n_issues_query.to_json,
        89:                               "Content-Type" => "application/json",
        90:                               "Authorization" => "***")
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:33:in 'block (2 
levels) in SourceTest#setup'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:32:in 
'Dir.chdir'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:32:in 'block in 
SourceTest#setup'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/tmpdir.rb:105:in 
'Dir.mktmpdir'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:31:in 
'SourceTest#setup'
   Error: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 
peeraddr=140.82.116.6:443 state=error: certificate verify failed (unable to get 
certificate CRL)
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/protocol.rb:46:in
 'OpenSSL::SSL::SSLSocket#connect_nonblock'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/protocol.rb:46:in
 'Net::Protocol#ssl_socket_connect'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:1736:in
 'Net::HTTP#connect'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:1636:in
 'Net::HTTP#do_start'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:1625:in
 'Net::HTTP#start'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:1064:in
 'Net::HTTP.start'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/net/http.rb:858:in
 'Net::HTTP.post'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:87:in 
'SourceTest#test_vote'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:33:in 'block (2 
levels) in SourceTest#setup'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:32:in 
'Dir.chdir'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:32:in 'block in 
SourceTest#setup'
   
/Users/runner/hostedtoolcache/Ruby/3.4.7/arm64/lib/ruby/3.4.0/tmpdir.rb:105:in 
'Dir.mktmpdir'
   /Users/runner/work/arrow/arrow/dev/release/02-source-test.rb:31:in 
'SourceTest#setup'
   ```
   Example:
   
https://github.com/apache/arrow/actions/runs/18674476611/job/53241565219?pr=47878
   
   ### 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