Page MenuHomeSoftware Heritage
Paste P472

origin not able to load
ActivePublic

Authored by nahimilega on Jul 14 2019, 12:55 PM.
INFO:swh.core.config:Loading config file /home/archit/.config/swh/loader/cran.yml
/home/archit/swh-environment/swh-storage/swh/storage/api/client.py:13: DeprecationWarning: Call to deprecated class MetaRPCClient. (Use the MetaRPCClient instead) -- Deprecated since version 0.0.64.
class RemoteStorage(SWHRemoteAPI):
/home/archit/swh-environment/swh-storage/swh/storage/__init__.py:43: DeprecationWarning: Call to deprecated class RPCClient. (Use the RPCClient instead) -- Deprecated since version 0.0.64.
return Storage(**args)
DEBUG:urllib3.util.retry:Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None, status=None)
DEBUG:swh.loader.cran.CRANLoader:PID 18663 is live, skipping
DEBUG:swh.loader.cran.CRANLoader:Creating cran origin for https://cran.r-project.org/web/packages/ACA/index.html
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost:5002
DEBUG:urllib3.connectionpool:http://localhost:5002 "POST /origin/add HTTP/1.1" 400 94
Traceback (most recent call last):
File "/home/archit/.vscode/extensions/ms-python.python-2019.6.24221/pythonFiles/ptvsd_launcher.py", line 43, in <module>
main(ptvsdArgs)
File "/home/archit/.vscode/extensions/ms-python.python-2019.6.24221/pythonFiles/lib/python/ptvsd/__main__.py", line 434, in main
run()
File "/home/archit/.vscode/extensions/ms-python.python-2019.6.24221/pythonFiles/lib/python/ptvsd/__main__.py", line 312, in run_file
runpy.run_path(target, run_name='__main__')
File "/usr/lib/python3.7/runpy.py", line 263, in run_path
pkg_name=pkg_name, script_name=fname)
File "/usr/lib/python3.7/runpy.py", line 96, in _run_module_code
mod_name, mod_spec, pkg_name, script_name)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/archit/swh-environment/swh-loader-core/pp.py", line 35, in <module>
CRANLoader().load(name=name, origin_url=origin_url, tarballs = tarballs)
File "/home/archit/swh-environment/swh-loader-core/swh/loader/core/loader.py", line 865, in load
self._store_origin_visit()
File "/home/archit/swh-environment/swh-loader-core/swh/loader/core/loader.py", line 744, in _store_origin_visit
self.send_origin(origin)
File "/home/archit/.virtualenvs/swh/lib/python3.7/site-packages/retrying.py", line 49, in wrapped_f
return Retrying(*dargs, **dkw).call(f, *args, **kw)
File "/home/archit/.virtualenvs/swh/lib/python3.7/site-packages/retrying.py", line 206, in call
return attempt.get(self._wrap_exception)
File "/home/archit/.virtualenvs/swh/lib/python3.7/site-packages/retrying.py", line 247, in get
six.reraise(self.value[0], self.value[1], self.value[2])
File "/home/archit/.virtualenvs/swh/lib/python3.7/site-packages/six.py", line 693, in reraise
raise value
File "/home/archit/.virtualenvs/swh/lib/python3.7/site-packages/retrying.py", line 200, in call
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
File "/home/archit/swh-environment/swh-loader-core/swh/loader/core/loader.py", line 238, in send_origin
self.storage.origin_add_one(origin)
File "/home/archit/swh-environment/swh-storage/swh/storage/api/client.py", line 163, in origin_add_one
return self.post('origin/add', {'origin': origin})
File "/home/archit/swh-environment/swh-core/swh/core/api/__init__.py", line 205, in post
return self._decode_response(response)
File "/home/archit/swh-environment/swh-core/swh/core/api/__init__.py", line 237, in _decode_response
raise pickle.loads(decode_response(response))
kafka.errors.KafkaTimeoutError: KafkaTimeoutError: Failed to update metadata after 60.0 secs.

Event Timeline