Skip to content

Sync with upstream #7349

Sync with upstream

Sync with upstream #7349

Triggered via schedule January 7, 2025 00:21
Status Failure
Total duration 30s
Artifacts

sync-with-upstream.yml

on: schedule
sync-with-upstream
21s
sync-with-upstream
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
sync-with-upstream
There is a failed process.
sync-with-upstream
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
sync-with-upstream
>> Traceback (most recent call last):
sync-with-upstream
>> File "[Working Directory]/src/update-extra-vars.py", line 124, in <module>
sync-with-upstream
>> updated_data = update_version(original_data)
sync-with-upstream
>> File "[Working Directory]/src/update-extra-vars.py", line 69, in update_version
sync-with-upstream
>> number_of_pages = traverse_pagination()
sync-with-upstream
>> File "[Working Directory]/src/update-extra-vars.py", line 37, in traverse_pagination
sync-with-upstream
>> with urllib.request.urlopen(query_url) as url:
sync-with-upstream
>> File "/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/urllib/request.py", line 214, in urlopen
sync-with-upstream
>> return opener.open(url, data, timeout)
sync-with-upstream
>> File "/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/urllib/request.py", line 523, in open