Skip to content

Instantly share code, notes, and snippets.

@thedeveloperr
Created July 11, 2020 14:02
Show Gist options
  • Save thedeveloperr/cdc55a319d1782d12e5442c2b6c0125d to your computer and use it in GitHub Desktop.
Save thedeveloperr/cdc55a319d1782d12e5442c2b6c0125d to your computer and use it in GitHub Desktop.
[Zulip test-backend spam outout draft] https://github.com/zulip/zulip/issues/1587 #zulip
Using existing clone for alias 'default'...
2020-07-11 13:40:22.102 INFO [zulip.auth.apple] AuthFailed: Authentication failed:
2020-07-11 13:40:22.163 INFO [zulip.auth.apple] HTTPError:
2020-07-11 13:40:23.110 WARN [zulip.auth.apple] Apple got invalid email argument.
Using existing clone for alias 'default'...
2020-07-11 13:40:24.266 INFO [zulip.auth.apple] AuthFailed: Authentication failed:
2020-07-11 13:40:24.333 INFO [zulip.auth.apple] HTTPError:
2020-07-11 13:40:25.341 WARN [zulip.auth.apple] Apple got invalid email argument.
2020-07-11 13:40:26.670 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:26.683 DEBG [zulip.ldap] ZulipLDAPAuthBackend: No ldap user matching django_to_ldap_username result: alice@zulip.com. Input username: alice@zulip.com
2020-07-11 13:40:27.387 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:28.950 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:28.960 DEBG [zulip.ldap] ZulipLDAPAuthBackend: No ldap user matching django_to_ldap_username result: alice@zulip.com. Input username: alice@zulip.com
2020-07-11 13:40:29.729 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:30.057 INFO [zulip.auth.google] Failed login attempt for deactivated account: 10@zulip
2020-07-11 13:40:30.233 INFO [zulip.auth.google] Failed login attempt for deactivated account: 10@zulip
2020-07-11 13:40:30.390 INFO [zulip.auth.github] Failed login attempt for deactivated account: 10@zulip
2020-07-11 13:40:30.619 INFO [zulip.auth.github] Failed login attempt for deactivated account: 10@zulip
2020-07-11 13:40:31.352 INFO [zulip.auth.gitlab] AuthFailed: Authentication failed:
2020-07-11 13:40:31.366 INFO [zulip.auth.gitlab] HTTPError:
2020-07-11 13:40:32.276 WARN [zulip.auth.gitlab] GitLab got invalid email argument.
2020-07-11 13:40:33.618 INFO [zulip.auth.github] AuthFailed: Authentication failed:
2020-07-11 13:40:33.633 INFO [zulip.auth.github] HTTPError:
2020-07-11 13:40:35.594 WARN [zulip.auth.github] GitHub got invalid email argument.
2020-07-11 13:40:36.577 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:36.649 DEBG [zulip.ldap] ZulipLDAPAuthBackend: No ldap user matching django_to_ldap_username result: alice@zulip.com. Input username: alice@zulip.com
2020-07-11 13:40:37.437 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:39.696 INFO [zulip.auth.google] AuthFailed: Authentication failed:
2020-07-11 13:40:39.712 INFO [zulip.auth.google] HTTPError:
2020-07-11 13:40:40.467 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:40.553 DEBG [zulip.ldap] ZulipLDAPAuthBackend: No ldap user matching django_to_ldap_username result: alice@zulip.com. Input username: alice@zulip.com
2020-07-11 13:40:40.689 WARN [zulip.auth.google] Google got invalid email argument.
2020-07-11 13:40:41.438 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:42.243 WARN [django_auth_ldap] ('Realm is None', 1) while authenticating hamlet
2020-07-11 13:40:44.386 WARN [] New account email alice@zulip.com could not be found in LDAP
2020-07-11 13:40:44.454 DEBG [zulip.ldap] ZulipLDAPAuthBackend: No ldap user matching django_to_ldap_username result: alice@zulip.com. Input username: alice@zulip.com
2020-07-11 13:40:44.791 WARN [zulip.auth.saml] SAML got invalid email argument.
2020-07-11 13:40:45.515 WARN [] New account email alice@zulip.com could not be found in LDAP
** Skipping zerver.tests.test_auth_backends.SocialAuthBase.test_config_error_development:
** Skipping zerver.tests.test_auth_backends.SocialAuthBase.test_config_error_production:
** Skipping zerver.tests.test_auth_backends.SocialAuthBase.test_social_auth_complete:
** Skipping zerver.tests.test_auth_backends.SocialAuthBase.test_social_auth_complete_when_base_exc_is_raised:
** Skipping zerver.tests.test_auth_backends.SocialAuthBase.test_social_auth_deactivated_user:
** Skipping zerver.tests.test_auth_backends.SocialAuthBase.test_social_auth_desktop_registration:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment