ahmedabu98 opened a new issue, #28803:
URL: https://github.com/apache/beam/issues/28803
### What happened?
Stack trace:
```
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 403, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 1053, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.8/site-packages/urllib3/connection.py", line
419, in connect
self.sock = ssl_wrap_socket(
File "/usr/local/lib/python3.8/site-packages/urllib3/util/ssl_.py", line
449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(
File "/usr/local/lib/python3.8/site-packages/urllib3/util/ssl_.py", line
493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "/usr/local/lib/python3.8/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "/usr/local/lib/python3.8/ssl.py", line 1073, in _create
self.do_handshake()
File "/usr/local/lib/python3.8/ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
socket.timeout: _ssl.c:1114: The handshake operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 714, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 406, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=conn.timeout)
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 357, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError:
HTTPSConnectionPool(host='api.github.com', port=443): Read timed out. (read
timeout=15)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/requests/adapters.py", line
[48](https://github.com/apache/beam/actions/runs/6396080511/job/17361147230?pr=28397#step:8:49)6,
in send
resp = conn.urlopen(
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 826, in urlopen
return self.urlopen(
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 826, in urlopen
return self.urlopen(
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 826, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py",
line 798, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.8/site-packages/github/GithubRetry.py", line
220, in increment
return super().increment(method, url, response, error, _pool,
_stacktrace)
File "/usr/local/lib/python3.8/site-packages/urllib3/util/retry.py", line
592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.github.com',
port=443): Max retries exceeded with url: /repos/apache/beam (Caused by
ReadTimeoutError("HTTPSConnectionPool(host='api.github.com', port=443): Read
timed out. (read timeout=15)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/action/publish_test_results.py", line 538, in <module>
main(settings, gha)
File "/action/publish_test_results.py", line 262, in main
Publisher(settings, gh, gha).publish(stats, results.case_results,
conclusion)
File "/action/publish/publisher.py", line 188, in __init__
self._repo = gh.get_repo(self._settings.repo)
File "/usr/local/lib/python3.8/site-packages/github/MainClass.py", line
376, in get_repo
headers, data = self.__requester.requestJsonAndCheck("GET", url)
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line
456, in requestJsonAndCheck
*self.requestJson(
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line
617, in requestJson
return self.__requestEncode(cnx, verb, url, parameters, headers, input,
encode)
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line
722, in __requestEncode
status, responseHeaders, output = self.__requestRaw(
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line
763, in __requestRaw
response = cnx.getresponse()
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line
167, in getresponse
r = verb(
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line
602, in get
return self.request("GET", url, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line
589, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line
703, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/adapters.py", line
[51](https://github.com/apache/beam/actions/runs/6396080511/job/17361147230?pr=28397#step:8:52)9,
in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError:
HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with
url: /repos/apache/beam (Caused by
ReadTimeoutError("HTTPSConnectionPool(host='api.github.com', port=443): Read
timed out. (read timeout=15)"))
```
### Issue Failure
Failure: Test is continually failing
### Issue Priority
Priority: 2 (backlog / disabled test but we think the product is healthy)
### Issue Components
- [ ] Component: Python SDK
- [ ] Component: Java SDK
- [ ] Component: Go SDK
- [ ] Component: Typescript SDK
- [ ] Component: IO connector
- [ ] Component: Beam YAML
- [ ] Component: Beam examples
- [ ] Component: Beam playground
- [ ] Component: Beam katas
- [ ] Component: Website
- [ ] Component: Spark Runner
- [ ] Component: Flink Runner
- [ ] Component: Samza Runner
- [ ] Component: Twister2 Runner
- [ ] Component: Hazelcast Jet Runner
- [ ] Component: Google Cloud Dataflow Runner
--
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]