Open Bug 1910215 Opened 1 year ago Updated 10 months ago

Intermittent [tier 2] requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://crash-stats.mozilla.org/api/Reprocessing/

Categories

(Cloud Services :: Server: Other, defect, P5)

defect

Tracking

(Not tracked)

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: intermittent-failure)

Filed by: imoraru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=468178029&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Njv84rsdQFCgZTqemdK89Q/runs/0/artifacts/public/logs/live_backing.log


[task 2024-07-27T00:31:22.706Z]    creating: symbols/wuser32.pdb/5492E878CE3307F6C37317009D22441D1/
[task 2024-07-27T00:31:22.712Z]   inflating: symbols/wuser32.pdb/5492E878CE3307F6C37317009D22441D1/wuser32.sym  
[task 2024-07-27T00:31:22.712Z]    creating: symbols/wuser32.pdb/C1973BDC51BF8CD4B38FC00AD818194E1/
[task 2024-07-27T00:31:22.718Z]   inflating: symbols/wuser32.pdb/C1973BDC51BF8CD4B38FC00AD818194E1/wuser32.sym  
[task 2024-07-27T00:31:22.719Z] Not running on TC
[task 2024-07-27T00:31:49.068Z] Using api token: 62adxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[task 2024-07-27T00:31:49.068Z] Sending reprocessing requests to: 
[task 2024-07-27T00:31:49.068Z] https://crash-stats.mozilla.org/api/Reprocessing/
[task 2024-07-27T00:31:49.115Z] Crash id not recognized: 
[task 2024-07-27T00:31:49.158Z] Reprocessing 65038 crashes sleeping 5 seconds between groups...
[task 2024-07-27T00:31:49.162Z] Processing group ending with 003b1f27-c7ee-4ae5-baa7-f88550240721 ... (1/1301)
[task 2024-07-27T00:31:54.549Z] Processing group ending with 006c8a82-1ba4-448c-b85c-170380240726 ... (2/1301)
[task 2024-07-27T00:32:00.085Z] Processing group ending with 00a765fc-f1d4-4338-adfc-0ce6b0240722 ... (3/1301)
[task 2024-07-27T00:32:05.382Z] Processing group ending with 00cdecf2-94db-4f56-838f-96d7f0240725 ... (4/1301)
[task 2024-07-27T00:32:10.653Z] Processing group ending with 01082692-689a-47aa-be3b-f556f0240722 ... (5/1301)
<...>
[task 2024-07-27T01:37:25.041Z] Processing group ending with 9241d925-3d2e-49e3-9584-831660240726 ... (742/1301)
[task 2024-07-27T01:37:30.268Z] Processing group ending with 9272e104-a763-43de-8b6d-590e80240724 ... (743/1301)
[task 2024-07-27T01:37:35.503Z] Processing group ending with 929f2f96-3655-4fe8-bcfd-c252d0240722 ... (744/1301)
[task 2024-07-27T01:37:41.089Z] Processing group ending with 92c60d0a-16cf-4d94-acd0-adc9a0240720 ... (745/1301)
[task 2024-07-27T01:37:43.147Z] Traceback (most recent call last):
[task 2024-07-27T01:37:43.147Z]   File "/usr/local/bin/reprocess", line 8, in <module>
[task 2024-07-27T01:37:43.148Z]     sys.exit(reprocess())
[task 2024-07-27T01:37:43.148Z]              ^^^^^^^^^^^
[task 2024-07-27T01:37:43.148Z]   File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 1157, in __call__
[task 2024-07-27T01:37:43.148Z]     return self.main(*args, **kwargs)
[task 2024-07-27T01:37:43.148Z]            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-07-27T01:37:43.148Z]   File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 1078, in main
[task 2024-07-27T01:37:43.148Z]     rv = self.invoke(ctx)
[task 2024-07-27T01:37:43.148Z]          ^^^^^^^^^^^^^^^^
[task 2024-07-27T01:37:43.148Z]   File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 1434, in invoke
[task 2024-07-27T01:37:43.148Z]     return ctx.invoke(self.callback, **ctx.params)
[task 2024-07-27T01:37:43.148Z]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-07-27T01:37:43.148Z]   File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 783, in invoke
[task 2024-07-27T01:37:43.148Z]     return __callback(*args, **kwargs)
[task 2024-07-27T01:37:43.148Z]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-07-27T01:37:43.148Z]   File "/usr/local/lib/python3.11/dist-packages/click/decorators.py", line 33, in new_func
[task 2024-07-27T01:37:43.148Z]     return f(get_current_context(), *args, **kwargs)
[task 2024-07-27T01:37:43.148Z]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-07-27T01:37:43.148Z]   File "/usr/local/lib/python3.11/dist-packages/crashstats_tools/cmd_reprocess.py", line 159, in reprocess
[task 2024-07-27T01:37:43.148Z]     resp = http_post(url, data={"crash_ids": group}, api_token=api_token)
[task 2024-07-27T01:37:43.148Z]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-07-27T01:37:43.148Z]   File "/usr/local/lib/python3.11/dist-packages/crashstats_tools/utils.py", line 183, in http_post
[task 2024-07-27T01:37:43.149Z]     resp.raise_for_status()
[task 2024-07-27T01:37:43.149Z]   File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1024, in raise_for_status
[task 2024-07-27T01:37:43.149Z]     raise HTTPError(http_error_msg, response=self)
[task 2024-07-27T01:37:43.149Z] requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://crash-stats.mozilla.org/api/Reprocessing/
[taskcluster 2024-07-27 01:37:43.489Z] === Task Finished ===
[taskcluster 2024-07-27 01:37:43.489Z] Unsuccessful task run with exit code: 1 completed in 3990.66 seconds
See Also: → 1958141
You need to log in before you can comment on or make changes to this bug.