Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork105
Open
Description
During a matrix build, one package (openapi-mcp-server) has failed twice while others have passed successfully by integrating the attestations with nothing I can think of that would be different (it is however failed twice sequentially to the/api/v1/log/entries/):
Traceback (most recent call last): File"/root/.local/lib/python3.12/site-packages/urllib3/connection.py", line198, in_new_conn sock= connection.create_connection(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/urllib3/util/connection.py", line85, increate_connectionraise err File"/root/.local/lib/python3.12/site-packages/urllib3/util/connection.py", line73, increate_connection sock.connect(sa)TimeoutError:[Errno 110] Connection timed outThe above exception was the direct cause of the following exception:Traceback (most recent call last): File"/root/.local/lib/python3.12/site-packages/urllib3/connectionpool.py", line787, inurlopen response=self._make_request(^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/urllib3/connectionpool.py", line488, in_make_requestraise new_e File"/root/.local/lib/python3.12/site-packages/urllib3/connectionpool.py", line464, in_make_requestself._validate_conn(conn) File"/root/.local/lib/python3.12/site-packages/urllib3/connectionpool.py", line1093, in_validate_conn conn.connect() File"/root/.local/lib/python3.12/site-packages/urllib3/connection.py", line704, inconnectself.sock= sock=self._new_conn()^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/urllib3/connection.py", line207, in_new_connraise ConnectTimeoutError(urllib3.exceptions.ConnectTimeoutError:(<urllib3.connection.HTTPSConnection object at 0x7f066432b170>, 'Connection to rekor.sigstore.dev timed out. (connect timeout=None)')The above exception was the direct cause of the following exception:Traceback (most recent call last): File"/root/.local/lib/python3.12/site-packages/requests/adapters.py", line667, insend resp= conn.urlopen(^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/urllib3/connectionpool.py", line841, inurlopen retries= retries.increment(^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/urllib3/util/retry.py", line519, inincrementraise MaxRetryError(_pool, url, reason)from reason#type:ignore[arg-type]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^urllib3.exceptions.MaxRetryError:HTTPSConnectionPool(host='rekor.sigstore.dev', port=443): Max retries exceeded with url: /api/v1/log/entries/ (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f066432b170>, 'Connection to rekor.sigstore.dev timed out. (connect timeout=None)'))During handling of the above exception, another exception occurred:Traceback (most recent call last): File"/app/attestations.py", line149, in<module> main() File"/app/attestations.py", line145, inmain attest_dist(dist_path, attestation_path, signer) File"/app/attestations.py", line114, inattest_dist attestation= Attestation.sign(signer, dist)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/pypi_attestations/_impl.py", line200, insign bundle= signer.sign_dsse(stmt)^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/sigstore/sign.py", line230, insign_dssereturnself._finalize_sign(cert, content, proposed_entry)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/sigstore/sign.py", line189, in_finalize_sign entry=self._signing_ctx._rekor.log.entries.post(proposed_entry)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/sigstore/_internal/rekor/client.py", line158, inpost resp: requests.Response=self.session.post(self.url,json=payload)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/requests/sessions.py", line637, inpostreturnself.request("POST", url,data=data,json=json,**kwargs)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/requests/sessions.py", line589, inrequest resp=self.send(prep,**send_kwargs)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/requests/sessions.py", line703, insend r= adapter.send(request,**kwargs)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/root/.local/lib/python3.12/site-packages/requests/adapters.py", line688, insendraise ConnectTimeout(e,request=request)requests.exceptions.ConnectTimeout:HTTPSConnectionPool(host='rekor.sigstore.dev', port=443): Max retries exceeded with url: /api/v1/log/entries/ (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f066432b170>, 'Connection to rekor.sigstore.dev timed out. (connect timeout=None)'))
- last success on July 15, 2025https://github.com/awslabs/mcp/actions/runs/16305355924/job/46050137560
- first failure:https://github.com/awslabs/mcp/actions/runs/16920551089 (1 of 53)

- second failure:https://github.com/awslabs/mcp/actions/runs/16946520480 (1 of 4)

each of these fails after theproposed: {...
other debug sessions have the nextintegrated: {...
Example from same matrix build (max parallelization of 10):
failure:
- https://github.com/awslabs/mcp/actions/runs/16946520480/job/48028803008#step:9:642
and
successes: - https://github.com/awslabs/mcp/actions/runs/16946520480/job/48028802972#step:9:649
- https://github.com/awslabs/mcp/actions/runs/16946520480/job/48028802992#step:9:650
- https://github.com/awslabs/mcp/actions/runs/16946520480/job/48028802982#step:9:650
Metadata
Metadata
Assignees
Labels
No labels