Page MenuHomeSoftware Heritage
Paste P438

Grunt: Incremental phabricator lister fails with the following
ActivePublic

Authored by ardumont on Jun 18 2019, 1:57 PM.
Jun 18 11:51:45 worker01 python3[29020]: [2019-06-18 11:51:45,602: INFO/MainProcess] Received task: swh.lister.phabricator.tasks.IncrementalPhabricatorLister[6511673e-9881-494d-bc32-e2d5631809df]
Jun 18 11:51:45 worker01 python3[29026]: [2019-06-18 11:51:45,820: ERROR/ForkPoolWorker-3] Task swh.lister.phabricator.tasks.IncrementalPhabricatorLister[6511673e-9881-494d-bc32-e2d5631809df] raised unexpected: ValueError('Problem during information fetch: ERR-CONDUIT-CORE',)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/celery/app/trace.py", line 382, in trace_task
R = retval = fun(*args, **kwargs)
File "/usr/lib/python3/dist-packages/swh/scheduler/task.py", line 45, in __call__
return super().__call__(*args, **kwargs)
File "/usr/lib/python3/dist-packages/celery/app/trace.py", line 641, in __protected_call__
return self.run(*args, **kwargs)
File "/usr/lib/python3/dist-packages/swh/lister/phabricator/tasks.py", line 18, in incremental_phabricator_lister
lister.run(min_bound=lister.db_last_index())
File "/usr/lib/python3/dist-packages/swh/lister/phabricator/lister.py", line 152, in run
super().run(min_bound, max_bound)
File "/usr/lib/python3/dist-packages/swh/lister/core/indexing_lister.py", line 227, in run
for i in ingest_indexes():
File "/usr/lib/python3/dist-packages/swh/lister/core/indexing_lister.py", line 209, in ingest_indexes
response, injected_repos = self.ingest_data(index)
File "/usr/lib/python3/dist-packages/swh/lister/core/lister_base.py", line 485, in ingest_data
models_list = self.transport_response_simplified(response)
File "/usr/lib/python3/dist-packages/swh/lister/phabricator/lister.py", line 102, in transport_response_simplified
'Problem during information fetch: %s' % repos['error_code'])
ValueError: Problem during information fetch: ERR-CONDUIT-CORE
Jun 18 11:51:46 worker01 python3[29027]: [2019-06-18 11:51:46,774: INFO/ForkPoolWorker-4] Task swh.lister.phabricator.tasks.IncrementalPhabricatorLister[58a5da65-a403-4008-8c35-e16d5260cb49] succeeded in 1.0252362919854932s: None

Event Timeline

Ok, so without further ado, removing the incremental phabricator lister.
It does not really exist.

Plus the phabricator instances we list are small enough.