Re: Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-06 Thread Christian Hammond
I'm glad to hear it! Thanks for letting me know :) Sorry for the trouble
before.

Christian

On Thu, May 6, 2021 at 10:42 AM tw bert  wrote:

> Hi Christian, thank you, that worked flawlessly.
> We considered pip installing bleach, but like to keep stuff vanilla where
> possible.
> Fixed.
> For completeness, I've attached the output logs of pip install -U
> ReviewBoard==3.0.23 and the rb-site upgrade.
>
>
> On Thursday, 6 May 2021 at 03:16:10 UTC+2 Christian Hammond wrote:
>
>> Just put out the 3.0.23 release, so you should be able to upgrade and be
>> good. Sorry about that. There was a lingering but unnecessary usage of a
>> dependency that we had removed in 3.0.22.
>>
>> Christian
>>
>> On Wed, May 5, 2021 at 5:58 PM Christian Hammond 
>> wrote:
>>
>>> Hi,
>>>
>>> Looks like something went wrong with the release. You can get around
>>> this temporarily by doing:
>>>
>>> pip install bleach_allowlist
>>>
>>> We'll put out a fixed build tonight.
>>>
>>> Christian
>>>
>>>
>>> On Wed, May 5, 2021 at 8:42 AM tw bert  wrote:
>>>
 RB breaks when upgrading, we reverted to backup.

 Any clue? Previous upgrades always went fine.

 pip install -U ReviewBoard==3.0.22

 (ok)

 root@srv-flux-dev-01:/# rb-site upgrade /var/www/reviews.XXX.XXX.com
 WARNING:py.warnings:/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33:
 CryptographyDeprecationWarning: Python 2 is no longer supported by the
 Python core team. Support for it is now deprecated in cryptography, and
 will be removed in the next release.
   from cryptography.hazmat.backends import default_backend

 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 --  --

 [!] Unable to execute the manager command syncdb: cannot import name
 signals

 [!] Unable to execute the manager command registerscmtools: cannot
 import name signals

 [!] Unable to execute the manager command evolve: cannot import name
 signals
 ---  ---

 Resetting in-database caches.

 [!] Unable to execute the manager command fixreviewcounts: No module
 named bleach_allowlist

 Upgrade complete!

 There are duplicate copies of diffs in your database that can be
 condensed.
 These are the result of posting several iterations of a change for
 review on
 older versions of Review Board.

 Removing duplicate diff data will save space in your database and speed
 up
 future upgrades.

 To condense duplicate diffs, type the following:

 $ rb-site manage /var/www/reviews.XXX.XXX.com condensediffs


 root@srv-flux-dev-01:/# tail -n30 /var/log/apache2/error.log
 [Wed May 05 08:20:37.853326 2021] [wsgi:error] [pid 5063:tid
 139949663827712] [client 192.168.4.87:53160]
  self.load_middleware(), referer:
 http://srv-reviewboard:8089/dashboard/
 [Wed May 05 08:20:37.853350 2021] [wsgi:error] [pid 5063:tid
 139949663827712] [client 192.168.4.87:53160]   File
 "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line
 45, in load_middleware, referer: http://srv-reviewboard:8089/dashboard/
 [Wed May 05 08:20:37.853385 2021] [wsgi:error] [pid 5063:tid
 139949663827712] [client 192.168.4.87:53160] mw_class =
 import_by_path(middleware_path), referer:
 http://srv-reviewboard:8089/dashboard/
 [Wed May 05 08:20:37.853406 2021] [wsgi:error] [pid 5063:tid
 139949663827712] [client 192.168.4.87:53160]   File
 "/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py",
 line 26, in import_by_path, referer:
 http://srv-reviewboard:8089/dashboard/
 [Wed May 05 08:20:37.853438 2021] [wsgi:error] [pid 5063:tid
 139949663827712] [client 192.168.4.87:53160] sys.exc_info()[2]),
 referer: http://srv-reviewboard:8089/dashboard/
 [Wed May 05 08:20:37.853458 2021] [wsgi:error] [pid 5063:tid
 139949663827712] [client 192.168.4.87:53160]   File
 "/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py",
 line 21, in import_by_path, referer:
 http://srv-reviewboard:8089/dashboard/
 [Wed May 05 08:20:37.853504 2021] [wsgi:error] [pid 5063:tid
 139949663827712] [client 192.168.4.87:53160] module =
 import_module(module_path), referer:
 http://srv-reviewboard:8089/dashboard/
 [Wed May 05 08:20:37.853525 2021] [wsgi:error] [pid 5063:tid
 139949663827712] [client 192.168.4.87:53160]   File
 "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line
 40, in import_module, referer: http://srv-reviewboard:8089/dashboard/
 [Wed May 05 08:20:37.853556 2021] [wsgi:error] [pid 5063:tid
 139949663827712] 

Re: Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-06 Thread tw bert
Hi Christian, thank you, that worked flawlessly.
We considered pip installing bleach, but like to keep stuff vanilla where 
possible.
Fixed.
For completeness, I've attached the output logs of pip install -U 
ReviewBoard==3.0.23 and the rb-site upgrade.


On Thursday, 6 May 2021 at 03:16:10 UTC+2 Christian Hammond wrote:

> Just put out the 3.0.23 release, so you should be able to upgrade and be 
> good. Sorry about that. There was a lingering but unnecessary usage of a 
> dependency that we had removed in 3.0.22.
>
> Christian
>
> On Wed, May 5, 2021 at 5:58 PM Christian Hammond  
> wrote:
>
>> Hi,
>>
>> Looks like something went wrong with the release. You can get around this 
>> temporarily by doing:
>>
>> pip install bleach_allowlist
>>
>> We'll put out a fixed build tonight.
>>
>> Christian
>>
>>
>> On Wed, May 5, 2021 at 8:42 AM tw bert  wrote:
>>
>>> RB breaks when upgrading, we reverted to backup.
>>>
>>> Any clue? Previous upgrades always went fine.
>>>
>>> pip install -U ReviewBoard==3.0.22
>>>
>>> (ok)
>>>
>>> root@srv-flux-dev-01:/# rb-site upgrade /var/www/reviews.XXX.XXX.com
>>> WARNING:py.warnings:/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33:
>>>  
>>> CryptographyDeprecationWarning: Python 2 is no longer supported by the 
>>> Python core team. Support for it is now deprecated in cryptography, and 
>>> will be removed in the next release.
>>>   from cryptography.hazmat.backends import default_backend
>>>
>>> Rebuilding directory structure
>>> Updating database. This may take a while.
>>>
>>> The log output below, including warnings and errors,
>>> can be ignored unless upgrade fails.
>>>
>>> --  --
>>>
>>> [!] Unable to execute the manager command syncdb: cannot import name
>>> signals
>>>
>>> [!] Unable to execute the manager command registerscmtools: cannot
>>> import name signals
>>>
>>> [!] Unable to execute the manager command evolve: cannot import name
>>> signals
>>> ---  ---
>>>
>>> Resetting in-database caches.
>>>
>>> [!] Unable to execute the manager command fixreviewcounts: No module
>>> named bleach_allowlist
>>>
>>> Upgrade complete!
>>>
>>> There are duplicate copies of diffs in your database that can be 
>>> condensed.
>>> These are the result of posting several iterations of a change for 
>>> review on
>>> older versions of Review Board.
>>>
>>> Removing duplicate diff data will save space in your database and speed 
>>> up
>>> future upgrades.
>>>
>>> To condense duplicate diffs, type the following:
>>>
>>> $ rb-site manage /var/www/reviews.XXX.XXX.com condensediffs
>>>
>>>
>>> root@srv-flux-dev-01:/# tail -n30 /var/log/apache2/error.log
>>> [Wed May 05 08:20:37.853326 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160]
>>>  self.load_middleware(), referer: http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853350 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160]   File 
>>> "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 
>>> 45, in load_middleware, referer: http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853385 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160] mw_class = 
>>> import_by_path(middleware_path), referer: 
>>> http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853406 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160]   File 
>>> "/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py", 
>>> line 26, in import_by_path, referer: 
>>> http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853438 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160] sys.exc_info()[2]), 
>>> referer: http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853458 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160]   File 
>>> "/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py", 
>>> line 21, in import_by_path, referer: 
>>> http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853504 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160] module = 
>>> import_module(module_path), referer: 
>>> http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853525 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160]   File 
>>> "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 
>>> 40, in import_module, referer: http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853556 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160] __import__(name), 
>>> referer: http://srv-reviewboard:8089/dashboard/
>>> [Wed May 05 08:20:37.853575 2021] [wsgi:error] [pid 5063:tid 
>>> 139949663827712] [client 192.168.4.87:53160]   File 
>>> 

Re: Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-05 Thread Christian Hammond
Just put out the 3.0.23 release, so you should be able to upgrade and be
good. Sorry about that. There was a lingering but unnecessary usage of a
dependency that we had removed in 3.0.22.

Christian

On Wed, May 5, 2021 at 5:58 PM Christian Hammond 
wrote:

