You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
The Debian builds for debian:stretch, ubuntu:xenial, and ubuntu:bionic fail along these lines:
(Errors taken from an ubuntu:bionic container)
[ERROR]
Traceback (most recent call last):
File "/synapse/build/venv/lib/python3.6/site-packages/twisted/logger/_observer.py", line 131, in __call__
observer(event)
File "/synapse/build/venv/lib/python3.6/site-packages/twisted/logger/_legacy.py", line 93, in __call__
self.legacyObserver(event)
File "/synapse/build/venv/lib/python3.6/site-packages/twisted/python/log.py", line 562, in emit
util.untilConcludes(self.write, timeStr + " " + msgStr)
File "/synapse/build/venv/lib/python3.6/site-packages/twisted/python/util.py", line 815, in untilConcludes
return f(*a, **kw)
builtins.UnicodeEncodeError: 'ascii' codec can't encode characters in position 771-772: ordinal not in range(128)
tests.handlers.test_oidc.OidcHandlerTestCase.test_map_userinfo_to_invalid_localpart
[ERROR]
Traceback (most recent call last):
File "/synapse/build/venv/lib/python3.6/site-packages/twisted/logger/_observer.py", line 131, in __call__
observer(event)
File "/synapse/build/venv/lib/python3.6/site-packages/twisted/logger/_legacy.py", line 93, in __call__
self.legacyObserver(event)
File "/synapse/build/venv/lib/python3.6/site-packages/twisted/python/log.py", line 562, in emit
util.untilConcludes(self.write, timeStr + " " + msgStr)
File "/synapse/build/venv/lib/python3.6/site-packages/twisted/python/util.py", line 815, in untilConcludes
return f(*a, **kw)
builtins.UnicodeEncodeError: 'ascii' codec can't encode characters in position 803-804: ordinal not in range(128)
tests.handlers.test_saml.SamlHandlerTestCase.test_map_saml_response_to_invalid_localpart