fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] bug in latest master?


From: Leo Shklovskii
Subject: Re: [Fab-user] bug in latest master?
Date: Thu, 27 Nov 2008 11:06:34 -0800
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

Awesome, thank you for the quick response!

I'm also seeing a variety of what looks like thread exiting errors after I run Fabric, for example:

...
Done.
Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall'

-----
When I do 'deep' as the fab_mode for the entire deployment I get the following errors:

...
Done.
Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall' Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall' Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1115, in outputter
  File "build\bdist.win32\egg\paramiko\channel.py", line 585, in recv
Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1126, in outputter
  File "C:\Python25\lib\re.py", line 167, in findall
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1115, in outputter
  File "build\bdist.win32\egg\paramiko\channel.py", line 585, in recv
Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall' Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall' Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1117, in outputter
File "build\bdist.win32\egg\paramiko\channel.py", line 635, in recv_stderr Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "build\bdist.win32\egg\paramiko\transport.py", line 1541, in run
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'error'
-----

And if I do the default fab_mode of broad, I get the following:

...
Done.
Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall' Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall' Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1115, in outputter
  File "build\bdist.win32\egg\paramiko\channel.py", line 589, in recv
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1117, in outputter
File "build\bdist.win32\egg\paramiko\channel.py", line 635, in recv_stderr Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall' Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1115, in outputter
  File "build\bdist.win32\egg\paramiko\channel.py", line 585, in recv
Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1117, in outputter
File "build\bdist.win32\egg\paramiko\channel.py", line 635, in recv_stderr Exception in thread [evoworx.com] err (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1117, in outputter
File "build\bdist.win32\egg\paramiko\channel.py", line 639, in recv_stderr
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1124, in outputter
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'findall' Exception in thread [evoworx.com] out (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 460, in __bootstrap
  File "C:\Python25\lib\threading.py", line 440, in run
  File "build\bdist.win32\egg\fabric.py", line 1115, in outputter
  File "build\bdist.win32\egg\paramiko\channel.py", line 585, in recv


--
--Leo

Christian Vest Hansen wrote:
On Thu, Nov 27, 2008 at 5:22 AM, Leo Shklovskii <address@hidden> wrote:
Hi,

I just downloaded the trunk version of Fabric and I'm getting this error
when I try to run invoke in a fabfile:

invoke(foo_bar)
File "build\bdist.win32\egg\fabric.py", line 655, in invoke
TypeError: _execute_command() takes at least 3 non-keyword arguments (2
given)

It looks like the invocation on line 665 doesn't match either of the
signatures of _execute_command(). Is this a bug or am I missing something?

That was a bug and I have pushed a fix.

As a followup question, is trunk/master stable for use in the same way
Django's trunk is? or should I really stick to the release?

We try to keep master "reasonably stable" but that is only in terms of
having the basic stuff work. Master is the working branch and we allow
ourselves to add, remove and change features. For this reason, I
generally wouldn't recommend using master checkouts in a production
setting, but it all comes down to the kind of risk you're willing to
take with release automation. For instance, you might keep your own
tags in your checkout of which versions of master that works with your
fabfiles, and you might feel confident that you know how to handle the
situation if the latest master breaks your fabfiles.

I started with 0.0.9 but ran into trouble running Fabric on windows.

--
--Leo


_______________________________________________
Fab-user mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/fab-user








reply via email to

[Prev in Thread] Current Thread [Next in Thread]