INFO 2021-04-16 15:00:45,954 util 18821 140709393490048 loaded omegaml from base configuration INFO 2021-04-16 15:00:48,002 mixins 18821 140705410316032 Connected to amqp://guest:**@127.0.0.1:5672// INFO 2021-04-16 15:01:28,438 mixins 18821 140705401923328 Connected to amqp://guest:**@127.0.0.1:5672// Traceback (most recent call last): File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/utils/autoreload.py", line 53, in wrapper fn(*args, **kwargs) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 117, in inner_run self.check(display_num_errors=True) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/core/management/base.py", line 395, in check include_deployment_checks=include_deployment_checks, File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/core/management/base.py", line 382, in _run_checks return checks.run_checks(**kwargs) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/core/checks/registry.py", line 72, in run_checks new_errors = check(app_configs=app_configs) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/core/checks/urls.py", line 13, in check_url_config return check_resolver(resolver) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/core/checks/urls.py", line 23, in check_resolver return check_method() File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/urls/resolvers.py", line 407, in check for pattern in self.url_patterns: File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/urls/resolvers.py", line 588, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/utils/functional.py", line 48, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/django/urls/resolvers.py", line 581, in urlconf_module return import_module(self.urlconf_name) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 665, in _load_unlocked File "", line 678, in exec_module File "", line 219, in _call_with_frames_removed File "/home/alex/syntheticus-refactor/config/urls.py", line 8, in from config.swagger import syntheticus_schema_view File "/home/alex/syntheticus-refactor/config/swagger.py", line 9, in from syntheticus.processing.views import ( File "/home/alex/syntheticus-refactor/syntheticus/processing/views.py", line 18, in from syntheticus.models.synthetiser import Synthetiser File "/home/alex/syntheticus-refactor/syntheticus/models/synthetiser.py", line 55, in @streaming File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/minibatch/__init__.py", line 67, in inner inner._em.run(blocking=blocking) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/minibatch/window.py", line 177, in run self._run_once() File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/minibatch/window.py", line 203, in _run_once future = self.emit(qs, query_args) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/minibatch/window.py", line 145, in emit sjob = SerializableFunction(self.emitfn, window) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/minibatch/marshaller.py", line 72, in __init__ self.sjob = FunctionMarshaller().serialize(fn, *args, **kwargs) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/minibatch/marshaller.py", line 37, in serialize funcjob = self._serialize_anyfunc(func, args, kwargs) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/minibatch/marshaller.py", line 17, in _serialize_anyfunc sfunc = dill.dumps(func, protocol=2) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/dill/_dill.py", line 265, in dumps dump(obj, file, protocol, byref, fmode, recurse, **kwds)#, strictio) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/dill/_dill.py", line 259, in dump Pickler(file, protocol, **_kwds).dump(obj) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/dill/_dill.py", line 446, in dump StockPickler.dump(self, obj) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 409, in dump self.save(obj) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 476, in save f(self, obj) # Call unbound method with explicit self File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/dill/_dill.py", line 1438, in save_function obj.__dict__, fkwdefaults), obj=obj) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 610, in save_reduce save(args) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 476, in save f(self, obj) # Call unbound method with explicit self File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 751, in save_tuple save(element) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 476, in save f(self, obj) # Call unbound method with explicit self File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/dill/_dill.py", line 933, in save_module_dict StockPickler.save_dict(pickler, obj) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 821, in save_dict self._batch_setitems(obj.items()) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 847, in _batch_setitems save(v) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 521, in save self.save_reduce(obj=obj, *rv) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 634, in save_reduce save(state) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 476, in save f(self, obj) # Call unbound method with explicit self File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/dill/_dill.py", line 933, in save_module_dict StockPickler.save_dict(pickler, obj) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 821, in save_dict self._batch_setitems(obj.items()) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 847, in _batch_setitems save(v) File "/home/alex/.pyenv/versions/3.6.11/lib/python3.6/pickle.py", line 496, in save rv = reduce(self.proto) File "/home/alex/.virtenvs/syntheticus-refactor-Zd0HuT-6/lib/python3.6/site-packages/celery/app/base.py", line 1030, in __reduce__ return _unpickle_appattr, (reverse, self.__reduce_args__()) AttributeError: 'State' object has no attribute '__reduce_args__'