Created
February 24, 2023 14:27
-
-
Save Johnetordoff/e5e76dd1b87bc63db2fdd09449948612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testing modules "['addons']" | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/bin/invoke", line 8, in <module> | |
sys.exit(program.run()) | |
^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/invoke/program.py", line 380, in run | |
self.execute() | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/invoke/program.py", line 565, in execute | |
executor.execute(*self.tasks) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/invoke/executor.py", line 127, in execute | |
result = call.task(*args, **call.kwargs) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/invoke/tasks.py", line 115, in __call__ | |
result = self.body(*args, **kwargs) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/home/runner/work/osf.io/osf.io/tasks/__init__.py", line 482, in test_travis_addons | |
test_addons(ctx, numprocesses=numprocesses, coverage=coverage, testmon=testmon) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/invoke/tasks.py", line 115, in __call__ | |
result = self.body(*args, **kwargs) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/home/runner/work/osf.io/osf.io/tasks/__init__.py", line 441, in test_addons | |
test_module(ctx, module=ADDON_TESTS, numprocesses=numprocesses, coverage=coverage, testmon=testmon) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/invoke/tasks.py", line 115, in __call__ | |
result = self.body(*args, **kwargs) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/home/runner/work/osf.io/osf.io/tasks/__init__.py", line 319, in test_module | |
retcode = pytest.main(args) | |
^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/_pytest/config/__init__.py", line 143, in main | |
config = _prepareconfig(args, plugins) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/_pytest/config/__init__.py", line 318, in _prepareconfig | |
config = pluginmanager.hook.pytest_cmdline_parse( | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_hooks.py", line 265, in __call__ | |
return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_manager.py", line 80, in _hookexec | |
return self._inner_hookexec(hook_name, methods, kwargs, firstresult) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_callers.py", line 55, in _multicall | |
gen.send(outcome) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/_pytest/helpconfig.py", line 100, in pytest_cmdline_parse | |
config: Config = outcome.get_result() | |
^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_result.py", line 60, in get_result | |
raise ex[1].with_traceback(ex[2]) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_callers.py", line 39, in _multicall | |
res = hook_impl.function(*args) | |
^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1003, in pytest_cmdline_parse | |
self.parse(args) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1283, in parse | |
self._preparse(args, addopts=addopts) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1191, in _preparse | |
self.hook.pytest_load_initial_conftests( | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_hooks.py", line 265, in __call__ | |
return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_manager.py", line 80, in _hookexec | |
return self._inner_hookexec(hook_name, methods, kwargs, firstresult) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_callers.py", line 60, in _multicall | |
return outcome.get_result() | |
^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_result.py", line 60, in get_result | |
raise ex[1].with_traceback(ex[2]) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pluggy/_callers.py", line 39, in _multicall | |
res = hook_impl.function(*args) | |
^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pytest_django/plugin.py", line 325, in pytest_load_initial_conftests | |
_setup_django() | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/pytest_django/plugin.py", line 227, in _setup_django | |
django.setup() | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/django/__init__.py", line 24, in setup | |
apps.populate(settings.INSTALLED_APPS) | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/django/apps/registry.py", line 122, in populate | |
app_config.ready() | |
File "/home/runner/work/osf.io/osf.io/addons/base/apps.py", line 170, in ready | |
for route_group in self.routes: | |
^^^^^^^^^^^ | |
File "/home/runner/work/osf.io/osf.io/addons/wiki/apps.py", line 34, in routes | |
from addons.wiki import routes | |
File "/home/runner/work/osf.io/osf.io/addons/wiki/routes.py", line 6, in <module> | |
from website.routes import OsfWebRenderer | |
File "/home/runner/work/osf.io/osf.io/website/routes.py", line 33, in <module> | |
from framework.auth import views as auth_views | |
File "/home/runner/work/osf.io/osf.io/framework/auth/views.py", line 21, in <module> | |
from framework.auth.forms import ResendConfirmationForm, ForgotPasswordForm, ResetPasswordForm | |
File "/home/runner/work/osf.io/osf.io/framework/auth/forms.py", line 81, in <module> | |
validators.Email(message=u'Email address is invalid'), | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/wtforms/validators.py", line 393, in __init__ | |
raise Exception("Install 'email_validator' for email validation support.") | |
Exception: Install 'email_validator' for email validation support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment