Re: Possible to attach multiple diffs to a draft?

2023-11-09 Thread David Trowbridge
This is not possible to do with a single publish. The best way is probably
to assign it only to yourself, do whatever post/publish steps need to
happen, and then change the assigned reviewers to make it public to your
team.

David

On Thu, Nov 9, 2023 at 9:47 AM geof...@gmail.com 
wrote:

> He have a post-push workflow where we want to trigger a review on already
> pushed data in a git repo.  The upstream branch is not linear, and so 'rbt
> post' often fails due to this.  We can instead use 'rbt post -S' to squash
> the commits and this is fine for our needs, but our workflow actually
> results in the review only being triggered after several pushes have
> happened.  I would like to be able to create a review which squashes each
> push and effectively linearizes the history, such that a history that looks
> like
> A--B--D
>   \-C-/
> (Where D is a merge commit)
> gets linearized as 2 squash diffs A..B and B..D
> He I can achieve this if I create a draft with A..B (as a squash diff),
> publish it, and then add B..D as a new diff, but I would prefer to only
> publish after the review is fully configured.
> If I attempt to use 'rbt post -r # B..D', before publishing, then the diff
> of A..B gets replaced with that of B..D.
> I'm willing to use the API directly for this, but I haven't found the
> right options (if they exist ) so far.
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "Review Board Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/33488028-6292-4206-b16d-42348cdef640n%40googlegroups.com
> 
> .
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CAFS3VNWJ28vMX4CwqnkGEV4tHSZ0oaZhp6og98Vh%2B_vwBfaHRQ%40mail.gmail.com.


Re: Review board stopped working after OS upgrade

2023-11-09 Thread David Trowbridge
If installed via pip, you should be able to use "pip list" to see what
version you have.

>From the errors, it seems like the "paramiko" library was upgraded to a
version that depends on "six", but "six" is not installed. I'd suggest
looking through the paramiko release notes and installing whatever version
was before that dependency was added.

2.0.27 is very old at this point. Obviously your priority is getting things
back up and running, but I'd suggest upgrading to a modern version when you
can.

David

On Thu, Nov 9, 2023 at 2:05 PM noreply optimize <
noreplyoptim...@promaxsaas.com> wrote:

> Hi David,
>
> Before OS upgrade it was  2.0.27. After upgrading OS, I am unable to
> browse to review board site where version can be seen. Is there any command
> to check currently installed version ? If it's not upgraded, it should be
> 2.0.27.
>
> On Thursday, 9 November, 2023 at 9:21:53 pm UTC+5:30 David Trowbridge
> wrote:
>
>> What version of Review Board are you running?
>>
>> David
>>
>> On Thu, Nov 9, 2023 at 8:51 AM noreply optimize <
>> noreply...@promaxsaas.com> wrote:
>>
>>> Hi All,
>>>
>>> I have a Ubuntu 18 LTS machine running review board version 2.0.27
>>> without any issues. Since, Ubuntu 18 has become EOL I upgraded the machine
>>> to Ubuntu 20.04.6 LTS. As a result, all packages on machines including
>>> python, php, mysql and other tools along with dependencies either have been
>>> upgraded or EOL packages have been removed. Now, I am getting error "Review
>>> Board is taking a nap". I am not familiar with Ubuntu OS and review board.
>>> I would appreciate any help offered to solve it.
>>>
>>> Thank you.
>>>
>>> *Error:*
>>> [Fri Nov 10 00:44:46.201174 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] mod_wsgi (pid=257169): Failed to exec Python script
>>> file '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer:
>>> http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201229 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] mod_wsgi (pid=257169): Exception occurred
>>> processing WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi'.,
>>> referer: http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201253 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] Traceback (most recent call last):, referer:
>>> http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201282 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540]   File
>>> "/var/www/reviewboard/htdocs/reviewboard.wsgi", line 3, in ,
>>> referer: http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201340 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] import pkg_resources, referer:
>>> http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201355 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540]   File
>>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
>>> 3095, in , referer: http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201940 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] @_call_aside, referer:
>>> http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201957 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540]   File
>>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
>>> 3079, in _call_aside, referer: http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201978 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] f(*args, **kwargs), referer:
>>> http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.201989 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540]   File
>>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
>>> 3108, in _initialize_master_working_set, referer:
>>> http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.202005 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] working_set = WorkingSet._build_master(),
>>> referer: http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.202016 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540]   File
>>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
>>> 570, in _build_master, referer:
>>> http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.202031 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] ws.require(__requires__), referer:
>>> http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.202041 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540]   File
>>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
>>> 888, in require, referer: http://blr-pmx-dev3/reviewboard/dashboard
>>> [Fri Nov 10 00:44:46.202057 2023] [wsgi:error] [pid 257169] [client
>>> 10.208.62.51:42540] needed =
>>> self.resolve(parse_requirements(requirements)), referer:
>>> 

