Open
Bug 1504346
Opened 6 years ago
Updated 5 years ago
unhandled URLError causes Internal Server Error while checking out build-tools in release automation
Categories
(Developer Services :: Mercurial: robustcheckout, defect)
Developer Services
Mercurial: robustcheckout
Tracking
(Not tracked)
NEW
People
(Reporter: jlund, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: in-triage)
https://taskcluster-artifacts.net/BAXgayU9TiCJZ7lnqlKAFQ/0/public/logs/live_backing.log
[vcs 2018-10-29T19:05:51.276Z] executing ['hg', 'robustcheckout', '--sharebase', '/builds/worker/checkouts/hg-store', '--purge', '--branch', 'default', 'https://hg.mozilla.org/build/tools', '/builds/worker/workspace/build/tools']
[vcs 2018-10-29T19:05:51.327Z] (using Mercurial 4.7.1)
[vcs 2018-10-29T19:05:51.327Z] ensuring https://hg.mozilla.org/build/tools@default is available at /builds/worker/workspace/build/tools
[vcs 2018-10-29T19:05:52.112Z] (sharing from existing pooled repository 7ae7fb134bf7aec6ec96a062ff47a69053dd2973)
[vcs 2018-10-29T19:05:52.315Z] searching for changes
[vcs 2018-10-29T19:05:52.316Z] no changes found
[vcs 2018-10-29T19:05:52.505Z] unhandled URLError; reason type: str; value: Internal Server ErrorPERFHERDER_DATA: {"framework": {"name": "vcs"}, "suites": [{"extraOptions": ["c5d.4xlarge"], "lowerIsBetter": true, "name": "clone_errored", "shouldAlert": false, "subtests": [], "value": 0.5817611217498779}, {"extraOptions": ["c5d.4xlarge"], "lowerIsBetter": true, "name": "overall", "shouldAlert": false, "subtests": [], "value": 1.1766788959503174}]}
[vcs 2018-10-29T19:05:52.505Z] abort: HTTP Error 500: Internal Server Error
manual rerun fixed this.
Reporter | ||
Comment 1•5 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•