Bug 1756129 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I don't see anything concerning here based on the logs. It looks like it was something on the chromium side that was giving us the incorrect latest revision:

Here's a failing run (revision 990937):
```
[task 2022-04-11T10:37:43.601Z] build-chromium: Creating upload directory in /builds/worker/artifacts...
[task 2022-04-11T10:37:43.601Z] build-chromium: Getting revision number for latest Win chromium build...
[task 2022-04-11T10:37:43.601Z] build-chromium: Downloading Win chromium build revision 990937...
[task 2022-04-11T10:37:43.601Z] build-chromium: Unpacking archive at: /tmp/tmps_bo9oj5/tmp-chromium.zip to: /tmp/tmps_bo9oj5
[task 2022-04-11T10:37:43.601Z] build-chromium: Downloading chromedriver from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win%2F990937%2Fchromedriver_win32.zip?alt=media
[task 2022-04-11T10:37:43.601Z] Traceback (most recent call last):
[task 2022-04-11T10:37:43.601Z]   File "/builds/worker/bin/fetch-chromium.py", line 234, in <module>
[task 2022-04-11T10:37:43.601Z]     build_chromium_archive(**args)
[task 2022-04-11T10:37:43.601Z]   File "/builds/worker/bin/fetch-chromium.py", line 198, in build_chromium_archive
[task 2022-04-11T10:37:43.601Z]     fetch_chromedriver(platform, revision, chromium_dir)
[task 2022-04-11T10:37:43.601Z]   File "/builds/worker/bin/fetch-chromium.py", line 130, in fetch_chromedriver
[task 2022-04-11T10:37:43.601Z]     fetch_file(download_url, tmpzip)
[task 2022-04-11T10:37:43.601Z]   File "/builds/worker/bin/fetch-chromium.py", line 74, in fetch_file
[task 2022-04-11T10:37:43.601Z]     r.raise_for_status()
[task 2022-04-11T10:37:43.601Z]   File "/usr/lib/python3/dist-packages/requests/models.py", line 943, in raise_for_status
[task 2022-04-11T10:37:43.601Z]     raise HTTPError(http_error_msg, response=self)
[task 2022-04-11T10:37:43.601Z] requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win%2F990937%2Fchromedriver_win32.zip?alt=media
```

Here's a passing run (revision 990369):
```
[task 2022-04-11T10:50:06.700Z] build-chromium: Creating upload directory in /builds/worker/artifacts...
[task 2022-04-11T10:50:06.700Z] build-chromium: Getting revision number for latest Win chromium build...
[task 2022-04-11T10:50:06.700Z] build-chromium: Downloading Win chromium build revision 990369...
[task 2022-04-11T10:50:06.700Z] build-chromium: Unpacking archive at: /tmp/tmp6rh8xofg/tmp-chromium.zip to: /tmp/tmp6rh8xofg
[task 2022-04-11T10:50:06.700Z] build-chromium: Downloading chromedriver from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win%2F990369%2Fchromedriver_win32.zip?alt=media
[task 2022-04-11T10:50:06.700Z] build-chromium: Unpacking archive at: /tmp/tmpxqtq4au9/cd-tmp.zip to: /tmp/tmp65x4b4vx
[task 2022-04-11T10:50:06.700Z] build-chromium: Copying chromedriver from: /tmp/tmp65x4b4vx/chromedriver_win32/chromedriver.exe to: /tmp/tmp6rh8xofg/chrome-win
[task 2022-04-11T10:50:06.700Z] build-chromium: Added revision to /tmp/tmp6rh8xofg/chrome-win/.REVISION file.
[task 2022-04-11T10:50:06.700Z] build-chromium: Tarring with the command: ['tar', 'cjf', 'chromium-win32.tar.bz2', '-C', '/tmp/tmp6rh8xofg', 'chrome-win']
[task 2022-04-11T10:50:06.700Z] build-chromium: Moving chromium-win32.tar.bz2 to the upload directory...
```

Based on this (and that it only happened once/twice so far), I won't look into it any further.
I don't see anything concerning here based on the logs. It looks like it was something on the chromium side that was giving us the incorrect latest revision.