Re: Review board stopped working after OS upgrade

2023-11-09 Thread noreply optimize
Hi David,

Before OS upgrade it was  2.0.27. After upgrading OS, I am unable to browse 
to review board site where version can be seen. Is there any command to 
check currently installed version ? If it's not upgraded, it should be  
2.0.27.

On Thursday, 9 November, 2023 at 9:21:53 pm UTC+5:30 David Trowbridge wrote:

> What version of Review Board are you running?
>
> David
>
> On Thu, Nov 9, 2023 at 8:51 AM noreply optimize  
> wrote:
>
>> Hi All,
>>
>> I have a Ubuntu 18 LTS machine running review board version 2.0.27 
>> without any issues. Since, Ubuntu 18 has become EOL I upgraded the machine 
>> to Ubuntu 20.04.6 LTS. As a result, all packages on machines including 
>> python, php, mysql and other tools along with dependencies either have been 
>> upgraded or EOL packages have been removed. Now, I am getting error "Review 
>> Board is taking a nap". I am not familiar with Ubuntu OS and review board. 
>> I would appreciate any help offered to solve it.
>>
>> Thank you.
>>
>> *Error:*
>> [Fri Nov 10 00:44:46.201174 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] mod_wsgi (pid=257169): Failed to exec Python script 
>> file '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201229 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] mod_wsgi (pid=257169): Exception occurred processing 
>> WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201253 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] Traceback (most recent call last):, referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201282 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540]   File 
>> "/var/www/reviewboard/htdocs/reviewboard.wsgi", line 3, in , 
>> referer: http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201340 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] import pkg_resources, referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201355 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540]   File 
>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
>> 3095, in , referer: http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201940 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] @_call_aside, referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201957 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540]   File 
>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
>> 3079, in _call_aside, referer: http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201978 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] f(*args, **kwargs), referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.201989 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540]   File 
>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
>> 3108, in _initialize_master_working_set, referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.202005 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] working_set = WorkingSet._build_master(), 
>> referer: http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.202016 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540]   File 
>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
>> 570, in _build_master, referer: http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.202031 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] ws.require(__requires__), referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.202041 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540]   File 
>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
>> 888, in require, referer: http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.202057 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] needed = 
>> self.resolve(parse_requirements(requirements)), referer: 
>> http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.202067 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540]   File 
>> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
>> 774, in resolve, referer: http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.202096 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] raise DistributionNotFound(req, requirers), 
>> referer: http://blr-pmx-dev3/reviewboard/dashboard
>> [Fri Nov 10 00:44:46.202162 2023] [wsgi:error] [pid 257169] [client 
>> 10.208.62.51:42540] DistributionNotFound: The 'six' distribution was not 
>> found and is required by paramiko, referer: 
>> 

Possible to attach multiple diffs to a draft?

2023-11-09 Thread geof...@gmail.com
He have a post-push workflow where we want to trigger a review on already 
pushed data in a git repo.  The upstream branch is not linear, and so 'rbt 
post' often fails due to this.  We can instead use 'rbt post -S' to squash 
the commits and this is fine for our needs, but our workflow actually 
results in the review only being triggered after several pushes have 
happened.  I would like to be able to create a review which squashes each 
push and effectively linearizes the history, such that a history that looks 
like
A--B--D
  \-C-/
(Where D is a merge commit)
gets linearized as 2 squash diffs A..B and B..D
He I can achieve this if I create a draft with A..B (as a squash diff), 
publish it, and then add B..D as a new diff, but I would prefer to only 
publish after the review is fully configured. 
If I attempt to use 'rbt post -r # B..D', before publishing, then the diff 
of A..B gets replaced with that of B..D.
I'm willing to use the API directly for this, but I haven't found the right 
options (if they exist ) so far.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/33488028-6292-4206-b16d-42348cdef640n%40googlegroups.com.


Re: Review board stopped working after OS upgrade

2023-11-09 Thread David Trowbridge
What version of Review Board are you running?

David

On Thu, Nov 9, 2023 at 8:51 AM noreply optimize <
noreplyoptim...@promaxsaas.com> wrote:

