Closed
Bug 1662442
Opened 5 years ago
Closed 4 years ago
Sep 1 mozilla-releases indexing error: `curl: (22) The requested URL returned error: 500` on fetch of gecko.v2.mozilla-beta.latest.firefox.linux64-searchfox-debug/artifacts/public/build/target.json
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1694218
People
(Reporter: asuth, Unassigned)
References
Details
Log excerpt:
++ export BLAME_ROOT=/mnt/index-scratch/mozilla-beta/gecko-blame
++ BLAME_ROOT=/mnt/index-scratch/mozilla-beta/gecko-blame
+ mkdir -p /mnt/index-scratch/mozilla-beta
+ /home/ubuntu/config/mozilla-beta/setup
+ set -eu
+ set -o pipefail
+ REVISION_TREE=mozilla-beta
+ REVISION_ID=latest
+ date
Tue Sep 1 13:04:32 UTC 2020
+ source /home/ubuntu/config/shared/resolve-gecko-revs.sh mozilla-beta latest
++ '[' -z /home/ubuntu/mozsearch ']'
++ '[' -z /mnt/index-scratch/mozilla-beta ']'
++ REVISION_TREE=mozilla-beta
++ REVISION_ID=latest
++ date
Tue Sep 1 13:04:32 UTC 2020
++ REVISION=mozilla-beta.latest
++ CURL='curl -SsfL --compressed'
++ pushd /mnt/index-scratch/mozilla-beta
/mnt/index-scratch/mozilla-beta ~
++ PREEXISTING_HG_REV=
++ '[' -f target.json ']'
++ curl -SsfL --compressed https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.v2.mozilla-beta.latest.firefox.linux64-searchfox-debug/artifacts/public/build/target.json
curl: (22) The requested URL returned error: 500
++ handle_error
Comment 1•5 years ago
|
||
The command WFM when run locally, so I guess the 500 was an intermittent server error.
https://bugzilla.mozilla.org/show_bug.cgi?id=1649453 was a similar problem.
See Also: → 1649453
| Reporter | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•