> Hi,
>
> Looks like something went wrong with the release. You can get around this
> temporarily by doing:
>
> pip install bleach_allowlist
>
> We'll put out a fixed build tonight.
>
> Christian
>
>
> On Wed, May 5, 2021 at 8:42 AM tw bert  wrote:
>
>> RB breaks when upgrading, we reverted to backup.
>>
>> Any clue? Previous upgrades always went fine.
>>
>> pip install -U ReviewBoard==3.0.22
>>
>> (ok)
>>
>> root@srv-flux-dev-01:/# rb-site upgrade /var/www/reviews.XXX.XXX.com
>> WARNING:py.warnings:/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33:
>> CryptographyDeprecationWarning: Python 2 is no longer supported by the
>> Python core team. Support for it is now deprecated in cryptography, and
>> will be removed in the next release.
>>   from cryptography.hazmat.backends import default_backend
>>
>> Rebuilding directory structure
>> Updating database. This may take a while.
>>
>> The log output below, including warnings and errors,
>> can be ignored unless upgrade fails.
>>
>> --  --
>>
>> [!] Unable to execute the manager command syncdb: cannot import name
>> signals
>>
>> [!] Unable to execute the manager command registerscmtools: cannot
>> import name signals
>>
>> [!] Unable to execute the manager command evolve: cannot import name
>> signals
>> ---  ---
>>
>> Resetting in-database caches.
>>
>> [!] Unable to execute the manager command fixreviewcounts: No module
>> named bleach_allowlist
>>
>> Upgrade complete!
>>
>> There are duplicate copies of diffs in your database that can be
>> condensed.
>> These are the result of posting several iterations of a change for review
>> on
>> older versions of Review Board.
>>
>> Removing duplicate diff data will save space in your database and speed up
>> future upgrades.
>>
>> To condense duplicate diffs, type the following:
>>
>> $ rb-site manage /var/www/reviews.XXX.XXX.com condensediffs
>>
>>
>> root@srv-flux-dev-01:/# tail -n30 /var/log/apache2/error.log
>> [Wed May 05 08:20:37.853326 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160] self.load_middleware(),
>> referer: http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853350 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160]   File
>> "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line
>> 45, in load_middleware, referer: http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853385 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160] mw_class =
>> import_by_path(middleware_path), referer:
>> http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853406 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160]   File
>> "/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py",
>> line 26, in import_by_path, referer:
>> http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853438 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160] sys.exc_info()[2]),
>> referer: http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853458 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160]   File
>> "/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py",
>> line 21, in import_by_path, referer:
>> http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853504 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160] module =
>> import_module(module_path), referer:
>> http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853525 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160]   File
>> "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line
>> 40, in import_module, referer: http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853556 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160] __import__(name),
>> referer: http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853575 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160]   File
>> "/usr/local/lib/python2.7/dist-packages/reviewboard/admin/middleware.py",
>> line 9, in , referer: http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853621 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160] from
>> reviewboard.accounts.backends.registry import get_enabled_auth_backends,
>> referer: http://srv-reviewboard:8089/dashboard/
>> [Wed May 05 08:20:37.853653 2021] [wsgi:error] [pid 5063:tid
>> 139949663827712] [client 192.168.4.87:53160]   

Re: Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-05 Thread Christian Hammond
Hi,

Looks like something went wrong with the release. You can get around this
temporarily by doing:

pip install bleach_allowlist

We'll put out a fixed build tonight.

Christian


On Wed, May 5, 2021 at 8:42 AM tw bert  wrote:

> RB breaks when upgrading, we reverted to backup.
>
> Any clue? Previous upgrades always went fine.
>
> pip install -U ReviewBoard==3.0.22
>
> (ok)
>
> root@srv-flux-dev-01:/# rb-site upgrade /var/www/reviews.XXX.XXX.com
> WARNING:py.warnings:/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33:
> CryptographyDeprecationWarning: Python 2 is no longer supported by the
> Python core team. Support for it is now deprecated in cryptography, and
> will be removed in the next release.
>   from cryptography.hazmat.backends import default_backend
>
> Rebuilding directory structure
> Updating database. This may take a while.
>
> The log output below, including warnings and errors,
> can be ignored unless upgrade fails.
>
> --  --
>
> [!] Unable to execute the manager command syncdb: cannot import name
> signals
>
> [!] Unable to execute the manager command registerscmtools: cannot
> import name signals
>
> [!] Unable to execute the manager command evolve: cannot import name
> signals
> ---  ---
>
> Resetting in-database caches.
>
> [!] Unable to execute the manager command fixreviewcounts: No module
> named bleach_allowlist
>
> Upgrade complete!
>
> There are duplicate copies of diffs in your database that can be condensed.
> These are the result of posting several iterations of a change for review
> on
> older versions of Review Board.
>
> Removing duplicate diff data will save space in your database and speed up
> future upgrades.
>
> To condense duplicate diffs, type the following:
>
> $ rb-site manage /var/www/reviews.XXX.XXX.com condensediffs
>
>
> root@srv-flux-dev-01:/# tail -n30 /var/log/apache2/error.log
> [Wed May 05 08:20:37.853326 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160] self.load_middleware(),
> referer: http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853350 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160]   File
> "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line
> 45, in load_middleware, referer: http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853385 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160] mw_class =
> import_by_path(middleware_path), referer:
> http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853406 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160]   File
> "/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py",
> line 26, in import_by_path, referer:
> http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853438 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160] sys.exc_info()[2]),
> referer: http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853458 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160]   File
> "/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py",
> line 21, in import_by_path, referer:
> http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853504 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160] module =
> import_module(module_path), referer:
> http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853525 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160]   File
> "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line
> 40, in import_module, referer: http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853556 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160] __import__(name),
> referer: http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853575 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160]   File
> "/usr/local/lib/python2.7/dist-packages/reviewboard/admin/middleware.py",
> line 9, in , referer: http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853621 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160] from
> reviewboard.accounts.backends.registry import get_enabled_auth_backends,
> referer: http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853653 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160]   File
> "/usr/local/lib/python2.7/dist-packages/reviewboard/accounts/backends/__init__.py",
> line 34, in , referer: http://srv-reviewboard:8089/dashboard/
> [Wed May 05 08:20:37.853686 2021] [wsgi:error] [pid 5063:tid
> 139949663827712] [client 192.168.4.87:53160] from
> reviewboard.accounts.backends.registry import (AuthBackendRegistry,,
> referer: 

Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-05 Thread tw bert
RB breaks when upgrading, we reverted to backup.

Any clue? Previous upgrades always went fine.

pip install -U ReviewBoard==3.0.22

(ok)

root@srv-flux-dev-01:/# rb-site upgrade /var/www/reviews.XXX.XXX.com
WARNING:py.warnings:/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33:
 
CryptographyDeprecationWarning: Python 2 is no longer supported by the 
Python core team. Support for it is now deprecated in cryptography, and 
will be removed in the next release.
  from cryptography.hazmat.backends import default_backend

Rebuilding directory structure
Updating database. This may take a while.

The log output below, including warnings and errors,
can be ignored unless upgrade fails.

--  --

[!] Unable to execute the manager command syncdb: cannot import name
signals

[!] Unable to execute the manager command registerscmtools: cannot
import name signals

[!] Unable to execute the manager command evolve: cannot import name
signals
---  ---

Resetting in-database caches.

[!] Unable to execute the manager command fixreviewcounts: No module
named bleach_allowlist

Upgrade complete!

There are duplicate copies of diffs in your database that can be condensed.
These are the result of posting several iterations of a change for review on
older versions of Review Board.

Removing duplicate diff data will save space in your database and speed up
future upgrades.

To condense duplicate diffs, type the following:

$ rb-site manage /var/www/reviews.XXX.XXX.com condensediffs


root@srv-flux-dev-01:/# tail -n30 /var/log/apache2/error.log
[Wed May 05 08:20:37.853326 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160] self.load_middleware(), 
referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853350 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160]   File 
"/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 
45, in load_middleware, referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853385 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160] mw_class = 
import_by_path(middleware_path), referer: 
http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853406 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160]   File 
"/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py", 
line 26, in import_by_path, referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853438 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160] sys.exc_info()[2]), 
referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853458 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160]   File 
"/usr/local/lib/python2.7/dist-packages/django/utils/module_loading.py", 
line 21, in import_by_path, referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853504 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160] module = 
import_module(module_path), referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853525 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160]   File 
"/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 
40, in import_module, referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853556 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160] __import__(name), referer: 
http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853575 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160]   File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/admin/middleware.py", 
line 9, in , referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853621 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160] from 
reviewboard.accounts.backends.registry import get_enabled_auth_backends, 
referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853653 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160]   File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/accounts/backends/__init__.py",
 
line 34, in , referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853686 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160] from 
reviewboard.accounts.backends.registry import (AuthBackendRegistry,, 
referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853705 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160]   File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/accounts/backends/registry.py",
 
line 15, in , referer: http://srv-reviewboard:8089/dashboard/
[Wed May 05 08:20:37.853736 2021] [wsgi:error] [pid 5063:tid 
139949663827712] [client 192.168.4.87:53160]