> Hi All,
>
> I have a Ubuntu 18 LTS machine running review board version 2.0.27 without
> any issues. Since, Ubuntu 18 has become EOL I upgraded the machine to
> Ubuntu 20.04.6 LTS. As a result, all packages on machines including python,
> php, mysql and other tools along with dependencies either have been
> upgraded or EOL packages have been removed. Now, I am getting error "Review
> Board is taking a nap". I am not familiar with Ubuntu OS and review board.
> I would appreciate any help offered to solve it.
>
> Thank you.
>
> *Error:*
> [Fri Nov 10 00:44:46.201174 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] mod_wsgi (pid=257169): Failed to exec Python script
> file '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201229 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] mod_wsgi (pid=257169): Exception occurred processing
> WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201253 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] Traceback (most recent call last):, referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201282 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540]   File
> "/var/www/reviewboard/htdocs/reviewboard.wsgi", line 3, in ,
> referer: http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201340 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] import pkg_resources, referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201355 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540]   File
> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
> 3095, in , referer: http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201940 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] @_call_aside, referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201957 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540]   File
> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
> 3079, in _call_aside, referer: http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201978 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] f(*args, **kwargs), referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.201989 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540]   File
> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
> 3108, in _initialize_master_working_set, referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.202005 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] working_set = WorkingSet._build_master(),
> referer: http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.202016 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540]   File
> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
> 570, in _build_master, referer: http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.202031 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] ws.require(__requires__), referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.202041 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540]   File
> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
> 888, in require, referer: http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.202057 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] needed =
> self.resolve(parse_requirements(requirements)), referer:
> http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.202067 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540]   File
> "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
> 774, in resolve, referer: http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.202096 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] raise DistributionNotFound(req, requirers),
> referer: http://blr-pmx-dev3/reviewboard/dashboard
> [Fri Nov 10 00:44:46.202162 2023] [wsgi:error] [pid 257169] [client
> 10.208.62.51:42540] DistributionNotFound: The 'six' distribution was not
> found and is required by paramiko, referer:
> http://blr-pmx-dev3/reviewboard/dashboard
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "Review Board Community" group.
> To unsubscribe from this group and 

Review board stopped working after OS upgrade

2023-11-09 Thread noreply optimize
Hi All,

I have a Ubuntu 18 LTS machine running review board version 2.0.27 without 
any issues. Since, Ubuntu 18 has become EOL I upgraded the machine to 
Ubuntu 20.04.6 LTS. As a result, all packages on machines including python, 
php, mysql and other tools along with dependencies either have been 
upgraded or EOL packages have been removed. Now, I am getting error "Review 
Board is taking a nap". I am not familiar with Ubuntu OS and review board. 
I would appreciate any help offered to solve it.

Thank you.

*Error:*
[Fri Nov 10 00:44:46.201174 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] mod_wsgi (pid=257169): Failed to exec Python script 
file '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201229 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] mod_wsgi (pid=257169): Exception occurred processing 
WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201253 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] Traceback (most recent call last):, referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201282 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540]   File "/var/www/reviewboard/htdocs/reviewboard.wsgi", 
line 3, in , referer: http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201340 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] import pkg_resources, referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201355 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540]   File 
"/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
3095, in , referer: http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201940 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] @_call_aside, referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201957 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540]   File 
"/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
3079, in _call_aside, referer: http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201978 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] f(*args, **kwargs), referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.201989 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540]   File 
"/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
3108, in _initialize_master_working_set, referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.202005 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] working_set = WorkingSet._build_master(), referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.202016 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540]   File 
"/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
570, in _build_master, referer: http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.202031 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] ws.require(__requires__), referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.202041 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540]   File 
"/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
888, in require, referer: http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.202057 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] needed = 
self.resolve(parse_requirements(requirements)), referer: 
http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.202067 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540]   File 
"/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
774, in resolve, referer: http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.202096 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] raise DistributionNotFound(req, requirers), 
referer: http://blr-pmx-dev3/reviewboard/dashboard
[Fri Nov 10 00:44:46.202162 2023] [wsgi:error] [pid 257169] [client 
10.208.62.51:42540] DistributionNotFound: The 'six' distribution was not 
found and is required by paramiko, referer: 
http://blr-pmx-dev3/reviewboard/dashboard

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/f38b0de1-8f2b-47c5-a3af-d566260726ccn%40googlegroups.com.