Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

"Connection to rekor.sigstore.dev timed out" #377

Open
@scottschreckengaust

Description

@scottschreckengaust

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)'))
ImageImage

each of these fails after theproposed: {...
other debug sessions have the nextintegrated: {...

Example from same matrix build (max parallelization of 10):
failure:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp