Skip to content

Revert utils files changes from db1e6f1e#43507

Merged
ydshieh merged 1 commit intomainfrom
revert-utils-files-from-db1e6f1e
Jan 26, 2026
Merged

Revert utils files changes from db1e6f1e#43507
ydshieh merged 1 commit intomainfrom
revert-utils-files-from-db1e6f1e

Conversation

@ydshieh
Copy link
Copy Markdown
Collaborator

@ydshieh ydshieh commented Jan 26, 2026

What does this PR do?

PR #42845 fails some workflow runs

File "/home/runner/work/transformers/transformers/utils/get_ci_error_statistics.py", line 29, in get_jobs
    result = httpx.get(url + f"&page={i + 2}", headers=headers).json()
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_api.py", line 195, in get
    return request(
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_api.py", line 109, in request
    return client.request(
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_client.py", line 825, in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_client.py", line 914, in send
    response = self._send_handling_auth(
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_client.py", line 942, in _send_handling_auth
    response = self._send_handling_redirects(
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_client.py", line 979, in _send_handling_redirects
    response = self._send_single_request(request)
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_client.py", line 1014, in _send_single_request
    response = transport.handle_request(request)
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 249, in handle_request
    with map_httpcore_exceptions():
  File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/home/runner/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.ReadTimeout: The read operation timed out

revert some changes from that PR for now

@HuggingFaceDocBuilderDev
Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@ydshieh ydshieh force-pushed the revert-utils-files-from-db1e6f1e branch from bdca6d2 to 6d10d60 Compare January 26, 2026 20:40
@ydshieh
Copy link
Copy Markdown
Collaborator Author

ydshieh commented Jan 26, 2026

didn't check with a full run (so don't know if it would work if the run has many jobs), but a dummy run is working.

Anyway, no time to trigger a full run and wait it to finish to know. I will merge and let's see tomorrow.

@ydshieh ydshieh merged commit dfe3082 into main Jan 26, 2026
23 of 24 checks passed
@ydshieh ydshieh deleted the revert-utils-files-from-db1e6f1e branch January 26, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants