(view as text)
Making check in .
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build'
podir=./po; \
localedir=./locale; \
make -C $podir; \
for file in $(ls $podir/*.gmo); do \
lang=`basename $file .gmo`; \
dir=$localedir/$lang/LC_MESSAGES; \
mkdir -p $dir; \
echo "installing $podir/$lang.gmo as $dir/flumotion.mo"; \
install $podir/$lang.gmo $dir/flumotion.mo; \
done;
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/po'
installing ./po/ca.gmo as ./locale/ca/LC_MESSAGES/flumotion.mo
installing ./po/es.gmo as ./locale/es/LC_MESSAGES/flumotion.mo
installing ./po/fr.gmo as ./locale/fr/LC_MESSAGES/flumotion.mo
installing ./po/nb.gmo as ./locale/nb/LC_MESSAGES/flumotion.mo
installing ./po/nl.gmo as ./locale/nl/LC_MESSAGES/flumotion.mo
installing ./po/pt_BR.gmo as ./locale/pt_BR/LC_MESSAGES/flumotion.mo
installing ./po/sv.gmo as ./locale/sv/LC_MESSAGES/flumotion.mo
make check-local
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build'
find ./flumotion -name \*.py | sort | uniq | xargs /usr/bin/python ./common/pep8.py --repeat
find ./flumotion -name \*.py.in | sort | uniq | xargs /usr/bin/python ./common/pep8.py --repeat
./env bash -c "export PYTHONPATH=:. && export FLU_PROJECT_PATH=. && /usr/bin/python ./common/validate-registry.py"
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameSha256Password(credentials.ICredentials):
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build'
Making check in bin
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/bin'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/bin'
Making check in conf
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/conf'
make check-local
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/conf'
ret=0; for f in examples/bouncer.xml examples/ipbouncer.xml examples/twores.xml examples/default.xml examples/discont.xml examples/ondemand.xml examples/ondemand-cache.xml; do echo "Validating $f"; ../env bash -c "export PYTHONPATH=:.. && /usr/bin/python ../common/validate-config.py ./$f" || ret=1; done && exit $ret
Validating examples/bouncer.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameSha256Password(credentials.ICredentials):
Validating examples/ipbouncer.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameSha256Password(credentials.ICredentials):
Validating examples/twores.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameSha256Password(credentials.ICredentials):
Validating examples/default.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameSha256Password(credentials.ICredentials):
Validating examples/discont.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameSha256Password(credentials.ICredentials):
Validating examples/ondemand.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameSha256Password(credentials.ICredentials):
Validating examples/ondemand-cache.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
class IUsernameSha256Password(credentials.ICredentials):
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/conf'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/conf'
Making check in data
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data'
Making check in glade
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/glade'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/glade'
Making check in image
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image'
Making check in wizard
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image/wizard'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image/wizard'
Making check in 16x16
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image/16x16'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image/16x16'
Making check in 24x24
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image/24x24'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image/24x24'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data/image'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/data'
Making check in flumotion
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion'
Making check in admin
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin'
Making check in assistant
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/assistant'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/assistant'
Making check in command
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/command'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/command'
Making check in gtk
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/gtk'
if test -e videotest.pyc; then rm videotest.pyc; fi
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/gtk'
Making check in rrdmon
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/rrdmon'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/rrdmon'
Making check in text
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/text'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/text'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin'
Making check in common
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common'
Making check in component
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component'
Making check in base
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/base'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/base'
Making check in bouncers
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/bouncers'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/bouncers'
Making check in combiners
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/combiners'
Making check in composite
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/combiners/composite'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/combiners/composite'
Making check in switch
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/combiners/switch'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/combiners/switch'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/combiners'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/combiners'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/combiners'
Making check in consumers
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers'
Making check in disker
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/disker'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/disker'
Making check in gdp
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/gdp'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/gdp'
Making check in httpstreamer
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/httpstreamer'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/httpstreamer'
Making check in preview
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/preview'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/preview'
Making check in shout2
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/shout2'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/shout2'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers'
Making check in converters
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/converters'
Making check in overlay
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/converters/overlay'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/converters/overlay'
Making check in pipeline
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/converters/pipeline'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/converters/pipeline'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/converters'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/converters'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/converters'
Making check in effects
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/effects'
Making check in colorbalance
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/effects/colorbalance'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/effects/colorbalance'
Making check in volume
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/effects/volume'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/effects/volume'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/effects'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/effects'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/effects'
Making check in encoders
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/encoders'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/encoders'
Making check in misc
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc'
Making check in httpserver
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc/httpserver'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc/httpserver'
Making check in porter
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc/porter'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc/porter'
Making check in repeater
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc/repeater'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc/repeater'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/misc'
Making check in muxers
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/muxers'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/muxers'
Making check in plugs
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/plugs'
Making check in cortado
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/plugs/cortado'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/plugs/cortado'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/plugs'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/plugs'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/plugs'
Making check in producers
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers'
Making check in audiotest
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/audiotest'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/audiotest'
Making check in bttv
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/bttv'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/bttv'
Making check in firewire
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/firewire'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/firewire'
Making check in icecast
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/icecast'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/icecast'
Making check in ivtv
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/ivtv'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/ivtv'
Making check in pipeline
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/pipeline'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/pipeline'
Making check in playlist
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/playlist'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/playlist'
Making check in rtsp
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/rtsp'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/rtsp'
Making check in screencast
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/screencast'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/screencast'
Making check in soundcard
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/soundcard'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/soundcard'
Making check in videotest
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/videotest'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/videotest'
Making check in webcam
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/webcam'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/webcam'
Making check in looper
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/looper'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/looper'
Making check in unixdomain
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/unixdomain'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/unixdomain'
Making check in gdp
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/gdp'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers/gdp'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/producers'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component'
Making check in configure
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/configure'
make check-am
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/configure'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/configure'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/configure'
Making check in extern
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern'
Making check in fdpass
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern/fdpass'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern/fdpass'
Making check in pytrayicon
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern/pytrayicon'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern/pytrayicon'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern'
make check-local
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern'
PYTHONPATH=.:$PYTHONPATH trial log.test_log
Running 26 tests.
log.test_log
TestGetExceptionMessage
testLevel2 ... [32;1m[OK][0m
testLevel3 ... [32;1m[OK][0m
TestLog
testAddLogHandlerRaises ... [32;1m[OK][0m
testEllipsize ... [32;1m[OK][0m
testFormatStrings ... [32;1m[OK][0m
testGetFileLine ... [32;1m[OK][0m
testGetFormattedLevelName ... [32;1m[OK][0m
testGetLevelInt ... [32;1m[OK][0m
testGetLevelName ... [32;1m[OK][0m
testLimitInvisible ... [32;1m[OK][0m
testLimitedError ... [32;1m[OK][0m
testLimitedVisible ... [32;1m[OK][0m
testLogHandler ... [32;1m[OK][0m
testLogHandlerLimitedLevels ... [32;1m[OK][0m
testSetDebug ... [32;1m[OK][0m
TestLogNames
testGetLevelCode ... [32;1m[OK][0m
testGetLevelName ... [32;1m[OK][0m
testGetLevelNames ... [32;1m[OK][0m
TestLogSettings
testSet ... [32;1m[OK][0m
TestOwnLogHandler
testLogHandlerAssertion ... [32;1m[OK][0m
testOwnLogHandlerLimited ... [32;1m[OK][0m
TestWriteMark
testWriteMarkInDebug ... [32;1m[OK][0m
testWriteMarkInError ... [32;1m[OK][0m
testWriteMarkInInfo ... [32;1m[OK][0m
testWriteMarkInLog ... [32;1m[OK][0m
testWriteMarkInWarn ... [32;1m[OK][0m
-------------------------------------------------------------------------------
Ran 26 tests in 0.168s
PASSED (successes=26)
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/extern'
Making check in job
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/job'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/job'
Making check in launch
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/launch'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/launch'
Making check in manager
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/manager'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/manager'
Making check in monitor
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/monitor'
Making check in nagios
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/monitor/nagios'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/monitor/nagios'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/monitor'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/monitor'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/monitor'
Making check in project
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/project'
make check-am
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/project'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/project'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/project'
Making check in service
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/service'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/service'
Making check in scenario
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario'
Making check in live
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario/live'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario/live'
Making check in ondemand
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario/ondemand'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario/ondemand'
Making check in steps
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario/steps'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario/steps'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/scenario'
Making check in test
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/test'
make check-local
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/test'
../../env ../../common/flumotion-trial -r default \
flumotion.test 2>&1 \
| tee trial.test.log; \
if ! test ${PIPESTATUS[0]} -eq 0; \
then \
make rm-trial-test-log; \
exit 1; \
fi; \
../../env ../../common/flumotion-trial -r gtk2 \
flumotion.test 2>&1 \
| tee -a trial.test.log; \
if test ${PIPESTATUS[0]} -eq 0; \
then \
rm -fr ../../flumotion/test/_trial_temp; \
if test -e trial.test.log; then \
if grep "Could not import" trial.test.log > /dev/null; \
then \
exit 1; \
fi; \
fi; \
make rm-trial-test-log; \
else \
make rm-trial-test-log; \
exit 1; \
fi
/home/buildbot/svn/twisted/tags/release-2.1.0/twisted/internet/default.py:16: DeprecationWarning: twisted.internet.default is deprecated. Use posixbase or selectreactor instead.
warnings.warn("twisted.internet.default is deprecated. Use posixbase or selectreactor instead.", category=DeprecationWarning)
Using twisted.internet.default reactor
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/registry.py:918: exceptions.DeprecationWarning: Please add '_description=...' attribute to plug 'frobulator'
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/registry.py:918: exceptions.DeprecationWarning: Please add '_description=...' attribute to plug 'test-adminaction'
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/registry.py:918: exceptions.DeprecationWarning: Please add '_description=...' attribute to plug 'compoundulator'
Running 633 tests.
flumotion.test.test_admin_admin
AdminTest
testConnectFailure ...
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login
[32;1m[OK][0m
testConnectSuccess ... [32;1m[OK][0m
testConstructor ... [32;1m[OK][0m
testReconnect ... [32;1m[OK][0m
flumotion.test.test_admin_config
AdminConfigTest
testMinimal ... [32;1m[OK][0m
testMinimal2 ... [32;1m[OK][0m
testMinimal3 ... [32;1m[OK][0m
testUnknownPlug ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'plugdoesnotexist')
[32;1m[OK][0m
testUnknownSocket ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'frobulator')
[32;1m[OK][0m
flumotion.test.test_admin_connections
AdminConnectiontionsTest
testGetRecentConnections ... [32;1m[OK][0m
flumotion.test.test_admin_multi
MultiAdminTest
testConnectFailure ...
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login
[32;1m[OK][0m
testConnectSuccess ... [32;1m[OK][0m
testConstructor ... [32;1m[OK][0m
testReconnect ... [32;1m[OK][0m
flumotion.test.test_checkers
TestCryptCheckerAddUser
testCredCrypt ... [32;1m[OK][0m
testCredCryptWrongPassword ... [32;1m[OK][0m
testCredCryptWrongSalt ... [32;1m[OK][0m
testCredCryptWrongUser ... [32;1m[OK][0m
testCredPlaintext ... [32;1m[OK][0m
testCredPlaintextWrongPassword ... [32;1m[OK][0m
testCredPlaintextWrongUser ... [32;1m[OK][0m
TestCryptCheckerInit
testCredPlaintext ... [32;1m[OK][0m
TestFlexibleWithPassword
testCredPlaintextCorrect ... [32;1m[OK][0m
testCredPlaintextCorrectWithId ... [32;1m[OK][0m
testCredPlaintextWrong ... [32;1m[OK][0m
TestFlexibleWithoutPassword
testCredPlaintextCorrect ... [32;1m[OK][0m
testCredPlaintextCorrectWithId ... [32;1m[OK][0m
flumotion.test.test_common
TestCompareVersions
testBadVersion ... [32;1m[OK][0m
testBigger ... [32;1m[OK][0m
testEquals ... [32;1m[OK][0m
testSmaller ... [32;1m[OK][0m
TestComponentPath
testPath ... [32;1m[OK][0m
TestEnsureDir
testExisting ... [32;1m[OK][0m
testNonExisting ... [32;1m[OK][0m
TestInitMixin
testInitA ... [32;1m[OK][0m
testInitB ... [32;1m[OK][0m
testInitC ... [32;1m[OK][0m
testInitD ... [32;1m[OK][0m
TestObjRepr
testMe ... [32;1m[OK][0m
TestPathToModule
testPaths ... [32;1m[OK][0m
TestVersion
testVersion ... [32;1m[OK][0m
test_versionTupleToString ... [32;1m[OK][0m
flumotion.test.test_common_avltree
TestAVLTree
testInsertAscendingRemoveAscending ... [32;1m[OK][0m
testInsertAscendingRemoveDescending ... [32;1m[OK][0m
testInsertDescendingRemoveAscending ... [32;1m[OK][0m
testInsertDescendingRemoveDescending ... [32;1m[OK][0m
testInsertRandomRemoveRandom ... [32;1m[OK][0m
flumotion.test.test_common_bundle
TestBundler
testBundlerOneFile ... [32;1m[OK][0m
testBundlerOneSum ... [32;1m[OK][0m
testBundlerTwoFiles ... [32;1m[OK][0m
testBundlerTwoSum ... [32;1m[OK][0m
TestBundlerBasket
testBundlerBasketAdd ... [32;1m[OK][0m
testBundlerBasketAddUnique ... [32;1m[OK][0m
testBundlerBasketDepend ... [32;1m[OK][0m
testBundlerBasketFile ... [32;1m[OK][0m
testBundlerBasketImport ... [32;1m[OK][0m
testBundlerBasketName ... [32;1m[OK][0m
testBundlerBasketPackage ... [32;1m[OK][0m
TestUnbundler
testUnbundler ... [32;1m[OK][0m
testUnbundlerRelative ... [32;1m[OK][0m
flumotion.test.test_common_componentui
TestStateSet
testSimpleStateListener ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/test/test_common_componentui.py:147: exceptions.DeprecationWarning: Please use the set_ kwarg instead
[32;1m[OK][0m
testStateAppend ... [32;1m[OK][0m
testStateListener ... [32;1m[OK][0m
testStateListenerIntermediate ... [32;1m[OK][0m
testStateSaveReference ... [32;1m[OK][0m
testStateSet ... [32;1m[OK][0m
flumotion.test.test_common_connection
TestConnection
testParse ... [32;1m[OK][0m
flumotion.test.test_common_eventcalendar
CalendarParserTestCase
testDaylightSavingsChange ... [32;1m[OK][0m
testExDate ... [34;1m[SKIPPED][0m
testMultipleRRule ... [32;1m[OK][0m
EventSetTestCase
testExAsStartDateWithRecurrence ... [32;1m[OK][0m
testExWithRecurrence ... [32;1m[OK][0m
testGetPointSingle ... [32;1m[OK][0m
testGetPointsRecur ... [32;1m[OK][0m
testGetPointsRecurUntil ... [32;1m[OK][0m
testRecurrenceOverMidnight ... [32;1m[OK][0m
EventTest
testComparison ... [32;1m[OK][0m
testSimple ... [32;1m[OK][0m
testTimeZones ... [32;1m[OK][0m
FunctionsTest
testToDateTime ... [32;1m[OK][0m
ICalSchedulerURGentTest
testVerifyPoints ... [32;1m[OK][0m
test_getActiveEventInstances ... [32;1m[OK][0m
ICalendarTest
testParseCalendar ... [32;1m[OK][0m
testParseCalendarFromFile ... [32;1m[OK][0m
testParseCalendarWithDateTimes ... [32;1m[OK][0m
testParseCalendarWithDates ... [32;1m[OK][0m
testParseCalendarWithStartDateAndEndDateTime ... [32;1m[OK][0m
testParseCalendarWithStartDateTimeAndEndDate ... [32;1m[OK][0m
ManualCalendarTest
testAddEvent ... [32;1m[OK][0m
testAddEventsWithDifferentUID ... [32;1m[OK][0m
testAddEventsWithSameUID ... [32;1m[OK][0m
testCurrentEventsDoNotEndBeforeNow ... [32;1m[OK][0m
testCurrentEventsDoNotStartLaterThanTomorrow ... [32;1m[OK][0m
testGetActiveRecurrenceId ... [32;1m[OK][0m
testGetActiveSimple ... [32;1m[OK][0m
testOverMidnight ... [32;1m[OK][0m
testRecurrenceEventsDaily ... [32;1m[OK][0m
testRecurrenceEventsHourly ... [32;1m[OK][0m
testRecurrenceEventsOverMidnight ... [32;1m[OK][0m
testRecurrenceEventsWhereExDateIsNotNow ... [32;1m[OK][0m
testRecurrenceEventsWhereExDateIsNotStartDate ... [32;1m[OK][0m
testRecurrenceEventsWhereExDateIsStartDate ... [32;1m[OK][0m
iCalTestCase
testGetPoints ... [32;1m[OK][0m
testRecurrenceId ... [32;1m[OK][0m
flumotion.test.test_common_format
TestFormatStorage
testBytes ... [32;1m[OK][0m
testExbibyte ... [32;1m[OK][0m
testGibibyte ... [32;1m[OK][0m
testKibibyte ... [32;1m[OK][0m
testMebibyte ... [32;1m[OK][0m
testMegabyte ... [32;1m[OK][0m
testPebibyte ... [32;1m[OK][0m
testTebibyte ... [32;1m[OK][0m
TestFormatTime
testDay ... [32;1m[OK][0m
testDays ... [32;1m[OK][0m
testFractionalSecond ... [32;1m[OK][0m
testHourMinuteSecond ... [32;1m[OK][0m
testMinuteSecond ... [32;1m[OK][0m
testReallyLong ... [32;1m[OK][0m
testSecond ... [32;1m[OK][0m
testWeek ... [32;1m[OK][0m
testWeeks ... [32;1m[OK][0m
testYear ... [32;1m[OK][0m
flumotion.test.test_common_fraction
TestFraction
testFractionAsFloat ... [32;1m[OK][0m
testFractionAsString ... [32;1m[OK][0m
testFractionFromValue ... [32;1m[OK][0m
flumotion.test.test_common_gstreamer
Caps
testCaps ... [32;1m[OK][0m
testCapsStreamheader ... [32;1m[OK][0m
DeepNotify
testDeepNotify ... [32;1m[OK][0m
Factory
testFakeSrc ... [32;1m[OK][0m
TestProperty
testHasProperty ... [32;1m[OK][0m
testHasPropertyValue ... [32;1m[OK][0m
flumotion.test.test_common_messages
PBSerializationTest
testGetEqualTranslatableTwice ... [32;1m[OK][0m
testGetSameMessageTwice ... [32;1m[OK][0m
testGetSameTranslatableTwice ... [32;1m[OK][0m
testMessageAppendRemove ... [32;1m[OK][0m
ResultTest
testSerializeWithError ... [32;1m[OK][0m
testSerializeWithWarning ... [32;1m[OK][0m
SerializeTest
testCreate ... [32;1m[OK][0m
testDefaultMessageId ... [32;1m[OK][0m
testSerialize ... [32;1m[OK][0m
flumotion.test.test_common_netutils
TestAddress
testGetHost ... [32;1m[OK][0m
testGetPort ... [32;1m[OK][0m
TestIpv4Parse
testIpv4Parse ... [32;1m[OK][0m
testIpv4ParseString ... [32;1m[OK][0m
TestRoutingTable
testAddRemove ... [32;1m[OK][0m
testBasicRouting ... [32;1m[OK][0m
testIterHumanReadable ... [32;1m[OK][0m
testParseFromFile ... [32;1m[OK][0m
testRouteIteration ... [32;1m[OK][0m
testRouteNamesOrder ... [32;1m[OK][0m
testRoutingPrecedence ... [32;1m[OK][0m
flumotion.test.test_common_package
TestPackagePath
testCurrent ... [32;1m[OK][0m
testPackagerWithNonePrefix ... [32;1m[OK][0m
testPyRegisterBeforeImportWithoutHooks ... [32;1m[OK][0m
testRegisterBeforeImportWithPackager ... [32;1m[OK][0m
testRegisterNewPackagePath ... [32;1m[OK][0m
testTwoStackedProjects ... [32;1m[OK][0m
TestRecursively
testListDir ... [32;1m[OK][0m
testListPyfile ... [32;1m[OK][0m
flumotion.test.test_common_planet
AllComponentStateTest
testClass ... [32;1m[OK][0m
testMood ... [32;1m[OK][0m
InvalidateTest
testInvalidate ... [32;1m[OK][0m
ListenerTest
testMood ... [32;1m[OK][0m
ManagerComponentStateTest
testGetSet ... [32;1m[OK][0m
testSetWrongArg ... [32;1m[OK][0m
flumotion.test.test_common_process
TestPid
testAll ... [32;1m[OK][0m
TestProcess
testKillPid ... [32;1m[OK][0m
testTermPid ... [32;1m[OK][0m
test_checkPidRunning ... [32;1m[OK][0m
flumotion.test.test_common_pygobject
SetProperty
testButton ... [32;1m[OK][0m
TestPyGObject
testPyGObject ... [32;1m[OK][0m
flumotion.test.test_common_signals
TestSignalMixin
testDisconnect ... [32;1m[OK][0m
testDisconnectByFunc ... [32;1m[OK][0m
testEmitSelf ... [32;1m[OK][0m
testMixin ... [32;1m[OK][0m
flumotion.test.test_common_vfs
VFSTest
testListDirectory ... [32;1m[OK][0m
flumotion.test.test_common_xmlwriter
TestCompareComponentTypes
testComplete ... [32;1m[OK][0m
testEncoderMuxer ... [32;1m[OK][0m
testProducerEncoderMuxer ... [32;1m[OK][0m
TestXMLWriter
testIndent ... [32;1m[OK][0m
testPush ... [32;1m[OK][0m
testWriteLine ... [32;1m[OK][0m
testWriteTag ... [32;1m[OK][0m
testWriteTagAttr ... [32;1m[OK][0m
testWriteTagAttrData ... [32;1m[OK][0m
testWriteTagData ... [32;1m[OK][0m
flumotion.test.test_component
TestExpandElementNames
testOddDelimeters ... [32;1m[OK][0m
TestParser
testErrors ... [32;1m[OK][0m
testOneFeed ... [32;1m[OK][0m
testOneFeedWithout ... [32;1m[OK][0m
testOneSource ... [32;1m[OK][0m
testOneSourceWithout ... [32;1m[OK][0m
testSimpleOneElement ... [32;1m[OK][0m
testSimpleTwoElements ... [32;1m[OK][0m
testTwoBoth ... [32;1m[OK][0m
testTwoFeeds ... [32;1m[OK][0m
testTwoSources ... [32;1m[OK][0m
flumotion.test.test_component_base_scheduler
SchedulerTest
testDefaultScheduledCallbackWhenAfterTheWindowSize ... [32;1m[OK][0m
testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize ... [32;1m[OK][0m
testInstantiate ... [32;1m[OK][0m
testScheduledEndCallbackWhenEndInWindowSize ... [32;1m[OK][0m
testScheduledNotACallbackWhenCancelled ... [32;1m[OK][0m
testScheduledStartCallbackWhenStartInWindowSize ... [32;1m[OK][0m
testSubscribe ... [32;1m[OK][0m
testUnsubscribe ... [32;1m[OK][0m
testWindowSizeByDefault ... [32;1m[OK][0m
flumotion.test.test_component_base_watcher
WatcherTest
testInstantiate ... [32;1m[OK][0m
flumotion.test.test_component_bouncers_bouncer
TrivialBouncerTest
testAuthentication ... [32;1m[OK][0m
testAutoExpire ... [32;1m[OK][0m
testHarness ... [32;1m[OK][0m
testKeepAlive ... [32;1m[OK][0m
testTimeoutAlgorithm ... [32;1m[OK][0m
flumotion.test.test_component_bouncers_bouncer_authsession
AuthSessionBouncerTestCase
testEarlyCanceling ... [32;1m[OK][0m
testLateCanceling ... [32;1m[OK][0m
testNormalBehaviors ... [32;1m[OK][0m
testSessionExpiration ... [32;1m[OK][0m
flumotion.test.test_component_bouncers_component
TrivialBouncerTest
testAuthentication ... [32;1m[OK][0m
testAutoExpire ... [32;1m[OK][0m
testHarness ... [32;1m[OK][0m
testKeepAlive ... [32;1m[OK][0m
testTimeoutAlgorithm ... [32;1m[OK][0m
flumotion.test.test_component_bouncers_plug
TrivialBouncerTest
testAuthentication ... [32;1m[OK][0m
testAutoExpire ... [32;1m[OK][0m
testHarness ... [32;1m[OK][0m
testKeepAlive ... [32;1m[OK][0m
testTimeoutAlgorithm ... [32;1m[OK][0m
flumotion.test.test_component_disker
TestConfig
test_config_minimal ... [34;1m[SKIPPED][0m
test_config_rotate_invalid ... [34;1m[SKIPPED][0m
test_config_rotate_size ... [34;1m[SKIPPED][0m
test_config_rotate_size_no_size ... [34;1m[SKIPPED][0m
test_config_rotate_time ... [34;1m[SKIPPED][0m
test_config_rotate_time_no_time ... [34;1m[SKIPPED][0m
TestFlow
test_size_disker_running_and_happy ... [34;1m[SKIPPED][0m
test_time_disker_running_and_happy ... [34;1m[SKIPPED][0m
flumotion.test.test_component_feed
TestDownstreamFeedClient
testConnectAndFeed ... [32;1m[OK][0m
testRequestFeed ... [32;1m[OK][0m
TestFeedClient
testBadPass ...
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login
[32;1m[OK][0m
testConnectWithoutDroppingPB ... [32;1m[OK][0m
TestUpstreamFeedClient
testConnectAndFeed ... [32;1m[OK][0m
testRequestFeed ... [32;1m[OK][0m
flumotion.test.test_component_feedcomponent
TestFeedComponentMedium
test1277 ... [32;1m[OK][0m
testRemoteEatFrom ... [32;1m[OK][0m
flumotion.test.test_component_feeder
TestFeeder
testReconnect ... [32;1m[OK][0m
test_clientConnected ... [32;1m[OK][0m
flumotion.test.test_component_httpserver
MountTest
testDirMountEmpty ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/base/http.py:264: exceptions.DeprecationWarning: Set the domain on the keycard directly.
[32;1m[OK][0m
testDirMountOnDemand ... [32;1m[OK][0m
testDirMountRoot ... [32;1m[OK][0m
testFileMountEmpty ... [32;1m[OK][0m
testFileMountOnDemand ... [32;1m[OK][0m
PlugTest
testSetRootResource ... [32;1m[OK][0m
testSetRootResourceMultiple ... [34;1m[SKIPPED][0m
TestDirectory
testFLV ... [32;1m[OK][0m
testFLVRangeStart ... [32;1m[OK][0m
testFLVStart ... [32;1m[OK][0m
testFLVStartZero ... [32;1m[OK][0m
testGetChild ... [32;1m[OK][0m
TestTextFile
testFull ... [32;1m[OK][0m
testRange ... [32;1m[OK][0m
testRangeHead ... [32;1m[OK][0m
testRangeSet ... [32;1m[OK][0m
testRangeStart ... [32;1m[OK][0m
testRangeSuffix ... [32;1m[OK][0m
testRangeSuffixTooBig ... [32;1m[OK][0m
testWrongEmptyBytesRange ... [32;1m[OK][0m
testWrongNoRange ... [32;1m[OK][0m
testWrongRange ... [32;1m[OK][0m
testWrongTypeRange ... [32;1m[OK][0m
flumotion.test.test_component_httpstreamer
TestOldProperties
testPropertiesConverted ... [32;1m[OK][0m
TestStreamDataNoPlug
testGetStreamData ... [32;1m[OK][0m
TestStreamDataPlug
testGetStreamData ... [34;1m[SKIPPED][0m
flumotion.test.test_component_init
TestInit
testInit ... [32;1m[OK][0m
flumotion.test.test_component_padmonitor
TestPadMonitor
testPadMonitorActivation ... [32;1m[OK][0m
testPadMonitorTimeout ... [32;1m[OK][0m
flumotion.test.test_component_playlist
TestPlaylist
testAddOverlappingItems ... [32;1m[OK][0m
testAddOverlappingItemsReverse ... [32;1m[OK][0m
testAddRemoveMultipleItems ... [32;1m[OK][0m
testAddRemoveRepeatedly ... [32;1m[OK][0m
testAddRemoveSingleItem ... [32;1m[OK][0m
testAddSingleItem ... [32;1m[OK][0m
TestPlaylistXMLParser
testItemsSortedMultiple ... [32;1m[OK][0m
testItemsSortedSingle ... [32;1m[OK][0m
testParseErrorInBlocking ... [32;1m[OK][0m
flumotion.test.test_comptest
TestCompTestFlow
testRunFailGstLinking ... [34;1m[SKIPPED][0m
testRunProvidesClocking ... [34;1m[SKIPPED][0m
testRunStartTimeout ... [34;1m[SKIPPED][0m
testRunStartedThenFails ... [34;1m[SKIPPED][0m
testRunStartedThenFlowAndStopFail ... [34;1m[SKIPPED][0m
testRunStopTimeout ... [34;1m[SKIPPED][0m
testRunTasksChainedAndFired ... [34;1m[SKIPPED][0m
testRunTasksTimeout ... [34;1m[SKIPPED][0m
testRunWithDelays ... [34;1m[SKIPPED][0m
testSetupFailGstLinking ... [34;1m[SKIPPED][0m
testSetupStartedAndHappy ... [34;1m[SKIPPED][0m
TestCompTestGtk2Reactorness
testGtk2Supportness ... [32;1m[OK][0m
TestCompTestSetup
testAutoLinking ... [34;1m[SKIPPED][0m
testDontAutoLinkLinked ... [34;1m[SKIPPED][0m
testMasterClock ... [34;1m[SKIPPED][0m
testSuccess ... [34;1m[SKIPPED][0m
testTrivial ... [34;1m[SKIPPED][0m
TestComponentWrapper
testGetUniqueName ... [32;1m[OK][0m
testGstreamerError ... [32;1m[OK][0m
testInstantiateErrors ... [32;1m[OK][0m
testInvalidType ... [32;1m[OK][0m
testNonDefaultLink ... [32;1m[OK][0m
testSimpleLink ... [32;1m[OK][0m
testValidType ... [32;1m[OK][0m
flumotion.test.test_config
TestConfig
testClockMasterAutoSelection ... [32;1m[OK][0m
testClockMasterError ... [32;1m[OK][0m
testClockMasterUserSelection ... [32;1m[OK][0m
testGetComponentEntries ... [32;1m[OK][0m
testGetComponentEntriesWrong ... [32;1m[OK][0m
testParseAtmosphere ... [32;1m[OK][0m
testParseComponent ... [32;1m[OK][0m
testParseComponentError ... [32;1m[OK][0m
testParseComponentNoWorker ... [32;1m[OK][0m
testParseComponentWithLabel ... [32;1m[OK][0m
testParseComponentWithProject ... [32;1m[OK][0m
testParseComponentsWithEaters ... [32;1m[OK][0m
testParseComponentsWithEatersNotSpecified ... [32;1m[OK][0m
testParseComponentsWithMultipleEater ... [32;1m[OK][0m
testParseComponentsWithMultipleSources ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/manager/config.py:475: exceptions.DeprecationWarning: "source" tag has been deprecated in favor of "eater", please update your configuration file (found in component 'cons')
[32;1m[OK][0m
testParseComponentsWithSource ... [32;1m[OK][0m
testParseComponentsWithTwoEaters ... [32;1m[OK][0m
testParseComponentsWithTwoSources ... [32;1m[OK][0m
testParseCompoundProperties ... [32;1m[OK][0m
testParseCompoundPropertiesError ... [32;1m[OK][0m
testParseEmpty ... [32;1m[OK][0m
testParseError ... [32;1m[OK][0m
testParseFlowError ... [32;1m[OK][0m
testParseManager ... [32;1m[OK][0m
testParseManagerError ... [32;1m[OK][0m
testParseManagerWithBogusPlug ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'frob')
[32;1m[OK][0m
testParseManagerWithPlugs ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'test-adminaction')
[32;1m[OK][0m
testParseNoPlugs ... [32;1m[OK][0m
testParsePlugs ... [32;1m[OK][0m
testParsePlugsWithCompoundProperties ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'compoundulator')
[32;1m[OK][0m
testParseProperties ... [32;1m[OK][0m
testParseWrongAtmosphere ... [32;1m[OK][0m
testParseWrongConfig ... [32;1m[OK][0m
testParseWrongSyntax ... [32;1m[OK][0m
testVirtualFeeds ... [32;1m[OK][0m
TestDictDiff
testHumanReadable ... [32;1m[OK][0m
testRecursive ... [32;1m[OK][0m
testSimple ... [32;1m[OK][0m
TestFunctions
testBuildEatersDict ... [32;1m[OK][0m
flumotion.test.test_configure
TestConfig
testUninstalled ... [32;1m[OK][0m
testVariables ... [32;1m[OK][0m
flumotion.test.test_credentials
TestUsername
testWithPlaintext ... [32;1m[OK][0m
testWithPlaintextWrongPassword ... [32;1m[OK][0m
TestUsernameCryptPasswordCrypt
testWithCrypt ... [32;1m[OK][0m
testWithPlaintext ... [32;1m[OK][0m
testWithPlaintextWrongPassword ... [32;1m[OK][0m
testWithPlaintextWrongSalt ... [32;1m[OK][0m
TestUsernameCryptPasswordCryptChallenger
testWithPlaintext ... [32;1m[OK][0m
testWithPlaintextWrongPassword ... [32;1m[OK][0m
TestUsernameCryptPasswordPlaintext
testWithPlaintext ... [32;1m[OK][0m
testWithPlaintextWrongPassword ... [32;1m[OK][0m
TestUsernameSha256PasswordCryptChallenger
testWithPlaintext ... [32;1m[OK][0m
testWithPlaintextWrongPassword ... [32;1m[OK][0m
flumotion.test.test_dag
TestDAG
testBible ... [32;1m[OK][0m
testExample ... [32;1m[OK][0m
testSort ... [32;1m[OK][0m
testUniqueChildren ... [32;1m[OK][0m
TestPlanet
testPlanet ... [32;1m[OK][0m
flumotion.test.test_defer
TestDefer
testBarfOnNongenerator ... [32;1m[OK][0m
testException ... [32;1m[OK][0m
testExceptionChain ... [32;1m[OK][0m
testValues ... [32;1m[OK][0m
testYieldNothing ... [32;1m[OK][0m
testYieldResultAfter ... [32;1m[OK][0m
testYieldResultAtFirst ... [32;1m[OK][0m
TestRetryingDeferred
testRetryOnce ... [32;1m[OK][0m
testSimple ... [32;1m[OK][0m
flumotion.test.test_dialogs
TestErrorDialog
testDialogMain ... [32;1m[OK][0m
testDialogRun ... [32;1m[OK][0m
TestProgressDialog
testDialog ... [32;1m[OK][0m
flumotion.test.test_enum
TestEnum
testEnumError ... [32;1m[OK][0m
testEnumSet ... [32;1m[OK][0m
testEnumSimple ... [32;1m[OK][0m
testEnumValues ... [32;1m[OK][0m
testEnumValuesCmp ... [32;1m[OK][0m
testEnumValuesWithRepr ... [32;1m[OK][0m
testJelly ... [32;1m[OK][0m
testRepr ... [32;1m[OK][0m
flumotion.test.test_flavors
TestFullListener
testInvalidate ... [32;1m[OK][0m
testStateAppendRemoveListener ... [32;1m[OK][0m
testStateSetListener ... [32;1m[OK][0m
TestState
testStateAddKey ... [32;1m[OK][0m
testStateAppendRemove ... [32;1m[OK][0m
testStateDictAppendRemove ... [32;1m[OK][0m
testStateGet ... [32;1m[OK][0m
TestStateSet
testStateAppendRemove ... [32;1m[OK][0m
testStateAppendRemoveListener ... [32;1m[OK][0m
testStateDictListener ... [32;1m[OK][0m
testStateSet ... [32;1m[OK][0m
testStateSetListener ... [32;1m[OK][0m
testStateWrongListener ... Warning: Use of deprecated <flumotion.test.test_flavors.TestStateRemoteCache instance at 0x2aaaaff3f3b0>.addListener(<flumotion.test.test_flavors.FakeObject instance at 0x2aaaaff3fa70>) without explicit event handlers
[32;1m[OK][0m
flumotion.test.test_greeter
WizardTest
testGreeter ... Traceback (most recent call last):
File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/ui/glade.py", line 56, in _flumotion_glade_custom_handler
widget = widget_class()
File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/gtk/connections.py", line 57, in __init__
ellipsize=ELLIPSIZE_MIDDLE, expand=True, width=100),
File "/usr/lib/python2.4/site-packages/kiwi/ui/objectlist.py", line 221, in __init__
PropertyObject.__init__(self, **kwargs)
File "/usr/lib/python2.4/site-packages/kiwi/utils.py", line 173, in __init__
raise TypeError("Unknown keyword argument: %s" % kwarg)
TypeError: Unknown keyword argument: ellipsize
/usr/lib/python2.4/site-packages/kiwi/ui/views.py:179: gobject.Warning: gsignal.c:1615: signal `connection-activated' is invalid for instance `0x19bfb40'
/usr/lib/python2.4/site-packages/kiwi/ui/views.py:179: gobject.Warning: gsignal.c:1615: signal `connections-cleared' is invalid for instance `0x19bfb40'
Traceback (most recent call last):
File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/ui/glade.py", line 56, in _flumotion_glade_custom_handler
widget = widget_class()
File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/gtk/connections.py", line 57, in __init__
ellipsize=ELLIPSIZE_MIDDLE, expand=True, width=100),
File "/usr/lib/python2.4/site-packages/kiwi/ui/objectlist.py", line 221, in __init__
PropertyObject.__init__(self, **kwargs)
File "/usr/lib/python2.4/site-packages/kiwi/utils.py", line 173, in __init__
raise TypeError("Unknown keyword argument: %s" % kwarg)
TypeError: Unknown keyword argument: ellipsize
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/ui/glade.py:92: gobject.Warning: gsignal.c:1615: signal `connection-activated' is invalid for instance `0x19d2a10'
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/ui/glade.py:92: gobject.Warning: gsignal.c:1615: signal `connections-cleared' is invalid for instance `0x19d2a10'
[32;1m[OK][0m
flumotion.test.test_htpasswdcrypt
TestHTPasswdCryptKeycard
testWrongKeycardClass ... [32;1m[OK][0m
TestHTPasswdCryptUACPCC
testOk ... [32;1m[OK][0m
testTamperWithChallenge ... [32;1m[OK][0m
TestHTPasswdCryptUACPP
testInit ... [32;1m[OK][0m
testOk ... [32;1m[OK][0m
testWrongPassword ... [32;1m[OK][0m
testWrongUser ... [32;1m[OK][0m
flumotion.test.test_http
TestHTTPRoot
testRenderRootStreamer ... [32;1m[OK][0m
testRenderTopStreamer ... [32;1m[OK][0m
testRenderTreeStreamer ... [32;1m[OK][0m
TestHTTPStreamingResource
testRenderHTTPAllowDefault ... [32;1m[OK][0m
testRenderHTTPAuthUnauthorized ... [32;1m[OK][0m
testRenderHTTPTokenAuthorized ... [32;1m[OK][0m
testRenderHTTPTokenUnauthorized ... [32;1m[OK][0m
testRenderNew ... [32;1m[OK][0m
testRenderNotReady ... [32;1m[OK][0m
testRenderReachedMaxClients ... [32;1m[OK][0m
flumotion.test.test_i18n
TestFormat
testFormat ... [32;1m[OK][0m
testFormatNoArgument ... [32;1m[OK][0m
TestPluralGettext
testTranslatable ... [32;1m[OK][0m
testTranslated ... [32;1m[OK][0m
TestSingularClassbased
testTranslatable ... [32;1m[OK][0m
testTranslated ... [32;1m[OK][0m
TestSingularGettext
testTranslatable ... [32;1m[OK][0m
testTranslated ... [32;1m[OK][0m
TranslatableTest
testTranslatable ... [32;1m[OK][0m
testTranslatablePlural ... [32;1m[OK][0m
TranslatorTest
testTranslateMessage ... [32;1m[OK][0m
testTranslateOne ... [32;1m[OK][0m
flumotion.test.test_icalbouncer
TestIcalBouncerFloating
testApprovedBothFloating ... [32;1m[OK][0m
testApprovedTZFromEnvironmentWithFloating ... [32;1m[OK][0m
testDeniedUTCAndFloating ... [32;1m[OK][0m
TestIcalBouncerSetup
testMalformedIcalFile ... [32;1m[OK][0m
testNoFileProperty ... [32;1m[OK][0m
testNonexistentIcalFile ... [32;1m[OK][0m
testSuccessfulSetup ... [32;1m[OK][0m
TestIcalBouncerTZID
testApprovedBothTZID ... [32;1m[OK][0m
testApprovedKeycardDurationCalculationTZID ... [32;1m[OK][0m
testDeniedTZID ... [32;1m[OK][0m
testIncorrectTimeTZID ... [32;1m[OK][0m
TestIcalBouncerUTC
testApprovedUTC ... [32;1m[OK][0m
testDeniedUTC ... [32;1m[OK][0m
flumotion.test.test_import
TestImport
testImportAllModules ... [32;1m[OK][0m
flumotion.test.test_keycards
TestHTTPDigestKeycard
testInit ... [32;1m[OK][0m
TestKeycardHTTPDigest
testInit ... [32;1m[OK][0m
TestKeycardSending
testSend ... [32;1m[OK][0m
TestKeycardToken
testInit ... [32;1m[OK][0m
TestKeycardUACPCC
testInit ... [32;1m[OK][0m
TestKeycardUACPP
testInit ... [32;1m[OK][0m
TestMyKeycard
testInit ... [32;1m[OK][0m
flumotion.test.test_logfilter
TestLogFilter
testComplexFilter ... [32;1m[OK][0m
testParseFailure ... [32;1m[OK][0m
testSimpleFilter ... [32;1m[OK][0m
flumotion.test.test_manager_admin
TestAdminAvatar
testAvatarSet ... [32;1m[OK][0m
flumotion.test.test_manager_component
TestComponentHeaven
testAttachDetachLinear ... [32;1m[OK][0m
testAttachDetachMultipleEaters ... [32;1m[OK][0m
testAttachDetachMultipleFeedersComplex ... [32;1m[OK][0m
testAttachDetachMultipleFeedersSimple ... [32;1m[OK][0m
testAttachDetachMultipleFeedersVirtual ... [32;1m[OK][0m
flumotion.test.test_manager_config
TestManagerConfigParser
testParseBouncerComponent ... [32;1m[OK][0m
testParseEmpty ... [32;1m[OK][0m
testParseManager ... [32;1m[OK][0m
testParseManagerInvalid ... [32;1m[OK][0m
testParsePlugs ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'adminaction-loggerfile')
[32;1m[OK][0m
testParseSimple ... [32;1m[OK][0m
TestPlanetConfigParser
testParseAtmosphereEmpty ... [32;1m[OK][0m
testParseAtmosphereInvalid ... [32;1m[OK][0m
testParseAtmosphereWithComponent ... [32;1m[OK][0m
testParseFlow ... [32;1m[OK][0m
testParseFlowInvalid ... [32;1m[OK][0m
testParseInvalid ... [32;1m[OK][0m
testParseSimple ... [32;1m[OK][0m
TestXMLWriter
testMultiple ... [32;1m[OK][0m
testPlug ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'requestlogger-file')
[32;1m[OK][0m
flumotion.test.test_manager_manager
TestComponentMapper
testOneComponent ... [32;1m[OK][0m
TestVishnu
testConfigAfterWorker ... [32;1m[OK][0m
testConfigBeforeWorker ... [34;1m[SKIPPED][0m
testDeleteFlow ... [32;1m[OK][0m
testLoadComponent ... [32;1m[OK][0m
testLoadComponentWithSynchronization ... [32;1m[OK][0m
testLoadConfiguration ... [32;1m[OK][0m
testWorker ... [32;1m[OK][0m
flumotion.test.test_manager_worker
TestHeaven
testAdd ... [32;1m[OK][0m
testConstructor ... [32;1m[OK][0m
flumotion.test.test_options
TestOptions
testGroup ... [32;1m[OK][0m
testParser ... [32;1m[OK][0m
flumotion.test.test_parts
TestAdminStatusbar
testClear ... [32;1m[OK][0m
testClearAll ... [32;1m[OK][0m
testPushPop ... [32;1m[OK][0m
testPushRemove ... [32;1m[OK][0m
testSet ... [32;1m[OK][0m
testTwoContexts ... [32;1m[OK][0m
TestComponentsView
testCanNotStartMultipleWhenOneIsHappy ... [32;1m[OK][0m
testCanNotStartMultipleWhenOneIsHungry ... [32;1m[OK][0m
testCanNotStartMultipleWhenOneIsLost ... [32;1m[OK][0m
testCanNotStartMultipleWhenOneIsSad ... [32;1m[OK][0m
testCanNotStartMultipleWhenOneIsWaking ... [32;1m[OK][0m
testCanNotStartMultipleWhenWorkerIsNotLogged ... [32;1m[OK][0m
testCanNotStartOneWhenHappy ... [32;1m[OK][0m
testCanNotStartOneWhenHungry ... [32;1m[OK][0m
testCanNotStartOneWhenLost ... [32;1m[OK][0m
testCanNotStartOneWhenSad ... [32;1m[OK][0m
testCanNotStartOneWhenWaking ... [32;1m[OK][0m
testCanNotStartWhenNoSelection ... [32;1m[OK][0m
testCanNotStopMultipleWhenOneIsSleeping ... [32;1m[OK][0m
testCanNotStopOneWhenSleeping ... [32;1m[OK][0m
testCanNotStopWhenNoSelection ... [32;1m[OK][0m
testCanStartMultipleWhenSleeping ... [32;1m[OK][0m
testCanStartOneWhenSleeping ... [32;1m[OK][0m
testCanStopMultipleWhenOneNoneIsSleeping ... [32;1m[OK][0m
testCanStopOneWhenHappy ... [32;1m[OK][0m
testCanStopOneWhenHungry ... [32;1m[OK][0m
testCanStopOneWhenLost ... [32;1m[OK][0m
testCanStopOneWhenSad ... [32;1m[OK][0m
testCanStopOneWhenWaking ... [32;1m[OK][0m
testMultipleSelected ... [32;1m[OK][0m
testNoComponents ... [32;1m[OK][0m
testNoneSelected ... [32;1m[OK][0m
testOneSelected ... [32;1m[OK][0m
testUpdate ... [32;1m[OK][0m
flumotion.test.test_pb
TestAuthenticator
testIssueNoInfo ... [32;1m[OK][0m
testIssueUACPCC ... [32;1m[OK][0m
testIssueUACPP ... [32;1m[OK][0m
TestTwisted_PortalAuthChallenger
testRightPassword ... [32;1m[OK][0m
testWrongPassword ... [32;1m[OK][0m
Test_BouncerWrapper
testUACPCCOk ... [32;1m[OK][0m
testUACPCCTamperWithChallenge ... [32;1m[OK][0m
testUACPCCWrongPassword ... [32;1m[OK][0m
testUACPCCWrongUser ... [32;1m[OK][0m
testUACPPOk ... [32;1m[OK][0m
testUACPPWrongPassword ... [32;1m[OK][0m
Test_FPBClientFactoryHTPasswdCrypt
testOk ... [32;1m[OK][0m
testWrongPassword ...
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login
[32;1m[OK][0m
testWrongUser ...
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login
[32;1m[OK][0m
Test_FPBClientFactorySaltSha256
testOk ... [32;1m[OK][0m
testWrongPassword ...
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login
[32;1m[OK][0m
testWrongUser ...
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login
[32;1m[OK][0m
Test_FPortalRoot
testRootObject ... [32;1m[OK][0m
flumotion.test.test_pbstream
TestClientEater
testRun ... [32;1m[OK][0m
testRunImmediateStop ... [32;1m[OK][0m
flumotion.test.test_porter
TestHTTPPorterProtocol
testRightLocationFound ... [32;1m[OK][0m
testRightLocationNotFound ... [32;1m[OK][0m
testWrongLocation ... [32;1m[OK][0m
TestHTTPPorterProtocolParser
testInjectRequestId ... [32;1m[OK][0m
testParseWithHost ... [32;1m[OK][0m
testParseWithParams ... [32;1m[OK][0m
testSimpleParse ... [32;1m[OK][0m
testUnparse ... [32;1m[OK][0m
testWrongLine ... [32;1m[OK][0m
TestPorterProtocol
testBreakDelimiter ... [32;1m[OK][0m
testNoIdentifier ... [32;1m[OK][0m
flumotion.test.test_public_ui_api
TestPublicUI
testPublicUIAPI ... [32;1m[OK][0m
flumotion.test.test_reflect
TestSimple
testSimple ... [32;1m[OK][0m
flumotion.test.test_registry
TestComponentEntry
testThings ... [32;1m[OK][0m
TestFindComponents
testSimple ... [32;1m[OK][0m
TestRegistry
testAddXmlParseError ... [32;1m[OK][0m
testClean ... [32;1m[OK][0m
testComponentTypeError ... [32;1m[OK][0m
testDefault ... [32;1m[OK][0m
testDump ... [32;1m[OK][0m
testDumpWithCompoundProperties ... [32;1m[OK][0m
testDumpWithEscapedPropertyDescription ... [32;1m[OK][0m
testIsTrue ... [32;1m[OK][0m
testParseBasic ... [32;1m[OK][0m
testParseComponentCompoundProperties ... [32;1m[OK][0m
testParseComponentProperties ... [32;1m[OK][0m
testParseComponentPropertiesErrors ... [32;1m[OK][0m
testParseComponents ... [32;1m[OK][0m
testgetMTime ... [32;1m[OK][0m
flumotion.test.test_saltsha256
TestSaltSha256USCPCC
testOk ... [32;1m[OK][0m
testTamperWithChallenge ... [32;1m[OK][0m
TestWrongKeycardClass
testWrongKeycardClass ... [32;1m[OK][0m
flumotion.test.test_testclasses
TestOnePB
testCacheable ... [32;1m[OK][0m
testFakeKeycard ... [32;1m[OK][0m
TestTwoPB
testFakeKeycard ... [32;1m[OK][0m
flumotion.test.test_twisted_integration
IntegrationPlanExecuteTest
testKill ... [32;1m[OK][0m
testProcessesStillRunning ... [32;1m[OK][0m
testTransientProcess ... [32;1m[OK][0m
testUnexpectedExitCode ... [32;1m[OK][0m
testUnexpectedProcessExit ... [32;1m[OK][0m
IntegrationPlanGenerationTest
testKill ... [32;1m[OK][0m
testTransientProcess ... [32;1m[OK][0m
IntegrationProcessTest
testKill ... [32;1m[OK][0m
testTimeOut ... [32;1m[OK][0m
testTransientProcess ... [32;1m[OK][0m
IntegrationTestDecoratorTest
testFalse ... [32;1m[OK][0m
testKill ... [32;1m[OK][0m
testParallelStartAndKill ... [32;1m[OK][0m
testParallelWait ... [32;1m[OK][0m
testTransientProcess ... [32;1m[OK][0m
flumotion.test.test_ui_fgtk
VUTest
testGetSet ... [32;1m[OK][0m
testScale ... [32;1m[OK][0m
testWidget ... [32;1m[OK][0m
flumotion.test.test_wizard
WizardSaveTest
testAudioTestWorkers ... [34;1m[SKIPPED][0m
testFirewireAudioAndVideo ... [34;1m[SKIPPED][0m
WizardStepTest
testLoadSteps ... [32;1m[OK][0m
testStepComponentProperties ... [32;1m[OK][0m
flumotion.test.test_wizard_models
TestProperties
testContains ... [32;1m[OK][0m
testDeleteAttribute ... [32;1m[OK][0m
testDeleteAttributeUnderscore ... [32;1m[OK][0m
testDeleteItem ... [32;1m[OK][0m
testDeleteItemUnderscore ... [32;1m[OK][0m
testSetAttribute ... [32;1m[OK][0m
testSetAttributeUnderscore ... [32;1m[OK][0m
testSetInvalid ... [32;1m[OK][0m
testSetItem ... [32;1m[OK][0m
testSetItemUnderscore ... [32;1m[OK][0m
flumotion.test.test_wizard_save
TestNameConflicts
testNameConflicts ... [32;1m[OK][0m
testNameConflictsDoubleDigits ... [32;1m[OK][0m
TestWizardSave
testAudioOnlyStream ... [32;1m[OK][0m
testDefaultStream ... [32;1m[OK][0m
testFirewireStreamer ... [32;1m[OK][0m
testFirewireStreamerDifferentWorkers ... [32;1m[OK][0m
testMultiFeedProducer ... [32;1m[OK][0m
testOggStream ... [32;1m[OK][0m
testOndemand ... [32;1m[OK][0m
TestXMLWriter
testAtmosphereComponent ... [32;1m[OK][0m
testComponentWithFeeders ... [32;1m[OK][0m
testComponentWithPlug ... [32;1m[OK][0m
testEmpty ... [32;1m[OK][0m
testFlowComponent ... [32;1m[OK][0m
flumotion.test.test_worker_config
WorkerConfigTest
testRandomFeederPorts ... [32;1m[OK][0m
flumotion.test.test_worker_job
TestCheckJobHeaven
testInit ... [32;1m[OK][0m
flumotion.test.test_worker_medium
TestWorkerMedium
testConnect ... [32;1m[OK][0m
flumotion.test.test_worker_worker
TestBrain
testInit ... [32;1m[OK][0m
flumotion.test.test_workerconfig
TestConfig
testParseAuthentication ... [32;1m[OK][0m
testParseAuthenticationError ... [32;1m[OK][0m
testParseEmpty ... [32;1m[OK][0m
testParseError ... [32;1m[OK][0m
testParseManager ... [32;1m[OK][0m
testParseManagerError ... [32;1m[OK][0m
testParseWorkerError ... [32;1m[OK][0m
testParseWorkerFeederPorts ... [32;1m[OK][0m
testParseWorkerName ... [32;1m[OK][0m
testParseWorkerRandomFeederPorts ... [32;1m[OK][0m
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testExDate
Implemented, but lacks testcase
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_minimal
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_invalid
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_size
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_size_no_size
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_time
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_time_no_time
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestFlow.test_size_disker_running_and_happy
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestFlow.test_time_disker_running_and_happy
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.PlugTest.testSetRootResourceMultiple
This is a bug in the httpserver api
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestStreamDataPlug.testGetStreamData
See #1137
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunFailGstLinking
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunProvidesClocking
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartTimeout
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFails
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFlowAndStopFail
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStopTimeout
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunTasksChainedAndFired
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunTasksTimeout
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunWithDelays
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testSetupFailGstLinking
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testSetupStartedAndHappy
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testAutoLinking
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testDontAutoLinkLinked
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testMasterClock
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testSuccess
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testTrivial
this test case does not support running with <twisted.internet.selectreactor.SelectReactor instance at 0x2aaaacb52d40> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testConfigBeforeWorker
andy will definitely not fix this soon
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardSaveTest.testAudioTestWorkers
Maybe Andy's generator work broke this ?
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardSaveTest.testFirewireAudioAndVideo
Maybe Andys generator work broke this ?
-------------------------------------------------------------------------------
Ran 633 tests in 44.908s
PASSED (skips=30, successes=603)
Using twisted.internet.gtk2reactor reactor
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/registry.py:918: exceptions.DeprecationWarning: Please add '_description=...' attribute to plug 'frobulator'
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/registry.py:918: exceptions.DeprecationWarning: Please add '_description=...' attribute to plug 'test-adminaction'
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/registry.py:918: exceptions.DeprecationWarning: Please add '_description=...' attribute to plug 'compoundulator'
Running 633 tests.
flumotion.test.test_admin_admin
AdminTest
testConnectFailure ... [34;1m[SKIPPED][0m
testConnectSuccess ... [34;1m[SKIPPED][0m
testConstructor ... [34;1m[SKIPPED][0m
testReconnect ... [34;1m[SKIPPED][0m
flumotion.test.test_admin_config
AdminConfigTest
testMinimal ... [34;1m[SKIPPED][0m
testMinimal2 ... [34;1m[SKIPPED][0m
testMinimal3 ... [34;1m[SKIPPED][0m
testUnknownPlug ... [34;1m[SKIPPED][0m
testUnknownSocket ... [34;1m[SKIPPED][0m
flumotion.test.test_admin_connections
AdminConnectiontionsTest
testGetRecentConnections ... [34;1m[SKIPPED][0m
flumotion.test.test_admin_multi
MultiAdminTest
testConnectFailure ... [34;1m[SKIPPED][0m
testConnectSuccess ... [34;1m[SKIPPED][0m
testConstructor ... [34;1m[SKIPPED][0m
testReconnect ... [34;1m[SKIPPED][0m
flumotion.test.test_checkers
TestCryptCheckerAddUser
testCredCrypt ... [34;1m[SKIPPED][0m
testCredCryptWrongPassword ... [34;1m[SKIPPED][0m
testCredCryptWrongSalt ... [34;1m[SKIPPED][0m
testCredCryptWrongUser ... [34;1m[SKIPPED][0m
testCredPlaintext ... [34;1m[SKIPPED][0m
testCredPlaintextWrongPassword ... [34;1m[SKIPPED][0m
testCredPlaintextWrongUser ... [34;1m[SKIPPED][0m
TestCryptCheckerInit
testCredPlaintext ... [34;1m[SKIPPED][0m
TestFlexibleWithPassword
testCredPlaintextCorrect ... [34;1m[SKIPPED][0m
testCredPlaintextCorrectWithId ... [34;1m[SKIPPED][0m
testCredPlaintextWrong ... [34;1m[SKIPPED][0m
TestFlexibleWithoutPassword
testCredPlaintextCorrect ... [34;1m[SKIPPED][0m
testCredPlaintextCorrectWithId ... [34;1m[SKIPPED][0m
flumotion.test.test_common
TestCompareVersions
testBadVersion ... [34;1m[SKIPPED][0m
testBigger ... [34;1m[SKIPPED][0m
testEquals ... [34;1m[SKIPPED][0m
testSmaller ... [34;1m[SKIPPED][0m
TestComponentPath
testPath ... [34;1m[SKIPPED][0m
TestEnsureDir
testExisting ... [34;1m[SKIPPED][0m
testNonExisting ... [34;1m[SKIPPED][0m
TestInitMixin
testInitA ... [34;1m[SKIPPED][0m
testInitB ... [34;1m[SKIPPED][0m
testInitC ... [34;1m[SKIPPED][0m
testInitD ... [34;1m[SKIPPED][0m
TestObjRepr
testMe ... [34;1m[SKIPPED][0m
TestPathToModule
testPaths ... [34;1m[SKIPPED][0m
TestVersion
testVersion ... [34;1m[SKIPPED][0m
test_versionTupleToString ... [34;1m[SKIPPED][0m
flumotion.test.test_common_avltree
TestAVLTree
testInsertAscendingRemoveAscending ... [34;1m[SKIPPED][0m
testInsertAscendingRemoveDescending ... [34;1m[SKIPPED][0m
testInsertDescendingRemoveAscending ... [34;1m[SKIPPED][0m
testInsertDescendingRemoveDescending ... [34;1m[SKIPPED][0m
testInsertRandomRemoveRandom ... [34;1m[SKIPPED][0m
flumotion.test.test_common_bundle
TestBundler
testBundlerOneFile ... [34;1m[SKIPPED][0m
testBundlerOneSum ... [34;1m[SKIPPED][0m
testBundlerTwoFiles ... [34;1m[SKIPPED][0m
testBundlerTwoSum ... [34;1m[SKIPPED][0m
TestBundlerBasket
testBundlerBasketAdd ... [34;1m[SKIPPED][0m
testBundlerBasketAddUnique ... [34;1m[SKIPPED][0m
testBundlerBasketDepend ... [34;1m[SKIPPED][0m
testBundlerBasketFile ... [34;1m[SKIPPED][0m
testBundlerBasketImport ... [34;1m[SKIPPED][0m
testBundlerBasketName ... [34;1m[SKIPPED][0m
testBundlerBasketPackage ... [34;1m[SKIPPED][0m
TestUnbundler
testUnbundler ... [34;1m[SKIPPED][0m
testUnbundlerRelative ... [34;1m[SKIPPED][0m
flumotion.test.test_common_componentui
TestStateSet
testSimpleStateListener ... [34;1m[SKIPPED][0m
testStateAppend ... [34;1m[SKIPPED][0m
testStateListener ... [34;1m[SKIPPED][0m
testStateListenerIntermediate ... [34;1m[SKIPPED][0m
testStateSaveReference ... [34;1m[SKIPPED][0m
testStateSet ... [34;1m[SKIPPED][0m
flumotion.test.test_common_connection
TestConnection
testParse ... [34;1m[SKIPPED][0m
flumotion.test.test_common_eventcalendar
CalendarParserTestCase
testDaylightSavingsChange ... [34;1m[SKIPPED][0m
testExDate ... [34;1m[SKIPPED][0m
testMultipleRRule ... [34;1m[SKIPPED][0m
EventSetTestCase
testExAsStartDateWithRecurrence ... [34;1m[SKIPPED][0m
testExWithRecurrence ... [34;1m[SKIPPED][0m
testGetPointSingle ... [34;1m[SKIPPED][0m
testGetPointsRecur ... [34;1m[SKIPPED][0m
testGetPointsRecurUntil ... [34;1m[SKIPPED][0m
testRecurrenceOverMidnight ... [34;1m[SKIPPED][0m
EventTest
testComparison ... [34;1m[SKIPPED][0m
testSimple ... [34;1m[SKIPPED][0m
testTimeZones ... [34;1m[SKIPPED][0m
FunctionsTest
testToDateTime ... [34;1m[SKIPPED][0m
ICalSchedulerURGentTest
testVerifyPoints ... [34;1m[SKIPPED][0m
test_getActiveEventInstances ... [34;1m[SKIPPED][0m
ICalendarTest
testParseCalendar ... [34;1m[SKIPPED][0m
testParseCalendarFromFile ... [34;1m[SKIPPED][0m
testParseCalendarWithDateTimes ... [34;1m[SKIPPED][0m
testParseCalendarWithDates ... [34;1m[SKIPPED][0m
testParseCalendarWithStartDateAndEndDateTime ... [34;1m[SKIPPED][0m
testParseCalendarWithStartDateTimeAndEndDate ... [34;1m[SKIPPED][0m
ManualCalendarTest
testAddEvent ... [34;1m[SKIPPED][0m
testAddEventsWithDifferentUID ... [34;1m[SKIPPED][0m
testAddEventsWithSameUID ... [34;1m[SKIPPED][0m
testCurrentEventsDoNotEndBeforeNow ... [34;1m[SKIPPED][0m
testCurrentEventsDoNotStartLaterThanTomorrow ... [34;1m[SKIPPED][0m
testGetActiveRecurrenceId ... [34;1m[SKIPPED][0m
testGetActiveSimple ... [34;1m[SKIPPED][0m
testOverMidnight ... [34;1m[SKIPPED][0m
testRecurrenceEventsDaily ... [34;1m[SKIPPED][0m
testRecurrenceEventsHourly ... [34;1m[SKIPPED][0m
testRecurrenceEventsOverMidnight ... [34;1m[SKIPPED][0m
testRecurrenceEventsWhereExDateIsNotNow ... [34;1m[SKIPPED][0m
testRecurrenceEventsWhereExDateIsNotStartDate ... [34;1m[SKIPPED][0m
testRecurrenceEventsWhereExDateIsStartDate ... [34;1m[SKIPPED][0m
iCalTestCase
testGetPoints ... [34;1m[SKIPPED][0m
testRecurrenceId ... [34;1m[SKIPPED][0m
flumotion.test.test_common_format
TestFormatStorage
testBytes ... [34;1m[SKIPPED][0m
testExbibyte ... [34;1m[SKIPPED][0m
testGibibyte ... [34;1m[SKIPPED][0m
testKibibyte ... [34;1m[SKIPPED][0m
testMebibyte ... [34;1m[SKIPPED][0m
testMegabyte ... [34;1m[SKIPPED][0m
testPebibyte ... [34;1m[SKIPPED][0m
testTebibyte ... [34;1m[SKIPPED][0m
TestFormatTime
testDay ... [34;1m[SKIPPED][0m
testDays ... [34;1m[SKIPPED][0m
testFractionalSecond ... [34;1m[SKIPPED][0m
testHourMinuteSecond ... [34;1m[SKIPPED][0m
testMinuteSecond ... [34;1m[SKIPPED][0m
testReallyLong ... [34;1m[SKIPPED][0m
testSecond ... [34;1m[SKIPPED][0m
testWeek ... [34;1m[SKIPPED][0m
testWeeks ... [34;1m[SKIPPED][0m
testYear ... [34;1m[SKIPPED][0m
flumotion.test.test_common_fraction
TestFraction
testFractionAsFloat ... [34;1m[SKIPPED][0m
testFractionAsString ... [34;1m[SKIPPED][0m
testFractionFromValue ... [34;1m[SKIPPED][0m
flumotion.test.test_common_gstreamer
Caps
testCaps ... [32;1m[OK][0m
testCapsStreamheader ... [32;1m[OK][0m
DeepNotify
testDeepNotify ... [32;1m[OK][0m
Factory
testFakeSrc ... [32;1m[OK][0m
TestProperty
testHasProperty ... [32;1m[OK][0m
testHasPropertyValue ... [32;1m[OK][0m
flumotion.test.test_common_messages
PBSerializationTest
testGetEqualTranslatableTwice ... [34;1m[SKIPPED][0m
testGetSameMessageTwice ... [34;1m[SKIPPED][0m
testGetSameTranslatableTwice ... [34;1m[SKIPPED][0m
testMessageAppendRemove ... [34;1m[SKIPPED][0m
ResultTest
testSerializeWithError ... [34;1m[SKIPPED][0m
testSerializeWithWarning ... [34;1m[SKIPPED][0m
SerializeTest
testCreate ... [34;1m[SKIPPED][0m
testDefaultMessageId ... [34;1m[SKIPPED][0m
testSerialize ... [34;1m[SKIPPED][0m
flumotion.test.test_common_netutils
TestAddress
testGetHost ... [34;1m[SKIPPED][0m
testGetPort ... [34;1m[SKIPPED][0m
TestIpv4Parse
testIpv4Parse ... [34;1m[SKIPPED][0m
testIpv4ParseString ... [34;1m[SKIPPED][0m
TestRoutingTable
testAddRemove ... [34;1m[SKIPPED][0m
testBasicRouting ... [34;1m[SKIPPED][0m
testIterHumanReadable ... [34;1m[SKIPPED][0m
testParseFromFile ... [34;1m[SKIPPED][0m
testRouteIteration ... [34;1m[SKIPPED][0m
testRouteNamesOrder ... [34;1m[SKIPPED][0m
testRoutingPrecedence ... [34;1m[SKIPPED][0m
flumotion.test.test_common_package
TestPackagePath
testCurrent ... [34;1m[SKIPPED][0m
testPackagerWithNonePrefix ... [34;1m[SKIPPED][0m
testPyRegisterBeforeImportWithoutHooks ... [34;1m[SKIPPED][0m
testRegisterBeforeImportWithPackager ... [34;1m[SKIPPED][0m
testRegisterNewPackagePath ... [34;1m[SKIPPED][0m
testTwoStackedProjects ... [34;1m[SKIPPED][0m
TestRecursively
testListDir ... [34;1m[SKIPPED][0m
testListPyfile ... [34;1m[SKIPPED][0m
flumotion.test.test_common_planet
AllComponentStateTest
testClass ... [34;1m[SKIPPED][0m
testMood ... [34;1m[SKIPPED][0m
InvalidateTest
testInvalidate ... [34;1m[SKIPPED][0m
ListenerTest
testMood ... [34;1m[SKIPPED][0m
ManagerComponentStateTest
testGetSet ... [34;1m[SKIPPED][0m
testSetWrongArg ... [34;1m[SKIPPED][0m
flumotion.test.test_common_process
TestPid
testAll ... [34;1m[SKIPPED][0m
TestProcess
testKillPid ... [34;1m[SKIPPED][0m
testTermPid ... [34;1m[SKIPPED][0m
test_checkPidRunning ... [34;1m[SKIPPED][0m
flumotion.test.test_common_pygobject
SetProperty
testButton ... [34;1m[SKIPPED][0m
TestPyGObject
testPyGObject ... [34;1m[SKIPPED][0m
flumotion.test.test_common_signals
TestSignalMixin
testDisconnect ... [34;1m[SKIPPED][0m
testDisconnectByFunc ... [34;1m[SKIPPED][0m
testEmitSelf ... [34;1m[SKIPPED][0m
testMixin ... [34;1m[SKIPPED][0m
flumotion.test.test_common_vfs
VFSTest
testListDirectory ... [34;1m[SKIPPED][0m
flumotion.test.test_common_xmlwriter
TestCompareComponentTypes
testComplete ... [34;1m[SKIPPED][0m
testEncoderMuxer ... [34;1m[SKIPPED][0m
testProducerEncoderMuxer ... [34;1m[SKIPPED][0m
TestXMLWriter
testIndent ... [34;1m[SKIPPED][0m
testPush ... [34;1m[SKIPPED][0m
testWriteLine ... [34;1m[SKIPPED][0m
testWriteTag ... [34;1m[SKIPPED][0m
testWriteTagAttr ... [34;1m[SKIPPED][0m
testWriteTagAttrData ... [34;1m[SKIPPED][0m
testWriteTagData ... [34;1m[SKIPPED][0m
flumotion.test.test_component
TestExpandElementNames
testOddDelimeters ... [34;1m[SKIPPED][0m
TestParser
testErrors ... [34;1m[SKIPPED][0m
testOneFeed ... [34;1m[SKIPPED][0m
testOneFeedWithout ... [34;1m[SKIPPED][0m
testOneSource ... [34;1m[SKIPPED][0m
testOneSourceWithout ... [34;1m[SKIPPED][0m
testSimpleOneElement ... [34;1m[SKIPPED][0m
testSimpleTwoElements ... [34;1m[SKIPPED][0m
testTwoBoth ... [34;1m[SKIPPED][0m
testTwoFeeds ... [34;1m[SKIPPED][0m
testTwoSources ... [34;1m[SKIPPED][0m
flumotion.test.test_component_base_scheduler
SchedulerTest
testDefaultScheduledCallbackWhenAfterTheWindowSize ... [34;1m[SKIPPED][0m
testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize ... [34;1m[SKIPPED][0m
testInstantiate ... [34;1m[SKIPPED][0m
testScheduledEndCallbackWhenEndInWindowSize ... [34;1m[SKIPPED][0m
testScheduledNotACallbackWhenCancelled ... [34;1m[SKIPPED][0m
testScheduledStartCallbackWhenStartInWindowSize ... [34;1m[SKIPPED][0m
testSubscribe ... [34;1m[SKIPPED][0m
testUnsubscribe ... [34;1m[SKIPPED][0m
testWindowSizeByDefault ... [34;1m[SKIPPED][0m
flumotion.test.test_component_base_watcher
WatcherTest
testInstantiate ... [34;1m[SKIPPED][0m
flumotion.test.test_component_bouncers_bouncer
TrivialBouncerTest
testAuthentication ... [34;1m[SKIPPED][0m
testAutoExpire ... [34;1m[SKIPPED][0m
testHarness ... [34;1m[SKIPPED][0m
testKeepAlive ... [34;1m[SKIPPED][0m
testTimeoutAlgorithm ... [34;1m[SKIPPED][0m
flumotion.test.test_component_bouncers_bouncer_authsession
AuthSessionBouncerTestCase
testEarlyCanceling ... [34;1m[SKIPPED][0m
testLateCanceling ... [34;1m[SKIPPED][0m
testNormalBehaviors ... [34;1m[SKIPPED][0m
testSessionExpiration ... [34;1m[SKIPPED][0m
flumotion.test.test_component_bouncers_component
TrivialBouncerTest
testAuthentication ... [34;1m[SKIPPED][0m
testAutoExpire ... [34;1m[SKIPPED][0m
testHarness ... [34;1m[SKIPPED][0m
testKeepAlive ... [34;1m[SKIPPED][0m
testTimeoutAlgorithm ... [34;1m[SKIPPED][0m
flumotion.test.test_component_bouncers_plug
TrivialBouncerTest
testAuthentication ... [34;1m[SKIPPED][0m
testAutoExpire ... [34;1m[SKIPPED][0m
testHarness ... [34;1m[SKIPPED][0m
testKeepAlive ... [34;1m[SKIPPED][0m
testTimeoutAlgorithm ... [34;1m[SKIPPED][0m
flumotion.test.test_component_disker
TestConfig
test_config_minimal ... [32;1m[OK][0m
test_config_rotate_invalid ... [32;1m[OK][0m
test_config_rotate_size ... [32;1m[OK][0m
test_config_rotate_size_no_size ... [32;1m[OK][0m
test_config_rotate_time ... [32;1m[OK][0m
test_config_rotate_time_no_time ... [32;1m[OK][0m
TestFlow
test_size_disker_running_and_happy ...
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/component/consumers/disker/disker.py:236: exceptions.DeprecationWarning: caps.get_structure(i) is deprecated, use caps[i]
[32;1m[OK][0m
test_time_disker_running_and_happy ... [32;1m[OK][0m
flumotion.test.test_component_feed
TestDownstreamFeedClient
testConnectAndFeed ... [34;1m[SKIPPED][0m
testRequestFeed ... [34;1m[SKIPPED][0m
TestFeedClient
testBadPass ... [34;1m[SKIPPED][0m
testConnectWithoutDroppingPB ... [34;1m[SKIPPED][0m
TestUpstreamFeedClient
testConnectAndFeed ... [34;1m[SKIPPED][0m
testRequestFeed ... [34;1m[SKIPPED][0m
flumotion.test.test_component_feedcomponent
TestFeedComponentMedium
test1277 ... [34;1m[SKIPPED][0m
testRemoteEatFrom ... [34;1m[SKIPPED][0m
flumotion.test.test_component_feeder
TestFeeder
testReconnect ... [34;1m[SKIPPED][0m
test_clientConnected ... [34;1m[SKIPPED][0m
flumotion.test.test_component_httpserver
MountTest
testDirMountEmpty ... [34;1m[SKIPPED][0m
testDirMountOnDemand ... [34;1m[SKIPPED][0m
testDirMountRoot ... [34;1m[SKIPPED][0m
testFileMountEmpty ... [34;1m[SKIPPED][0m
testFileMountOnDemand ... [34;1m[SKIPPED][0m
PlugTest
testSetRootResource ... [34;1m[SKIPPED][0m
testSetRootResourceMultiple ... [34;1m[SKIPPED][0m
TestDirectory
testFLV ... [34;1m[SKIPPED][0m
testFLVRangeStart ... [34;1m[SKIPPED][0m
testFLVStart ... [34;1m[SKIPPED][0m
testFLVStartZero ... [34;1m[SKIPPED][0m
testGetChild ... [34;1m[SKIPPED][0m
TestTextFile
testFull ... [34;1m[SKIPPED][0m
testRange ... [34;1m[SKIPPED][0m
testRangeHead ... [34;1m[SKIPPED][0m
testRangeSet ... [34;1m[SKIPPED][0m
testRangeStart ... [34;1m[SKIPPED][0m
testRangeSuffix ... [34;1m[SKIPPED][0m
testRangeSuffixTooBig ... [34;1m[SKIPPED][0m
testWrongEmptyBytesRange ... [34;1m[SKIPPED][0m
testWrongNoRange ... [34;1m[SKIPPED][0m
testWrongRange ... [34;1m[SKIPPED][0m
testWrongTypeRange ... [34;1m[SKIPPED][0m
flumotion.test.test_component_httpstreamer
TestOldProperties
testPropertiesConverted ... [34;1m[SKIPPED][0m
TestStreamDataNoPlug
testGetStreamData ... [34;1m[SKIPPED][0m
TestStreamDataPlug
testGetStreamData ... [34;1m[SKIPPED][0m
flumotion.test.test_component_init
TestInit
testInit ... [34;1m[SKIPPED][0m
flumotion.test.test_component_padmonitor
TestPadMonitor
testPadMonitorActivation ... [34;1m[SKIPPED][0m
testPadMonitorTimeout ... [34;1m[SKIPPED][0m
flumotion.test.test_component_playlist
TestPlaylist
testAddOverlappingItems ... [34;1m[SKIPPED][0m
testAddOverlappingItemsReverse ... [34;1m[SKIPPED][0m
testAddRemoveMultipleItems ... [34;1m[SKIPPED][0m
testAddRemoveRepeatedly ... [34;1m[SKIPPED][0m
testAddRemoveSingleItem ... [34;1m[SKIPPED][0m
testAddSingleItem ... [34;1m[SKIPPED][0m
TestPlaylistXMLParser
testItemsSortedMultiple ... [34;1m[SKIPPED][0m
testItemsSortedSingle ... [34;1m[SKIPPED][0m
testParseErrorInBlocking ... [34;1m[SKIPPED][0m
flumotion.test.test_comptest
TestCompTestFlow
testRunFailGstLinking ... [32;1m[OK][0m
testRunProvidesClocking ... [32;1m[OK][0m
testRunStartTimeout ... [32;1m[OK][0m
testRunStartedThenFails ... [32;1m[OK][0m
testRunStartedThenFlowAndStopFail ... [32;1m[OK][0m
testRunStopTimeout ... [32;1m[OK][0m
testRunTasksChainedAndFired ... [32;1m[OK][0m
testRunTasksTimeout ... [32;1m[OK][0m
testRunWithDelays ... [32;1m[OK][0m
testSetupFailGstLinking ... [32;1m[OK][0m
testSetupStartedAndHappy ... [32;1m[OK][0m
TestCompTestGtk2Reactorness
testGtk2Supportness ... [32;1m[OK][0m
TestCompTestSetup
testAutoLinking ... [32;1m[OK][0m
testDontAutoLinkLinked ... [32;1m[OK][0m
testMasterClock ... [32;1m[OK][0m
testSuccess ... [32;1m[OK][0m
testTrivial ... [32;1m[OK][0m
TestComponentWrapper
testGetUniqueName ... [34;1m[SKIPPED][0m
testGstreamerError ... [34;1m[SKIPPED][0m
testInstantiateErrors ... [34;1m[SKIPPED][0m
testInvalidType ... [34;1m[SKIPPED][0m
testNonDefaultLink ... [34;1m[SKIPPED][0m
testSimpleLink ... [34;1m[SKIPPED][0m
testValidType ... [34;1m[SKIPPED][0m
flumotion.test.test_config
TestConfig
testClockMasterAutoSelection ... [34;1m[SKIPPED][0m
testClockMasterError ... [34;1m[SKIPPED][0m
testClockMasterUserSelection ... [34;1m[SKIPPED][0m
testGetComponentEntries ... [34;1m[SKIPPED][0m
testGetComponentEntriesWrong ... [34;1m[SKIPPED][0m
testParseAtmosphere ... [34;1m[SKIPPED][0m
testParseComponent ... [34;1m[SKIPPED][0m
testParseComponentError ... [34;1m[SKIPPED][0m
testParseComponentNoWorker ... [34;1m[SKIPPED][0m
testParseComponentWithLabel ... [34;1m[SKIPPED][0m
testParseComponentWithProject ... [34;1m[SKIPPED][0m
testParseComponentsWithEaters ... [34;1m[SKIPPED][0m
testParseComponentsWithEatersNotSpecified ... [34;1m[SKIPPED][0m
testParseComponentsWithMultipleEater ... [34;1m[SKIPPED][0m
testParseComponentsWithMultipleSources ... [34;1m[SKIPPED][0m
testParseComponentsWithSource ... [34;1m[SKIPPED][0m
testParseComponentsWithTwoEaters ... [34;1m[SKIPPED][0m
testParseComponentsWithTwoSources ... [34;1m[SKIPPED][0m
testParseCompoundProperties ... [34;1m[SKIPPED][0m
testParseCompoundPropertiesError ... [34;1m[SKIPPED][0m
testParseEmpty ... [34;1m[SKIPPED][0m
testParseError ... [34;1m[SKIPPED][0m
testParseFlowError ... [34;1m[SKIPPED][0m
testParseManager ... [34;1m[SKIPPED][0m
testParseManagerError ... [34;1m[SKIPPED][0m
testParseManagerWithBogusPlug ... [34;1m[SKIPPED][0m
testParseManagerWithPlugs ... [34;1m[SKIPPED][0m
testParseNoPlugs ... [34;1m[SKIPPED][0m
testParsePlugs ... [34;1m[SKIPPED][0m
testParsePlugsWithCompoundProperties ... [34;1m[SKIPPED][0m
testParseProperties ... [34;1m[SKIPPED][0m
testParseWrongAtmosphere ... [34;1m[SKIPPED][0m
testParseWrongConfig ... [34;1m[SKIPPED][0m
testParseWrongSyntax ... [34;1m[SKIPPED][0m
testVirtualFeeds ... [34;1m[SKIPPED][0m
TestDictDiff
testHumanReadable ... [34;1m[SKIPPED][0m
testRecursive ... [34;1m[SKIPPED][0m
testSimple ... [34;1m[SKIPPED][0m
TestFunctions
testBuildEatersDict ... [34;1m[SKIPPED][0m
flumotion.test.test_configure
TestConfig
testUninstalled ... [34;1m[SKIPPED][0m
testVariables ... [34;1m[SKIPPED][0m
flumotion.test.test_credentials
TestUsername
testWithPlaintext ... [34;1m[SKIPPED][0m
testWithPlaintextWrongPassword ... [34;1m[SKIPPED][0m
TestUsernameCryptPasswordCrypt
testWithCrypt ... [34;1m[SKIPPED][0m
testWithPlaintext ... [34;1m[SKIPPED][0m
testWithPlaintextWrongPassword ... [34;1m[SKIPPED][0m
testWithPlaintextWrongSalt ... [34;1m[SKIPPED][0m
TestUsernameCryptPasswordCryptChallenger
testWithPlaintext ... [34;1m[SKIPPED][0m
testWithPlaintextWrongPassword ... [34;1m[SKIPPED][0m
TestUsernameCryptPasswordPlaintext
testWithPlaintext ... [34;1m[SKIPPED][0m
testWithPlaintextWrongPassword ... [34;1m[SKIPPED][0m
TestUsernameSha256PasswordCryptChallenger
testWithPlaintext ... [34;1m[SKIPPED][0m
testWithPlaintextWrongPassword ... [34;1m[SKIPPED][0m
flumotion.test.test_dag
TestDAG
testBible ... [34;1m[SKIPPED][0m
testExample ... [34;1m[SKIPPED][0m
testSort ... [34;1m[SKIPPED][0m
testUniqueChildren ... [34;1m[SKIPPED][0m
TestPlanet
testPlanet ... [34;1m[SKIPPED][0m
flumotion.test.test_defer
TestDefer
testBarfOnNongenerator ... [34;1m[SKIPPED][0m
testException ... [34;1m[SKIPPED][0m
testExceptionChain ... [34;1m[SKIPPED][0m
testValues ... [34;1m[SKIPPED][0m
testYieldNothing ... [34;1m[SKIPPED][0m
testYieldResultAfter ... [34;1m[SKIPPED][0m
testYieldResultAtFirst ... [34;1m[SKIPPED][0m
TestRetryingDeferred
testRetryOnce ... [34;1m[SKIPPED][0m
testSimple ... [34;1m[SKIPPED][0m
flumotion.test.test_dialogs
TestErrorDialog
testDialogMain ... [34;1m[SKIPPED][0m
testDialogRun ... [34;1m[SKIPPED][0m
TestProgressDialog
testDialog ... [34;1m[SKIPPED][0m
flumotion.test.test_enum
TestEnum
testEnumError ... [34;1m[SKIPPED][0m
testEnumSet ... [34;1m[SKIPPED][0m
testEnumSimple ... [34;1m[SKIPPED][0m
testEnumValues ... [34;1m[SKIPPED][0m
testEnumValuesCmp ... [34;1m[SKIPPED][0m
testEnumValuesWithRepr ... [34;1m[SKIPPED][0m
testJelly ... [34;1m[SKIPPED][0m
testRepr ... [34;1m[SKIPPED][0m
flumotion.test.test_flavors
TestFullListener
testInvalidate ... [34;1m[SKIPPED][0m
testStateAppendRemoveListener ... [34;1m[SKIPPED][0m
testStateSetListener ... [34;1m[SKIPPED][0m
TestState
testStateAddKey ... [34;1m[SKIPPED][0m
testStateAppendRemove ... [34;1m[SKIPPED][0m
testStateDictAppendRemove ... [34;1m[SKIPPED][0m
testStateGet ... [34;1m[SKIPPED][0m
TestStateSet
testStateAppendRemove ... [34;1m[SKIPPED][0m
testStateAppendRemoveListener ... [34;1m[SKIPPED][0m
testStateDictListener ... [34;1m[SKIPPED][0m
testStateSet ... [34;1m[SKIPPED][0m
testStateSetListener ... [34;1m[SKIPPED][0m
testStateWrongListener ... [34;1m[SKIPPED][0m
flumotion.test.test_greeter
WizardTest
testGreeter ... [34;1m[SKIPPED][0m
flumotion.test.test_htpasswdcrypt
TestHTPasswdCryptKeycard
testWrongKeycardClass ... [34;1m[SKIPPED][0m
TestHTPasswdCryptUACPCC
testOk ... [34;1m[SKIPPED][0m
testTamperWithChallenge ... [34;1m[SKIPPED][0m
TestHTPasswdCryptUACPP
testInit ... [34;1m[SKIPPED][0m
testOk ... [34;1m[SKIPPED][0m
testWrongPassword ... [34;1m[SKIPPED][0m
testWrongUser ... [34;1m[SKIPPED][0m
flumotion.test.test_http
TestHTTPRoot
testRenderRootStreamer ... [34;1m[SKIPPED][0m
testRenderTopStreamer ... [34;1m[SKIPPED][0m
testRenderTreeStreamer ... [34;1m[SKIPPED][0m
TestHTTPStreamingResource
testRenderHTTPAllowDefault ... [34;1m[SKIPPED][0m
testRenderHTTPAuthUnauthorized ... [34;1m[SKIPPED][0m
testRenderHTTPTokenAuthorized ... [34;1m[SKIPPED][0m
testRenderHTTPTokenUnauthorized ... [34;1m[SKIPPED][0m
testRenderNew ... [34;1m[SKIPPED][0m
testRenderNotReady ... [34;1m[SKIPPED][0m
testRenderReachedMaxClients ... [34;1m[SKIPPED][0m
flumotion.test.test_i18n
TestFormat
testFormat ... [34;1m[SKIPPED][0m
testFormatNoArgument ... [34;1m[SKIPPED][0m
TestPluralGettext
testTranslatable ... [34;1m[SKIPPED][0m
testTranslated ... [34;1m[SKIPPED][0m
TestSingularClassbased
testTranslatable ... [34;1m[SKIPPED][0m
testTranslated ... [34;1m[SKIPPED][0m
TestSingularGettext
testTranslatable ... [34;1m[SKIPPED][0m
testTranslated ... [34;1m[SKIPPED][0m
TranslatableTest
testTranslatable ... [34;1m[SKIPPED][0m
testTranslatablePlural ... [34;1m[SKIPPED][0m
TranslatorTest
testTranslateMessage ... [34;1m[SKIPPED][0m
testTranslateOne ... [34;1m[SKIPPED][0m
flumotion.test.test_icalbouncer
TestIcalBouncerFloating
testApprovedBothFloating ... [34;1m[SKIPPED][0m
testApprovedTZFromEnvironmentWithFloating ... [34;1m[SKIPPED][0m
testDeniedUTCAndFloating ... [34;1m[SKIPPED][0m
TestIcalBouncerSetup
testMalformedIcalFile ... [34;1m[SKIPPED][0m
testNoFileProperty ... [34;1m[SKIPPED][0m
testNonexistentIcalFile ... [34;1m[SKIPPED][0m
testSuccessfulSetup ... [34;1m[SKIPPED][0m
TestIcalBouncerTZID
testApprovedBothTZID ... [34;1m[SKIPPED][0m
testApprovedKeycardDurationCalculationTZID ... [34;1m[SKIPPED][0m
testDeniedTZID ... [34;1m[SKIPPED][0m
testIncorrectTimeTZID ... [34;1m[SKIPPED][0m
TestIcalBouncerUTC
testApprovedUTC ... [34;1m[SKIPPED][0m
testDeniedUTC ... [34;1m[SKIPPED][0m
flumotion.test.test_import
TestImport
testImportAllModules ... [34;1m[SKIPPED][0m
flumotion.test.test_keycards
TestHTTPDigestKeycard
testInit ... [34;1m[SKIPPED][0m
TestKeycardHTTPDigest
testInit ... [34;1m[SKIPPED][0m
TestKeycardSending
testSend ... [34;1m[SKIPPED][0m
TestKeycardToken
testInit ... [34;1m[SKIPPED][0m
TestKeycardUACPCC
testInit ... [34;1m[SKIPPED][0m
TestKeycardUACPP
testInit ... [34;1m[SKIPPED][0m
TestMyKeycard
testInit ... [34;1m[SKIPPED][0m
flumotion.test.test_logfilter
TestLogFilter
testComplexFilter ... [34;1m[SKIPPED][0m
testParseFailure ... [34;1m[SKIPPED][0m
testSimpleFilter ... [34;1m[SKIPPED][0m
flumotion.test.test_manager_admin
TestAdminAvatar
testAvatarSet ... [34;1m[SKIPPED][0m
flumotion.test.test_manager_component
TestComponentHeaven
testAttachDetachLinear ... [34;1m[SKIPPED][0m
testAttachDetachMultipleEaters ... [34;1m[SKIPPED][0m
testAttachDetachMultipleFeedersComplex ... [34;1m[SKIPPED][0m
testAttachDetachMultipleFeedersSimple ... [34;1m[SKIPPED][0m
testAttachDetachMultipleFeedersVirtual ... [34;1m[SKIPPED][0m
flumotion.test.test_manager_config
TestManagerConfigParser
testParseBouncerComponent ... [34;1m[SKIPPED][0m
testParseEmpty ... [34;1m[SKIPPED][0m
testParseManager ... [34;1m[SKIPPED][0m
testParseManagerInvalid ... [34;1m[SKIPPED][0m
testParsePlugs ... [34;1m[SKIPPED][0m
testParseSimple ... [34;1m[SKIPPED][0m
TestPlanetConfigParser
testParseAtmosphereEmpty ... [34;1m[SKIPPED][0m
testParseAtmosphereInvalid ... [34;1m[SKIPPED][0m
testParseAtmosphereWithComponent ... [34;1m[SKIPPED][0m
testParseFlow ... [34;1m[SKIPPED][0m
testParseFlowInvalid ... [34;1m[SKIPPED][0m
testParseInvalid ... [34;1m[SKIPPED][0m
testParseSimple ... [34;1m[SKIPPED][0m
TestXMLWriter
testMultiple ... [34;1m[SKIPPED][0m
testPlug ... [34;1m[SKIPPED][0m
flumotion.test.test_manager_manager
TestComponentMapper
testOneComponent ... [34;1m[SKIPPED][0m
TestVishnu
testConfigAfterWorker ... [34;1m[SKIPPED][0m
testConfigBeforeWorker ... [34;1m[SKIPPED][0m
testDeleteFlow ... [34;1m[SKIPPED][0m
testLoadComponent ... [34;1m[SKIPPED][0m
testLoadComponentWithSynchronization ... [34;1m[SKIPPED][0m
testLoadConfiguration ... [34;1m[SKIPPED][0m
testWorker ... [34;1m[SKIPPED][0m
flumotion.test.test_manager_worker
TestHeaven
testAdd ... [34;1m[SKIPPED][0m
testConstructor ... [34;1m[SKIPPED][0m
flumotion.test.test_options
TestOptions
testGroup ... [34;1m[SKIPPED][0m
testParser ... [34;1m[SKIPPED][0m
flumotion.test.test_parts
TestAdminStatusbar
testClear ... [34;1m[SKIPPED][0m
testClearAll ... [34;1m[SKIPPED][0m
testPushPop ... [34;1m[SKIPPED][0m
testPushRemove ... [34;1m[SKIPPED][0m
testSet ... [34;1m[SKIPPED][0m
testTwoContexts ... [34;1m[SKIPPED][0m
TestComponentsView
testCanNotStartMultipleWhenOneIsHappy ... [34;1m[SKIPPED][0m
testCanNotStartMultipleWhenOneIsHungry ... [34;1m[SKIPPED][0m
testCanNotStartMultipleWhenOneIsLost ... [34;1m[SKIPPED][0m
testCanNotStartMultipleWhenOneIsSad ... [34;1m[SKIPPED][0m
testCanNotStartMultipleWhenOneIsWaking ... [34;1m[SKIPPED][0m
testCanNotStartMultipleWhenWorkerIsNotLogged ... [34;1m[SKIPPED][0m
testCanNotStartOneWhenHappy ... [34;1m[SKIPPED][0m
testCanNotStartOneWhenHungry ... [34;1m[SKIPPED][0m
testCanNotStartOneWhenLost ... [34;1m[SKIPPED][0m
testCanNotStartOneWhenSad ... [34;1m[SKIPPED][0m
testCanNotStartOneWhenWaking ... [34;1m[SKIPPED][0m
testCanNotStartWhenNoSelection ... [34;1m[SKIPPED][0m
testCanNotStopMultipleWhenOneIsSleeping ... [34;1m[SKIPPED][0m
testCanNotStopOneWhenSleeping ... [34;1m[SKIPPED][0m
testCanNotStopWhenNoSelection ... [34;1m[SKIPPED][0m
testCanStartMultipleWhenSleeping ... [34;1m[SKIPPED][0m
testCanStartOneWhenSleeping ... [34;1m[SKIPPED][0m
testCanStopMultipleWhenOneNoneIsSleeping ... [34;1m[SKIPPED][0m
testCanStopOneWhenHappy ... [34;1m[SKIPPED][0m
testCanStopOneWhenHungry ... [34;1m[SKIPPED][0m
testCanStopOneWhenLost ... [34;1m[SKIPPED][0m
testCanStopOneWhenSad ... [34;1m[SKIPPED][0m
testCanStopOneWhenWaking ... [34;1m[SKIPPED][0m
testMultipleSelected ... [34;1m[SKIPPED][0m
testNoComponents ... [34;1m[SKIPPED][0m
testNoneSelected ... [34;1m[SKIPPED][0m
testOneSelected ... [34;1m[SKIPPED][0m
testUpdate ... [34;1m[SKIPPED][0m
flumotion.test.test_pb
TestAuthenticator
testIssueNoInfo ... [34;1m[SKIPPED][0m
testIssueUACPCC ... [34;1m[SKIPPED][0m
testIssueUACPP ... [34;1m[SKIPPED][0m
TestTwisted_PortalAuthChallenger
testRightPassword ... [34;1m[SKIPPED][0m
testWrongPassword ... [34;1m[SKIPPED][0m
Test_BouncerWrapper
testUACPCCOk ... [34;1m[SKIPPED][0m
testUACPCCTamperWithChallenge ... [34;1m[SKIPPED][0m
testUACPCCWrongPassword ... [34;1m[SKIPPED][0m
testUACPCCWrongUser ... [34;1m[SKIPPED][0m
testUACPPOk ... [34;1m[SKIPPED][0m
testUACPPWrongPassword ... [34;1m[SKIPPED][0m
Test_FPBClientFactoryHTPasswdCrypt
testOk ... [34;1m[SKIPPED][0m
testWrongPassword ... [34;1m[SKIPPED][0m
testWrongUser ... [34;1m[SKIPPED][0m
Test_FPBClientFactorySaltSha256
testOk ... [34;1m[SKIPPED][0m
testWrongPassword ... [34;1m[SKIPPED][0m
testWrongUser ... [34;1m[SKIPPED][0m
Test_FPortalRoot
testRootObject ... [34;1m[SKIPPED][0m
flumotion.test.test_pbstream
TestClientEater
testRun ... [34;1m[SKIPPED][0m
testRunImmediateStop ... [34;1m[SKIPPED][0m
flumotion.test.test_porter
TestHTTPPorterProtocol
testRightLocationFound ... [34;1m[SKIPPED][0m
testRightLocationNotFound ... [34;1m[SKIPPED][0m
testWrongLocation ... [34;1m[SKIPPED][0m
TestHTTPPorterProtocolParser
testInjectRequestId ... [34;1m[SKIPPED][0m
testParseWithHost ... [34;1m[SKIPPED][0m
testParseWithParams ... [34;1m[SKIPPED][0m
testSimpleParse ... [34;1m[SKIPPED][0m
testUnparse ... [34;1m[SKIPPED][0m
testWrongLine ... [34;1m[SKIPPED][0m
TestPorterProtocol
testBreakDelimiter ... [34;1m[SKIPPED][0m
testNoIdentifier ... [34;1m[SKIPPED][0m
flumotion.test.test_public_ui_api
TestPublicUI
testPublicUIAPI ... [34;1m[SKIPPED][0m
flumotion.test.test_reflect
TestSimple
testSimple ... [34;1m[SKIPPED][0m
flumotion.test.test_registry
TestComponentEntry
testThings ... [34;1m[SKIPPED][0m
TestFindComponents
testSimple ... [34;1m[SKIPPED][0m
TestRegistry
testAddXmlParseError ... [34;1m[SKIPPED][0m
testClean ... [34;1m[SKIPPED][0m
testComponentTypeError ... [34;1m[SKIPPED][0m
testDefault ... [34;1m[SKIPPED][0m
testDump ... [34;1m[SKIPPED][0m
testDumpWithCompoundProperties ... [34;1m[SKIPPED][0m
testDumpWithEscapedPropertyDescription ... [34;1m[SKIPPED][0m
testIsTrue ... [34;1m[SKIPPED][0m
testParseBasic ... [34;1m[SKIPPED][0m
testParseComponentCompoundProperties ... [34;1m[SKIPPED][0m
testParseComponentProperties ... [34;1m[SKIPPED][0m
testParseComponentPropertiesErrors ... [34;1m[SKIPPED][0m
testParseComponents ... [34;1m[SKIPPED][0m
testgetMTime ... [34;1m[SKIPPED][0m
flumotion.test.test_saltsha256
TestSaltSha256USCPCC
testOk ... [34;1m[SKIPPED][0m
testTamperWithChallenge ... [34;1m[SKIPPED][0m
TestWrongKeycardClass
testWrongKeycardClass ... [34;1m[SKIPPED][0m
flumotion.test.test_testclasses
TestOnePB
testCacheable ... [34;1m[SKIPPED][0m
testFakeKeycard ... [34;1m[SKIPPED][0m
TestTwoPB
testFakeKeycard ... [34;1m[SKIPPED][0m
flumotion.test.test_twisted_integration
IntegrationPlanExecuteTest
testKill ... [34;1m[SKIPPED][0m
testProcessesStillRunning ... [34;1m[SKIPPED][0m
testTransientProcess ... [34;1m[SKIPPED][0m
testUnexpectedExitCode ... [34;1m[SKIPPED][0m
testUnexpectedProcessExit ... [34;1m[SKIPPED][0m
IntegrationPlanGenerationTest
testKill ... [34;1m[SKIPPED][0m
testTransientProcess ... [34;1m[SKIPPED][0m
IntegrationProcessTest
testKill ... [34;1m[SKIPPED][0m
testTimeOut ... [34;1m[SKIPPED][0m
testTransientProcess ... [34;1m[SKIPPED][0m
IntegrationTestDecoratorTest
testFalse ... [34;1m[SKIPPED][0m
testKill ... [34;1m[SKIPPED][0m
testParallelStartAndKill ... [34;1m[SKIPPED][0m
testParallelWait ... [34;1m[SKIPPED][0m
testTransientProcess ... [34;1m[SKIPPED][0m
flumotion.test.test_ui_fgtk
VUTest
testGetSet ... [34;1m[SKIPPED][0m
testScale ... [34;1m[SKIPPED][0m
testWidget ... [34;1m[SKIPPED][0m
flumotion.test.test_wizard
WizardSaveTest
testAudioTestWorkers ... [34;1m[SKIPPED][0m
testFirewireAudioAndVideo ... [34;1m[SKIPPED][0m
WizardStepTest
testLoadSteps ... [34;1m[SKIPPED][0m
testStepComponentProperties ... [34;1m[SKIPPED][0m
flumotion.test.test_wizard_models
TestProperties
testContains ... [34;1m[SKIPPED][0m
testDeleteAttribute ... [34;1m[SKIPPED][0m
testDeleteAttributeUnderscore ... [34;1m[SKIPPED][0m
testDeleteItem ... [34;1m[SKIPPED][0m
testDeleteItemUnderscore ... [34;1m[SKIPPED][0m
testSetAttribute ... [34;1m[SKIPPED][0m
testSetAttributeUnderscore ... [34;1m[SKIPPED][0m
testSetInvalid ... [34;1m[SKIPPED][0m
testSetItem ... [34;1m[SKIPPED][0m
testSetItemUnderscore ... [34;1m[SKIPPED][0m
flumotion.test.test_wizard_save
TestNameConflicts
testNameConflicts ... [34;1m[SKIPPED][0m
testNameConflictsDoubleDigits ... [34;1m[SKIPPED][0m
TestWizardSave
testAudioOnlyStream ... [34;1m[SKIPPED][0m
testDefaultStream ... [34;1m[SKIPPED][0m
testFirewireStreamer ... [34;1m[SKIPPED][0m
testFirewireStreamerDifferentWorkers ... [34;1m[SKIPPED][0m
testMultiFeedProducer ... [34;1m[SKIPPED][0m
testOggStream ... [34;1m[SKIPPED][0m
testOndemand ... [34;1m[SKIPPED][0m
TestXMLWriter
testAtmosphereComponent ... [34;1m[SKIPPED][0m
testComponentWithFeeders ... [34;1m[SKIPPED][0m
testComponentWithPlug ... [34;1m[SKIPPED][0m
testEmpty ... [34;1m[SKIPPED][0m
testFlowComponent ... [34;1m[SKIPPED][0m
flumotion.test.test_worker_config
WorkerConfigTest
testRandomFeederPorts ... [34;1m[SKIPPED][0m
flumotion.test.test_worker_job
TestCheckJobHeaven
testInit ... [34;1m[SKIPPED][0m
flumotion.test.test_worker_medium
TestWorkerMedium
testConnect ... [34;1m[SKIPPED][0m
flumotion.test.test_worker_worker
TestBrain
testInit ... [34;1m[SKIPPED][0m
flumotion.test.test_workerconfig
TestConfig
testParseAuthentication ... [34;1m[SKIPPED][0m
testParseAuthenticationError ... [34;1m[SKIPPED][0m
testParseEmpty ... [34;1m[SKIPPED][0m
testParseError ... [34;1m[SKIPPED][0m
testParseManager ... [34;1m[SKIPPED][0m
testParseManagerError ... [34;1m[SKIPPED][0m
testParseWorkerError ... [34;1m[SKIPPED][0m
testParseWorkerFeederPorts ... [34;1m[SKIPPED][0m
testParseWorkerName ... [34;1m[SKIPPED][0m
testParseWorkerRandomFeederPorts ... [34;1m[SKIPPED][0m
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConnectFailure
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConnectSuccess
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConstructor
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testReconnect
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal2
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal3
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testUnknownPlug
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testUnknownSocket
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_connections.AdminConnectiontionsTest.testGetRecentConnections
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConnectFailure
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConnectSuccess
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConstructor
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testReconnect
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCrypt
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongSalt
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongUser
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintext
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongUser
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerInit.testCredPlaintext
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrect
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrectWithId
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextWrong
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrect
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrectWithId
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testBadVersion
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testBigger
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testEquals
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testSmaller
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestComponentPath.testPath
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestEnsureDir.testExisting
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestEnsureDir.testNonExisting
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitA
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitB
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitC
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitD
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestObjRepr.testMe
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestPathToModule.testPaths
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestVersion.testVersion
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestVersion.test_versionTupleToString
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveAscending
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveDescending
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveAscending
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveDescending
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertRandomRemoveRandom
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerOneFile
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerOneSum
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerTwoFiles
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerTwoSum
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAdd
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAddUnique
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketDepend
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketFile
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketImport
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketName
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketPackage
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestUnbundler.testUnbundler
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestUnbundler.testUnbundlerRelative
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testSimpleStateListener
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateAppend
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateListener
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateListenerIntermediate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateSaveReference
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateSet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_connection.TestConnection.testParse
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testDaylightSavingsChange
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testExDate
Implemented, but lacks testcase
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testMultipleRRule
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testExAsStartDateWithRecurrence
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testExWithRecurrence
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointSingle
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecur
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecurUntil
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testRecurrenceOverMidnight
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testComparison
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testTimeZones
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.FunctionsTest.testToDateTime
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.testVerifyPoints
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.test_getActiveEventInstances
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendar
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarFromFile
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDateTimes
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDates
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateAndEndDateTime
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateTimeAndEndDate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEvent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithDifferentUID
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithSameUID
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotEndBeforeNow
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotStartLaterThanTomorrow
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveRecurrenceId
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testOverMidnight
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsDaily
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsHourly
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsOverMidnight
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotNow
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotStartDate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsStartDate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.iCalTestCase.testGetPoints
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.iCalTestCase.testRecurrenceId
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testBytes
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testExbibyte
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testGibibyte
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testKibibyte
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testMebibyte
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testMegabyte
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testPebibyte
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testTebibyte
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testDay
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testDays
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testFractionalSecond
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testHourMinuteSecond
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testMinuteSecond
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testReallyLong
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testSecond
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testWeek
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testWeeks
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testYear
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_fraction.TestFraction.testFractionAsFloat
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_fraction.TestFraction.testFractionAsString
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_fraction.TestFraction.testFractionFromValue
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetEqualTranslatableTwice
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetSameMessageTwice
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetSameTranslatableTwice
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testMessageAppendRemove
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.ResultTest.testSerializeWithError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.ResultTest.testSerializeWithWarning
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testCreate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testDefaultMessageId
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testSerialize
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestAddress.testGetHost
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestAddress.testGetPort
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4Parse
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4ParseString
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testAddRemove
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testBasicRouting
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testIterHumanReadable
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testParseFromFile
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRouteIteration
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRouteNamesOrder
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRoutingPrecedence
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testCurrent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testPackagerWithNonePrefix
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testPyRegisterBeforeImportWithoutHooks
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testRegisterBeforeImportWithPackager
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testRegisterNewPackagePath
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testTwoStackedProjects
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestRecursively.testListDir
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestRecursively.testListPyfile
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.AllComponentStateTest.testClass
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.AllComponentStateTest.testMood
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.InvalidateTest.testInvalidate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ListenerTest.testMood
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ManagerComponentStateTest.testGetSet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ManagerComponentStateTest.testSetWrongArg
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestPid.testAll
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.testKillPid
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.testTermPid
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.test_checkPidRunning
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_pygobject.SetProperty.testButton
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_pygobject.TestPyGObject.testPyGObject
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testDisconnect
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testDisconnectByFunc
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testEmitSelf
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testMixin
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_vfs.VFSTest.testListDirectory
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testComplete
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testEncoderMuxer
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testProducerEncoderMuxer
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testIndent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testPush
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteLine
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTag
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttr
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttrData
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagData
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestExpandElementNames.testOddDelimeters
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testErrors
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneFeed
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneFeedWithout
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneSource
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneSourceWithout
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testSimpleOneElement
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testSimpleTwoElements
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoBoth
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoFeeds
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoSources
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenAfterTheWindowSize
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testInstantiate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledEndCallbackWhenEndInWindowSize
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledNotACallbackWhenCancelled
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledStartCallbackWhenStartInWindowSize
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testSubscribe
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testUnsubscribe
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testWindowSizeByDefault
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_watcher.WatcherTest.testInstantiate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAuthentication
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAutoExpire
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testHarness
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testKeepAlive
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testTimeoutAlgorithm
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testEarlyCanceling
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testLateCanceling
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testNormalBehaviors
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testSessionExpiration
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAuthentication
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAutoExpire
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testHarness
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testKeepAlive
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testTimeoutAlgorithm
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAuthentication
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAutoExpire
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testHarness
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testKeepAlive
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testTimeoutAlgorithm
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestDownstreamFeedClient.testConnectAndFeed
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestDownstreamFeedClient.testRequestFeed
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestFeedClient.testBadPass
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestFeedClient.testConnectWithoutDroppingPB
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestUpstreamFeedClient.testConnectAndFeed
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestUpstreamFeedClient.testRequestFeed
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.test1277
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.testRemoteEatFrom
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feeder.TestFeeder.testReconnect
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feeder.TestFeeder.test_clientConnected
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountEmpty
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountOnDemand
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountRoot
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testFileMountEmpty
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testFileMountOnDemand
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.PlugTest.testSetRootResource
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.PlugTest.testSetRootResourceMultiple
This is a bug in the httpserver api
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLV
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVRangeStart
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVStart
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVStartZero
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testGetChild
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testFull
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRange
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeHead
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeStart
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffix
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffixTooBig
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongEmptyBytesRange
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongNoRange
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongRange
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongTypeRange
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestOldProperties.testPropertiesConverted
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestStreamDataNoPlug.testGetStreamData
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestStreamDataPlug.testGetStreamData
See #1137
===============================================================================
[SKIPPED]: flumotion.test.test_component_init.TestInit.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorActivation
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorTimeout
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItems
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItemsReverse
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveMultipleItems
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveRepeatedly
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveSingleItem
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddSingleItem
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedMultiple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedSingle
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testParseErrorInBlocking
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testGetUniqueName
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testGstreamerError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testInstantiateErrors
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testInvalidType
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testNonDefaultLink
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testSimpleLink
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testValidType
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterAutoSelection
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterUserSelection
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testGetComponentEntries
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testGetComponentEntriesWrong
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseAtmosphere
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentNoWorker
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentWithLabel
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentWithProject
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithEaters
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithEatersNotSpecified
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleEater
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleSources
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithSource
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithTwoEaters
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithTwoSources
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseCompoundProperties
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseCompoundPropertiesError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseEmpty
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseFlowError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManager
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerWithBogusPlug
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerWithPlugs
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseNoPlugs
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParsePlugs
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParsePlugsWithCompoundProperties
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseProperties
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongAtmosphere
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongConfig
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongSyntax
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testVirtualFeeds
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testHumanReadable
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testRecursive
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestFunctions.testBuildEatersDict
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_configure.TestConfig.testUninstalled
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_configure.TestConfig.testVariables
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsername.testWithPlaintext
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsername.testWithPlaintextWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithCrypt
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintext
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongSalt
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintext
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintextWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintext
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintextWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintext
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintextWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testBible
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testExample
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testSort
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testUniqueChildren
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestPlanet.testPlanet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testBarfOnNongenerator
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testException
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testExceptionChain
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testValues
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldNothing
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldResultAfter
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldResultAtFirst
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestRetryingDeferred.testRetryOnce
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestRetryingDeferred.testSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestErrorDialog.testDialogMain
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestErrorDialog.testDialogRun
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestProgressDialog.testDialog
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumSet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValues
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValuesCmp
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValuesWithRepr
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testJelly
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testRepr
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testInvalidate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testStateAppendRemoveListener
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testStateSetListener
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateAddKey
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateAppendRemove
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateDictAppendRemove
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateGet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateAppendRemove
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateAppendRemoveListener
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateDictListener
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateSet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateSetListener
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateWrongListener
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_greeter.WizardTest.testGreeter
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptKeycard.testWrongKeycardClass
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testOk
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testTamperWithChallenge
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testOk
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongUser
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderRootStreamer
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderTopStreamer
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderTreeStreamer
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAllowDefault
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAuthUnauthorized
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenAuthorized
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenUnauthorized
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderNew
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderNotReady
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderReachedMaxClients
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestFormat.testFormat
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestFormat.testFormatNoArgument
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestPluralGettext.testTranslatable
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestPluralGettext.testTranslated
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularClassbased.testTranslatable
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularClassbased.testTranslated
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularGettext.testTranslatable
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularGettext.testTranslated
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatableTest.testTranslatable
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatableTest.testTranslatablePlural
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatorTest.testTranslateMessage
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatorTest.testTranslateOne
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testApprovedBothFloating
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testApprovedTZFromEnvironmentWithFloating
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testDeniedUTCAndFloating
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testMalformedIcalFile
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testNoFileProperty
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testNonexistentIcalFile
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testSuccessfulSetup
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testApprovedBothTZID
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testApprovedKeycardDurationCalculationTZID
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testDeniedTZID
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testIncorrectTimeTZID
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerUTC.testApprovedUTC
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerUTC.testDeniedUTC
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_import.TestImport.testImportAllModules
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestHTTPDigestKeycard.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardHTTPDigest.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardSending.testSend
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardToken.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardUACPCC.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardUACPP.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestMyKeycard.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testComplexFilter
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testParseFailure
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testSimpleFilter
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_admin.TestAdminAvatar.testAvatarSet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachLinear
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleEaters
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersComplex
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersVirtual
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseBouncerComponent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseEmpty
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseManager
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseManagerInvalid
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParsePlugs
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereEmpty
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereInvalid
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereWithComponent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlow
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlowInvalid
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseInvalid
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestXMLWriter.testMultiple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestXMLWriter.testPlug
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestComponentMapper.testOneComponent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testConfigAfterWorker
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testConfigBeforeWorker
andy will definitely not fix this soon
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testDeleteFlow
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadComponent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadComponentWithSynchronization
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadConfiguration
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testWorker
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_worker.TestHeaven.testAdd
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_worker.TestHeaven.testConstructor
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_options.TestOptions.testGroup
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_options.TestOptions.testParser
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testClear
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testClearAll
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testPushPop
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testPushRemove
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testSet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testTwoContexts
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHappy
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHungry
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsLost
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsSad
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsWaking
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenWorkerIsNotLogged
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHappy
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHungry
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenLost
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenSad
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenWaking
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartWhenNoSelection
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopMultipleWhenOneIsSleeping
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopOneWhenSleeping
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopWhenNoSelection
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStartMultipleWhenSleeping
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStartOneWhenSleeping
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopMultipleWhenOneNoneIsSleeping
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHappy
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHungry
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenLost
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenSad
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenWaking
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testMultipleSelected
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testNoComponents
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testNoneSelected
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testOneSelected
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testUpdate
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestAuthenticator.testIssueNoInfo
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestAuthenticator.testIssueUACPCC
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestAuthenticator.testIssueUACPP
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testRightPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCOk
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCTamperWithChallenge
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongUser
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPPOk
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPPWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testOk
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongUser
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testOk
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testWrongPassword
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testWrongUser
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPortalRoot.testRootObject
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pbstream.TestClientEater.testRun
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pbstream.TestClientEater.testRunImmediateStop
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocol.testRightLocationFound
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocol.testRightLocationNotFound
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocol.testWrongLocation
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testInjectRequestId
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testParseWithHost
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testParseWithParams
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testSimpleParse
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testUnparse
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testWrongLine
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestPorterProtocol.testBreakDelimiter
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestPorterProtocol.testNoIdentifier
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_public_ui_api.TestPublicUI.testPublicUIAPI
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_reflect.TestSimple.testSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestComponentEntry.testThings
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestFindComponents.testSimple
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testAddXmlParseError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testClean
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testComponentTypeError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testDefault
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testDump
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testDumpWithCompoundProperties
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testDumpWithEscapedPropertyDescription
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testIsTrue
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseBasic
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseComponentCompoundProperties
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseComponentProperties
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseComponentPropertiesErrors
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseComponents
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testgetMTime
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_saltsha256.TestSaltSha256USCPCC.testOk
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_saltsha256.TestSaltSha256USCPCC.testTamperWithChallenge
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_saltsha256.TestWrongKeycardClass.testWrongKeycardClass
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_testclasses.TestOnePB.testCacheable
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_testclasses.TestOnePB.testFakeKeycard
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_testclasses.TestTwoPB.testFakeKeycard
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testKill
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testProcessesStillRunning
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testTransientProcess
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testUnexpectedExitCode
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testUnexpectedProcessExit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanGenerationTest.testKill
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanGenerationTest.testTransientProcess
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationProcessTest.testKill
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationProcessTest.testTimeOut
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationProcessTest.testTransientProcess
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testFalse
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testKill
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testParallelStartAndKill
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testParallelWait
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testTransientProcess
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_ui_fgtk.VUTest.testGetSet
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_ui_fgtk.VUTest.testScale
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_ui_fgtk.VUTest.testWidget
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardSaveTest.testAudioTestWorkers
Maybe Andy's generator work broke this ?
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardSaveTest.testFirewireAudioAndVideo
Maybe Andys generator work broke this ?
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardStepTest.testLoadSteps
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardStepTest.testStepComponentProperties
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testContains
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testDeleteAttribute
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testDeleteAttributeUnderscore
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testDeleteItem
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testDeleteItemUnderscore
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetAttribute
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetAttributeUnderscore
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetInvalid
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetItem
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetItemUnderscore
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestNameConflicts.testNameConflicts
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestNameConflicts.testNameConflictsDoubleDigits
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testAudioOnlyStream
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testDefaultStream
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testFirewireStreamer
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testFirewireStreamerDifferentWorkers
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testMultiFeedProducer
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testOggStream
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testOndemand
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testAtmosphereComponent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testComponentWithFeeders
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testComponentWithPlug
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testEmpty
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testFlowComponent
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_worker_config.WorkerConfigTest.testRandomFeederPorts
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_worker_job.TestCheckJobHeaven.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_worker_medium.TestWorkerMedium.testConnect
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_worker_worker.TestBrain.testInit
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseAuthentication
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseAuthenticationError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseEmpty
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseManager
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseManagerError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseWorkerError
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseWorkerFeederPorts
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseWorkerName
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseWorkerRandomFeederPorts
this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor instance at 0x2aaaacc86fc8> as the reactor
-------------------------------------------------------------------------------
Ran 633 tests in 94.163s
PASSED (skips=602, successes=31)
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/test'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/test'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/test'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/test'
Making check in tester
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/tester'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/tester'
Making check in twisted
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/twisted'
Making check in ui
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/ui'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/ui'
Making check in worker
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/worker'
Making check in checks
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/worker/checks'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/worker/checks'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/worker'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/worker'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/worker'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion'
Making check in doc
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc'
Making check in man
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc/man'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc/man'
Making check in reference
ls: flumotion/wizard/*.py: No such file or directory
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc/reference'
make check-local
ls: flumotion/wizard/*.py: No such file or directory
ls: flumotion/wizard/*.py: No such file or directory
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc/reference'
Importing 134 modules.
[ 0%] ............................................................
[ 45%] ............................................................
[ 90%] ..............
Building API documentation for 134 modules.
[ 0%] ..
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/admin/admin.py
In flumotion.admin.admin.AdminModel.bundleErrback docstring (line 285):
---------------------------------------------------------------------------
- Warning: @param for unknown parameter filename
- Warning: raises expected a single argument
- Warning: @type for unknown parameter filename
...................
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/eventcalendar.py
In flumotion.common.eventcalendar.EventInstance docstring (line 157):
---------------------------------------------------------------------------
- Warning: @type for unknown variable start
- Warning: @type for unknown variable end
- Warning: @type for unknown variable event
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/eventcalendar.py
In flumotion.common.eventcalendar.Point docstring (line 122):
---------------------------------------------------------------------------
- Warning: @type for unknown variable dt
- Warning: @type for unknown variable eventInstance
- Warning: @type for unknown variable which
..
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/flumotion/common/fraction.py
In flumotion.common.fraction.gcd docstring (line 31):
---------------------------------------------------------------------------
L36: Warning: Possible mal-formatted field item.
..
..............
Warning: could not find a module for <class 'flumotion.common.enum.Moods'>
................
Warning: UID conflict detected: flumotion.common.watched.Watched
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.__init__
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.notify_changed
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.unwatch
Warning: UID conflict detected: flumotion.common.watched.Watched.watch
.....
[ 45%] ....................
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc/reference'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc/reference'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/doc'
Making check in common
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/common'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/common'
Making check in pkgconfig
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/pkgconfig'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/pkgconfig'
Making check in tests
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/tests'
Making check in integration
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/tests/integration'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/tests/integration'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/tests'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/tests'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/tests'
Making check in po
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/po'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build/po'