Here's a failing run (revision 990937):
```
[task 2022-04-11T10:37:43.601Z] build-chromium: Creating upload directory in /builds/worker/artifacts...
[task 2022-04-11T10:37:43.601Z] build-chromium: Getting revision number for latest Win chromium build...
[task 2022-04-11T10:37:43.601Z] build-chromium: Downloading Win chromium build revision 990937...
[task 2022-04-11T10:37:43.601Z] build-chromium: Unpacking archive at: /tmp/tmps_bo9oj5/tmp-chromium.zip to: /tmp/tmps_bo9oj5
[task 2022-04-11T10:37:43.601Z] build-chromium: Downloading chromedriver from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win%2F990937%2Fchromedriver_win32.zip?alt=media
[task 2022-04-11T10:37:43.601Z] Traceback (most recent call last):
[task 2022-04-11T10:37:43.601Z]   File "/builds/worker/bin/fetch-chromium.py", line 234, in <module>
[task 2022-04-11T10:37:43.601Z]     build_chromium_archive(**args)
[task 2022-04-11T10:37:43.601Z]   File "/builds/worker/bin/fetch-chromium.py", line 198, in build_chromium_archive
[task 2022-04-11T10:37:43.601Z]     fetch_chromedriver(platform, revision, chromium_dir)
[task 2022-04-11T10:37:43.601Z]   File "/builds/worker/bin/fetch-chromium.py", line 130, in fetch_chromedriver
[task 2022-04-11T10:37:43.601Z]     fetch_file(download_url, tmpzip)
[task 2022-04-11T10:37:43.601Z]   File "/builds/worker/bin/fetch-chromium.py", line 74, in fetch_file
[task 2022-04-11T10:37:43.601Z]     r.raise_for_status()
[task 2022-04-11T10:37:43.601Z]   File "/usr/lib/python3/dist-packages/requests/models.py", line 943, in raise_for_status
[task 2022-04-11T10:37:43.601Z]     raise HTTPError(http_error_msg, response=self)
[task 2022-04-11T10:37:43.601Z] requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win%2F990937%2Fchromedriver_win32.zip?alt=media
```

Here's a passing run (revision 990369):
```
[task 2022-04-11T10:50:06.700Z] build-chromium: Creating upload directory in /builds/worker/artifacts...
[task 2022-04-11T10:50:06.700Z] build-chromium: Getting revision number for latest Win chromium build...
[task 2022-04-11T10:50:06.700Z] build-chromium: Downloading Win chromium build revision 990369...
[task 2022-04-11T10:50:06.700Z] build-chromium: Unpacking archive at: /tmp/tmp6rh8xofg/tmp-chromium.zip to: /tmp/tmp6rh8xofg
[task 2022-04-11T10:50:06.700Z] build-chromium: Downloading chromedriver from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win%2F990369%2Fchromedriver_win32.zip?alt=media
[task 2022-04-11T10:50:06.700Z] build-chromium: Unpacking archive at: /tmp/tmpxqtq4au9/cd-tmp.zip to: /tmp/tmp65x4b4vx
[task 2022-04-11T10:50:06.700Z] build-chromium: Copying chromedriver from: /tmp/tmp65x4b4vx/chromedriver_win32/chromedriver.exe to: /tmp/tmp6rh8xofg/chrome-win
[task 2022-04-11T10:50:06.700Z] build-chromium: Added revision to /tmp/tmp6rh8xofg/chrome-win/.REVISION file.
[task 2022-04-11T10:50:06.700Z] build-chromium: Tarring with the command: ['tar', 'cjf', 'chromium-win32.tar.bz2', '-C', '/tmp/tmp6rh8xofg', 'chrome-win']
[task 2022-04-11T10:50:06.700Z] build-chromium: Moving chromium-win32.tar.bz2 to the upload directory...
```

Based on this (and that it only happened once/twice so far), I won't look into it any further. These came from this push: https://treeherder.mozilla.org/jobs?repo=mozilla-central&selectedTaskRun=B57pwAh2Tbu2h0QkiVBSUQ.2&searchStr=chromium%2Cfetch&revision=87b37ed2950dbb100301f9f83922c3a67b4b5a9d

Back to Bug 1756129 Comment 7