Open
Bug 1776685
Opened 4 years ago
Updated 1 month ago
release-final-verify fails on new ESR branch
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
NEW
People
(Reporter: jcristau, Unassigned)
References
Details
The release-final-verify task uses the config generated by release-update-verify-config. On a new ESR branch, that config is empty, and results in an exception and retry:
[task 2022-06-27T07:50:35.119Z] Mon 27 Jun 2022 07:50:35 AM UTC: FAILURE: Could not retrieve update.xml from for patch type(s) ''
[task 2022-06-27T07:50:35.143Z] Mon 27 Jun 2022 07:50:35 AM UTC: Mar file available with correct size ( bytes)
[task 2022-06-27T07:50:35.144Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.145Z] Mon 27 Jun 2022 07:50:35 AM UTC: Stopping stopwatch...
[task 2022-06-27T07:50:35.155Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.156Z] Mon 27 Jun 2022 07:50:35 AM UTC: ====================================
[task 2022-06-27T07:50:35.157Z] Mon 27 Jun 2022 07:50:35 AM UTC: 1 FAILURE
[task 2022-06-27T07:50:35.159Z] Mon 27 Jun 2022 07:50:35 AM UTC: ====================================
[task 2022-06-27T07:50:35.160Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.161Z] Mon 27 Jun 2022 07:50:35 AM UTC: FAILURE 1: Update xml file not available
[task 2022-06-27T07:50:35.162Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.162Z] Mon 27 Jun 2022 07:50:35 AM UTC: Download url: /tmp/final_verification.0VzeRxnJsk/update.xml.Iby0KeCWzq
[task 2022-06-27T07:50:35.163Z] Mon 27 Jun 2022 07:50:35 AM UTC: Curl returned exit code:
[task 2022-06-27T07:50:35.164Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.165Z] Mon 27 Jun 2022 07:50:35 AM UTC: The HTTP headers were:
[task 2022-06-27T07:50:35.167Z] Mon 27 Jun 2022 07:50:35 AM UTC: * Closing connection -1
[task 2022-06-27T07:50:35.167Z] Mon 27 Jun 2022 07:50:35 AM UTC: curl: (3) URL using bad/illegal format or missing URL
[task 2022-06-27T07:50:35.168Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.169Z] Mon 27 Jun 2022 07:50:35 AM UTC: The full curl debug output was:
[task 2022-06-27T07:50:35.171Z] sed: can't read 3: No such file or directory
[task 2022-06-27T07:50:35.172Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.173Z] Mon 27 Jun 2022 07:50:35 AM UTC: The returned update.xml file was:
[task 2022-06-27T07:50:35.176Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.177Z] Mon 27 Jun 2022 07:50:35 AM UTC: This url was tested because of the following cfg file entries:
[task 2022-06-27T07:50:35.179Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.181Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.181Z] Mon 27 Jun 2022 07:50:35 AM UTC: ====================================
[task 2022-06-27T07:50:35.182Z] Mon 27 Jun 2022 07:50:35 AM UTC: KEY STATS
[task 2022-06-27T07:50:35.183Z] Mon 27 Jun 2022 07:50:35 AM UTC: ====================================
[task 2022-06-27T07:50:35.184Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[task 2022-06-27T07:50:35.185Z] Mon 27 Jun 2022 07:50:35 AM UTC: Config files scanned: 6
[task 2022-06-27T07:50:35.186Z] Mon 27 Jun 2022 07:50:35 AM UTC: Update xml files downloaded and parsed: 0
[task 2022-06-27T07:50:35.187Z] Mon 27 Jun 2022 07:50:35 AM UTC: Unique mar urls found: 0
[task 2022-06-27T07:50:35.188Z] Mon 27 Jun 2022 07:50:35 AM UTC: Failures: 1
[task 2022-06-27T07:50:35.188Z] Mon 27 Jun 2022 07:50:35 AM UTC: Parallel processes used (maximum limit): 48
[task 2022-06-27T07:50:35.189Z] Mon 27 Jun 2022 07:50:35 AM UTC: Execution time: 0 seconds
[task 2022-06-27T07:50:35.190Z] Mon 27 Jun 2022 07:50:35 AM UTC:
[taskcluster 2022-06-27 07:50:35.608Z] === Task Finished ===
[taskcluster 2022-06-27 07:50:35.608Z] Unsuccessful task run with exit code: 1 completed in 3.999 seconds
As far as I can tell the same happened on esr91 with Firefox-91.0esr-build2.
We might want to make release-final-verify go green on empty config, and possibly add a release-final-verify-next to check updates on the esr-cdntest-next channel?
Updated•3 years ago
|
Severity: -- → S3
| Comment hidden (Intermittent Failures Robot) |
| Reporter | ||
Updated•3 years ago
|
Priority: -- → P3
| Comment hidden (Intermittent Failures Robot) |
Updated•1 year ago
|
QA Contact: jlorenzo
| Reporter | ||
Comment 3•1 month ago
|
||
Happened again yesterday on 153.
You need to log in
before you can comment on or make changes to this bug.
Description
•