(view as text)
make check
 in dir /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-quick-t2.1.0/build (timeout 1200 secs)
 argv: ['make', 'check']
 environment: {'TAR_OPTIONS': '--wildcards', 'SHELL': '/bin/sh', 'SHLVL': '1', 'PYTHONPATH': '/home/buildbot/svn/twisted/tags/release-2.1.0:/home/buildbot/flumotion/buildbot', 'OLDPWD': '/home/buildbot', 'PWD': '/home/buildbot/flumotion', 'LOGNAME': 'buildbot', 'USER': 'buildbot', 'PATH': '/home/buildbot/svn/twisted/tags/release-2.1.0/bin:/usr/lib/ccache/bin:/usr/bin:/bin', 'PKG_CONFIG_PATH': '/home/buildbot/flumotion/prefix/trunk/lib/pkgconfig', 'HOME': '/home/buildbot', 'DISPLAY': ':9', '_': '/bin/nice'}
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 ...                                                       [OK]
      testLevel3 ...                                                       [OK]
    TestLog
      testAddLogHandlerRaises ...                                          [OK]
      testEllipsize ...                                                    [OK]
      testFormatStrings ...                                                [OK]
      testGetFileLine ...                                                  [OK]
      testGetFormattedLevelName ...                                        [OK]
      testGetLevelInt ...                                                  [OK]
      testGetLevelName ...                                                 [OK]
      testLimitInvisible ...                                               [OK]
      testLimitedError ...                                                 [OK]
      testLimitedVisible ...                                               [OK]
      testLogHandler ...                                                   [OK]
      testLogHandlerLimitedLevels ...                                      [OK]
      testSetDebug ...                                                     [OK]
    TestLogNames
      testGetLevelCode ...                                                 [OK]
      testGetLevelName ...                                                 [OK]
      testGetLevelNames ...                                                [OK]
    TestLogSettings
      testSet ...                                                          [OK]
    TestOwnLogHandler
      testLogHandlerAssertion ...                                          [OK]
      testOwnLogHandlerLimited ...                                         [OK]
    TestWriteMark
      testWriteMarkInDebug ...                                             [OK]
      testWriteMarkInError ...                                             [OK]
      testWriteMarkInInfo ...                                              [OK]
      testWriteMarkInLog ...                                               [OK]
      testWriteMarkInWarn ...                                              [OK]

-------------------------------------------------------------------------------
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

                                              [OK]
      testConnectSuccess ...                                               [OK]
      testConstructor ...                                                  [OK]
      testReconnect ...                                                    [OK]
  flumotion.test.test_admin_config
    AdminConfigTest
      testMinimal ...                                                      [OK]
      testMinimal2 ...                                                     [OK]
      testMinimal3 ...                                                     [OK]
      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')
                                                 [OK]
      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')
                                               [OK]
  flumotion.test.test_admin_connections
    AdminConnectiontionsTest
      testGetRecentConnections ...                                         [OK]
  flumotion.test.test_admin_multi
    MultiAdminTest
      testConnectFailure ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

                                              [OK]
      testConnectSuccess ...                                               [OK]
      testConstructor ...                                                  [OK]
      testReconnect ...                                                    [OK]
  flumotion.test.test_checkers
    TestCryptCheckerAddUser
      testCredCrypt ...                                                    [OK]
      testCredCryptWrongPassword ...                                       [OK]
      testCredCryptWrongSalt ...                                           [OK]
      testCredCryptWrongUser ...                                           [OK]
      testCredPlaintext ...                                                [OK]
      testCredPlaintextWrongPassword ...                                   [OK]
      testCredPlaintextWrongUser ...                                       [OK]
    TestCryptCheckerInit
      testCredPlaintext ...                                                [OK]
    TestFlexibleWithPassword
      testCredPlaintextCorrect ...                                         [OK]
      testCredPlaintextCorrectWithId ...                                   [OK]
      testCredPlaintextWrong ...                                           [OK]
    TestFlexibleWithoutPassword
      testCredPlaintextCorrect ...                                         [OK]
      testCredPlaintextCorrectWithId ...                                   [OK]
  flumotion.test.test_common
    TestCompareVersions
      testBadVersion ...                                                   [OK]
      testBigger ...                                                       [OK]
      testEquals ...                                                       [OK]
      testSmaller ...                                                      [OK]
    TestComponentPath
      testPath ...                                                         [OK]
    TestEnsureDir
      testExisting ...                                                     [OK]
      testNonExisting ...                                                  [OK]
    TestInitMixin
      testInitA ...                                                        [OK]
      testInitB ...                                                        [OK]
      testInitC ...                                                        [OK]
      testInitD ...                                                        [OK]
    TestObjRepr
      testMe ...                                                           [OK]
    TestPathToModule
      testPaths ...                                                        [OK]
    TestVersion
      testVersion ...                                                      [OK]
      test_versionTupleToString ...                                        [OK]
  flumotion.test.test_common_avltree
    TestAVLTree
      testInsertAscendingRemoveAscending ...                               [OK]
      testInsertAscendingRemoveDescending ...                              [OK]
      testInsertDescendingRemoveAscending ...                              [OK]
      testInsertDescendingRemoveDescending ...                             [OK]
      testInsertRandomRemoveRandom ...                                     [OK]
  flumotion.test.test_common_bundle
    TestBundler
      testBundlerOneFile ...                                               [OK]
      testBundlerOneSum ...                                                [OK]
      testBundlerTwoFiles ...                                              [OK]
      testBundlerTwoSum ...                                                [OK]
    TestBundlerBasket
      testBundlerBasketAdd ...                                             [OK]
      testBundlerBasketAddUnique ...                                       [OK]
      testBundlerBasketDepend ...                                          [OK]
      testBundlerBasketFile ...                                            [OK]
      testBundlerBasketImport ...                                          [OK]
      testBundlerBasketName ...                                            [OK]
      testBundlerBasketPackage ...                                         [OK]
    TestUnbundler
      testUnbundler ...                                                    [OK]
      testUnbundlerRelative ...                                            [OK]
  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
                                         [OK]
      testStateAppend ...                                                  [OK]
      testStateListener ...                                                [OK]
      testStateListenerIntermediate ...                                    [OK]
      testStateSaveReference ...                                           [OK]
      testStateSet ...                                                     [OK]
  flumotion.test.test_common_connection
    TestConnection
      testParse ...                                                        [OK]
  flumotion.test.test_common_eventcalendar
    CalendarParserTestCase
      testDaylightSavingsChange ...                                        [OK]
      testExDate ...                                                  [SKIPPED]
      testMultipleRRule ...                                                [OK]
    EventSetTestCase
      testExAsStartDateWithRecurrence ...                                  [OK]
      testExWithRecurrence ...                                             [OK]
      testGetPointSingle ...                                               [OK]
      testGetPointsRecur ...                                               [OK]
      testGetPointsRecurUntil ...                                          [OK]
      testRecurrenceOverMidnight ...                                       [OK]
    EventTest
      testComparison ...                                                   [OK]
      testSimple ...                                                       [OK]
      testTimeZones ...                                                    [OK]
    FunctionsTest
      testToDateTime ...                                                   [OK]
    ICalSchedulerURGentTest
      testVerifyPoints ...                                                 [OK]
      test_getActiveEventInstances ...                                     [OK]
    ICalendarTest
      testParseCalendar ...                                                [OK]
      testParseCalendarFromFile ...                                        [OK]
      testParseCalendarWithDateTimes ...                                   [OK]
      testParseCalendarWithDates ...                                       [OK]
      testParseCalendarWithStartDateAndEndDateTime ...                     [OK]
      testParseCalendarWithStartDateTimeAndEndDate ...                     [OK]
    ManualCalendarTest
      testAddEvent ...                                                     [OK]
      testAddEventsWithDifferentUID ...                                    [OK]
      testAddEventsWithSameUID ...                                         [OK]
      testCurrentEventsDoNotEndBeforeNow ...                               [OK]
      testCurrentEventsDoNotStartLaterThanTomorrow ...                     [OK]
      testGetActiveRecurrenceId ...                                        [OK]
      testGetActiveSimple ...                                              [OK]
      testOverMidnight ...                                                 [OK]
      testRecurrenceEventsDaily ...                                        [OK]
      testRecurrenceEventsHourly ...                                       [OK]
      testRecurrenceEventsOverMidnight ...                                 [OK]
      testRecurrenceEventsWhereExDateIsNotNow ...                          [OK]
      testRecurrenceEventsWhereExDateIsNotStartDate ...                    [OK]
      testRecurrenceEventsWhereExDateIsStartDate ...                       [OK]
    iCalTestCase
      testGetPoints ...                                                    [OK]
      testRecurrenceId ...                                                 [OK]
  flumotion.test.test_common_format
    TestFormatStorage
      testBytes ...                                                        [OK]
      testExbibyte ...                                                     [OK]
      testGibibyte ...                                                     [OK]
      testKibibyte ...                                                     [OK]
      testMebibyte ...                                                     [OK]
      testMegabyte ...                                                     [OK]
      testPebibyte ...                                                     [OK]
      testTebibyte ...                                                     [OK]
    TestFormatTime
      testDay ...                                                          [OK]
      testDays ...                                                         [OK]
      testFractionalSecond ...                                             [OK]
      testHourMinuteSecond ...                                             [OK]
      testMinuteSecond ...                                                 [OK]
      testReallyLong ...                                                   [OK]
      testSecond ...                                                       [OK]
      testWeek ...                                                         [OK]
      testWeeks ...                                                        [OK]
      testYear ...                                                         [OK]
  flumotion.test.test_common_fraction
    TestFraction
      testFractionAsFloat ...                                              [OK]
      testFractionAsString ...                                             [OK]
      testFractionFromValue ...                                            [OK]
  flumotion.test.test_common_gstreamer
    Caps
      testCaps ...                                                         [OK]
      testCapsStreamheader ...                                             [OK]
    DeepNotify
      testDeepNotify ...                                                   [OK]
    Factory
      testFakeSrc ...                                                      [OK]
    TestProperty
      testHasProperty ...                                                  [OK]
      testHasPropertyValue ...                                             [OK]
  flumotion.test.test_common_messages
    PBSerializationTest
      testGetEqualTranslatableTwice ...                                    [OK]
      testGetSameMessageTwice ...                                          [OK]
      testGetSameTranslatableTwice ...                                     [OK]
      testMessageAppendRemove ...                                          [OK]
    ResultTest
      testSerializeWithError ...                                           [OK]
      testSerializeWithWarning ...                                         [OK]
    SerializeTest
      testCreate ...                                                       [OK]
      testDefaultMessageId ...                                             [OK]
      testSerialize ...                                                    [OK]
  flumotion.test.test_common_netutils
    TestAddress
      testGetHost ...                                                      [OK]
      testGetPort ...                                                      [OK]
    TestIpv4Parse
      testIpv4Parse ...                                                    [OK]
      testIpv4ParseString ...                                              [OK]
    TestRoutingTable
      testAddRemove ...                                                    [OK]
      testBasicRouting ...                                                 [OK]
      testIterHumanReadable ...                                            [OK]
      testParseFromFile ...                                                [OK]
      testRouteIteration ...                                               [OK]
      testRouteNamesOrder ...                                              [OK]
      testRoutingPrecedence ...                                            [OK]
  flumotion.test.test_common_package
    TestPackagePath
      testCurrent ...                                                      [OK]
      testPackagerWithNonePrefix ...                                       [OK]
      testPyRegisterBeforeImportWithoutHooks ...                           [OK]
      testRegisterBeforeImportWithPackager ...                             [OK]
      testRegisterNewPackagePath ...                                       [OK]
      testTwoStackedProjects ...                                           [OK]
    TestRecursively
      testListDir ...                                                      [OK]
      testListPyfile ...                                                   [OK]
  flumotion.test.test_common_planet
    AllComponentStateTest
      testClass ...                                                        [OK]
      testMood ...                                                         [OK]
    InvalidateTest
      testInvalidate ...                                                   [OK]
    ListenerTest
      testMood ...                                                         [OK]
    ManagerComponentStateTest
      testGetSet ...                                                       [OK]
      testSetWrongArg ...                                                  [OK]
  flumotion.test.test_common_process
    TestPid
      testAll ...                                                          [OK]
    TestProcess
      testKillPid ...                                                      [OK]
      testTermPid ...                                                      [OK]
      test_checkPidRunning ...                                             [OK]
  flumotion.test.test_common_pygobject
    SetProperty
      testButton ...                                                       [OK]
    TestPyGObject
      testPyGObject ...                                                    [OK]
  flumotion.test.test_common_signals
    TestSignalMixin
      testDisconnect ...                                                   [OK]
      testDisconnectByFunc ...                                             [OK]
      testEmitSelf ...                                                     [OK]
      testMixin ...                                                        [OK]
  flumotion.test.test_common_vfs
    VFSTest
      testListDirectory ...                                                [OK]
  flumotion.test.test_common_xmlwriter
    TestCompareComponentTypes
      testComplete ...                                                     [OK]
      testEncoderMuxer ...                                                 [OK]
      testProducerEncoderMuxer ...                                         [OK]
    TestXMLWriter
      testIndent ...                                                       [OK]
      testPush ...                                                         [OK]
      testWriteLine ...                                                    [OK]
      testWriteTag ...                                                     [OK]
      testWriteTagAttr ...                                                 [OK]
      testWriteTagAttrData ...                                             [OK]
      testWriteTagData ...                                                 [OK]
  flumotion.test.test_component
    TestExpandElementNames
      testOddDelimeters ...                                                [OK]
    TestParser
      testErrors ...                                                       [OK]
      testOneFeed ...                                                      [OK]
      testOneFeedWithout ...                                               [OK]
      testOneSource ...                                                    [OK]
      testOneSourceWithout ...                                             [OK]
      testSimpleOneElement ...                                             [OK]
      testSimpleTwoElements ...                                            [OK]
      testTwoBoth ...                                                      [OK]
      testTwoFeeds ...                                                     [OK]
      testTwoSources ...                                                   [OK]
  flumotion.test.test_component_base_scheduler
    SchedulerTest
      testDefaultScheduledCallbackWhenAfterTheWindowSize ...               [OK]
      testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize ...      [OK]
      testInstantiate ...                                                  [OK]
      testScheduledEndCallbackWhenEndInWindowSize ...                      [OK]
      testScheduledNotACallbackWhenCancelled ...                           [OK]
      testScheduledStartCallbackWhenStartInWindowSize ...                  [OK]
      testSubscribe ...                                                    [OK]
      testUnsubscribe ...                                                  [OK]
      testWindowSizeByDefault ...                                          [OK]
  flumotion.test.test_component_base_watcher
    WatcherTest
      testInstantiate ...                                                  [OK]
  flumotion.test.test_component_bouncers_bouncer
    TrivialBouncerTest
      testAuthentication ...                                               [OK]
      testAutoExpire ...                                                   [OK]
      testHarness ...                                                      [OK]
      testKeepAlive ...                                                    [OK]
      testTimeoutAlgorithm ...                                             [OK]
  flumotion.test.test_component_bouncers_bouncer_authsession
    AuthSessionBouncerTestCase
      testEarlyCanceling ...                                               [OK]
      testLateCanceling ...                                                [OK]
      testNormalBehaviors ...                                              [OK]
      testSessionExpiration ...                                            [OK]
  flumotion.test.test_component_bouncers_component
    TrivialBouncerTest
      testAuthentication ...                                               [OK]
      testAutoExpire ...                                                   [OK]
      testHarness ...                                                      [OK]
      testKeepAlive ...                                                    [OK]
      testTimeoutAlgorithm ...                                             [OK]
  flumotion.test.test_component_bouncers_plug
    TrivialBouncerTest
      testAuthentication ...                                               [OK]
      testAutoExpire ...                                                   [OK]
      testHarness ...                                                      [OK]
      testKeepAlive ...                                                    [OK]
      testTimeoutAlgorithm ...                                             [OK]
  flumotion.test.test_component_disker
    TestConfig
      test_config_minimal ...                                         [SKIPPED]
      test_config_rotate_invalid ...                                  [SKIPPED]
      test_config_rotate_size ...                                     [SKIPPED]
      test_config_rotate_size_no_size ...                             [SKIPPED]
      test_config_rotate_time ...                                     [SKIPPED]
      test_config_rotate_time_no_time ...                             [SKIPPED]
    TestFlow
      test_size_disker_running_and_happy ...                          [SKIPPED]
      test_time_disker_running_and_happy ...                          [SKIPPED]
  flumotion.test.test_component_feed
    TestDownstreamFeedClient
      testConnectAndFeed ...                                               [OK]
      testRequestFeed ...                                                  [OK]
    TestFeedClient
      testBadPass ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

                                                     [OK]
      testConnectWithoutDroppingPB ...                                     [OK]
    TestUpstreamFeedClient
      testConnectAndFeed ...                                               [OK]
      testRequestFeed ...                                                  [OK]
  flumotion.test.test_component_feedcomponent
    TestFeedComponentMedium
      test1277 ...                                                         [OK]
      testRemoteEatFrom ...                                                [OK]
  flumotion.test.test_component_feeder
    TestFeeder
      testReconnect ...                                                    [OK]
      test_clientConnected ...                                             [OK]
  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.
                                               [OK]
      testDirMountOnDemand ...                                             [OK]
      testDirMountRoot ...                                                 [OK]
      testFileMountEmpty ...                                               [OK]
      testFileMountOnDemand ...                                            [OK]
    PlugTest
      testSetRootResource ...                                              [OK]
      testSetRootResourceMultiple ...                                 [SKIPPED]
    TestDirectory
      testFLV ...                                                          [OK]
      testFLVRangeStart ...                                                [OK]
      testFLVStart ...                                                     [OK]
      testFLVStartZero ...                                                 [OK]
      testGetChild ...                                                     [OK]
    TestTextFile
      testFull ...                                                         [OK]
      testRange ...                                                        [OK]
      testRangeHead ...                                                    [OK]
      testRangeSet ...                                                     [OK]
      testRangeStart ...                                                   [OK]
      testRangeSuffix ...                                                  [OK]
      testRangeSuffixTooBig ...                                            [OK]
      testWrongEmptyBytesRange ...                                         [OK]
      testWrongNoRange ...                                                 [OK]
      testWrongRange ...                                                   [OK]
      testWrongTypeRange ...                                               [OK]
  flumotion.test.test_component_httpstreamer
    TestOldProperties
      testPropertiesConverted ...                                          [OK]
    TestStreamDataNoPlug
      testGetStreamData ...                                                [OK]
    TestStreamDataPlug
      testGetStreamData ...                                           [SKIPPED]
  flumotion.test.test_component_init
    TestInit
      testInit ...                                                         [OK]
  flumotion.test.test_component_padmonitor
    TestPadMonitor
      testPadMonitorActivation ...                                         [OK]
      testPadMonitorTimeout ...                                            [OK]
  flumotion.test.test_component_playlist
    TestPlaylist
      testAddOverlappingItems ...                                          [OK]
      testAddOverlappingItemsReverse ...                                   [OK]
      testAddRemoveMultipleItems ...                                       [OK]
      testAddRemoveRepeatedly ...                                          [OK]
      testAddRemoveSingleItem ...                                          [OK]
      testAddSingleItem ...                                                [OK]
    TestPlaylistXMLParser
      testItemsSortedMultiple ...                                          [OK]
      testItemsSortedSingle ...                                            [OK]
      testParseErrorInBlocking ...                                         [OK]
  flumotion.test.test_comptest
    TestCompTestFlow
      testRunFailGstLinking ...                                       [SKIPPED]
      testRunProvidesClocking ...                                     [SKIPPED]
      testRunStartTimeout ...                                         [SKIPPED]
      testRunStartedThenFails ...                                     [SKIPPED]
      testRunStartedThenFlowAndStopFail ...                           [SKIPPED]
      testRunStopTimeout ...                                          [SKIPPED]
      testRunTasksChainedAndFired ...                                 [SKIPPED]
      testRunTasksTimeout ...                                         [SKIPPED]
      testRunWithDelays ...                                           [SKIPPED]
      testSetupFailGstLinking ...                                     [SKIPPED]
      testSetupStartedAndHappy ...                                    [SKIPPED]
    TestCompTestGtk2Reactorness
      testGtk2Supportness ...                                              [OK]
    TestCompTestSetup
      testAutoLinking ...                                             [SKIPPED]
      testDontAutoLinkLinked ...                                      [SKIPPED]
      testMasterClock ...                                             [SKIPPED]
      testSuccess ...                                                 [SKIPPED]
      testTrivial ...                                                 [SKIPPED]
    TestComponentWrapper
      testGetUniqueName ...                                                [OK]
      testGstreamerError ...                                               [OK]
      testInstantiateErrors ...                                            [OK]
      testInvalidType ...                                                  [OK]
      testNonDefaultLink ...                                               [OK]
      testSimpleLink ...                                                   [OK]
      testValidType ...                                                    [OK]
  flumotion.test.test_config
    TestConfig
      testClockMasterAutoSelection ...                                     [OK]
      testClockMasterError ...                                             [OK]
      testClockMasterUserSelection ...                                     [OK]
      testGetComponentEntries ...                                          [OK]
      testGetComponentEntriesWrong ...                                     [OK]
      testParseAtmosphere ...                                              [OK]
      testParseComponent ...                                               [OK]
      testParseComponentError ...                                          [OK]
      testParseComponentNoWorker ...                                       [OK]
      testParseComponentWithLabel ...                                      [OK]
      testParseComponentWithProject ...                                    [OK]
      testParseComponentsWithEaters ...                                    [OK]
      testParseComponentsWithEatersNotSpecified ...                        [OK]
      testParseComponentsWithMultipleEater ...                             [OK]
      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')
                          [OK]
      testParseComponentsWithSource ...                                    [OK]
      testParseComponentsWithTwoEaters ...                                 [OK]
      testParseComponentsWithTwoSources ...                                [OK]
      testParseCompoundProperties ...                                      [OK]
      testParseCompoundPropertiesError ...                                 [OK]
      testParseEmpty ...                                                   [OK]
      testParseError ...                                                   [OK]
      testParseFlowError ...                                               [OK]
      testParseManager ...                                                 [OK]
      testParseManagerError ...                                            [OK]
      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')
                                   [OK]
      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')
                                       [OK]
      testParseNoPlugs ...                                                 [OK]
      testParsePlugs ...                                                   [OK]
      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')
                            [OK]
      testParseProperties ...                                              [OK]
      testParseWrongAtmosphere ...                                         [OK]
      testParseWrongConfig ...                                             [OK]
      testParseWrongSyntax ...                                             [OK]
      testVirtualFeeds ...                                                 [OK]
    TestDictDiff
      testHumanReadable ...                                                [OK]
      testRecursive ...                                                    [OK]
      testSimple ...                                                       [OK]
    TestFunctions
      testBuildEatersDict ...                                              [OK]
  flumotion.test.test_configure
    TestConfig
      testUninstalled ...                                                  [OK]
      testVariables ...                                                    [OK]
  flumotion.test.test_credentials
    TestUsername
      testWithPlaintext ...                                                [OK]
      testWithPlaintextWrongPassword ...                                   [OK]
    TestUsernameCryptPasswordCrypt
      testWithCrypt ...                                                    [OK]
      testWithPlaintext ...                                                [OK]
      testWithPlaintextWrongPassword ...                                   [OK]
      testWithPlaintextWrongSalt ...                                       [OK]
    TestUsernameCryptPasswordCryptChallenger
      testWithPlaintext ...                                                [OK]
      testWithPlaintextWrongPassword ...                                   [OK]
    TestUsernameCryptPasswordPlaintext
      testWithPlaintext ...                                                [OK]
      testWithPlaintextWrongPassword ...                                   [OK]
    TestUsernameSha256PasswordCryptChallenger
      testWithPlaintext ...                                                [OK]
      testWithPlaintextWrongPassword ...                                   [OK]
  flumotion.test.test_dag
    TestDAG
      testBible ...                                                        [OK]
      testExample ...                                                      [OK]
      testSort ...                                                         [OK]
      testUniqueChildren ...                                               [OK]
    TestPlanet
      testPlanet ...                                                       [OK]
  flumotion.test.test_defer
    TestDefer
      testBarfOnNongenerator ...                                           [OK]
      testException ...                                                    [OK]
      testExceptionChain ...                                               [OK]
      testValues ...                                                       [OK]
      testYieldNothing ...                                                 [OK]
      testYieldResultAfter ...                                             [OK]
      testYieldResultAtFirst ...                                           [OK]
    TestRetryingDeferred
      testRetryOnce ...                                                    [OK]
      testSimple ...                                                       [OK]
  flumotion.test.test_dialogs
    TestErrorDialog
      testDialogMain ...                                                   [OK]
      testDialogRun ...                                                    [OK]
    TestProgressDialog
      testDialog ...                                                       [OK]
  flumotion.test.test_enum
    TestEnum
      testEnumError ...                                                    [OK]
      testEnumSet ...                                                      [OK]
      testEnumSimple ...                                                   [OK]
      testEnumValues ...                                                   [OK]
      testEnumValuesCmp ...                                                [OK]
      testEnumValuesWithRepr ...                                           [OK]
      testJelly ...                                                        [OK]
      testRepr ...                                                         [OK]
  flumotion.test.test_flavors
    TestFullListener
      testInvalidate ...                                                   [OK]
      testStateAppendRemoveListener ...                                    [OK]
      testStateSetListener ...                                             [OK]
    TestState
      testStateAddKey ...                                                  [OK]
      testStateAppendRemove ...                                            [OK]
      testStateDictAppendRemove ...                                        [OK]
      testStateGet ...                                                     [OK]
    TestStateSet
      testStateAppendRemove ...                                            [OK]
      testStateAppendRemoveListener ...                                    [OK]
      testStateDictListener ...                                            [OK]
      testStateSet ...                                                     [OK]
      testStateSetListener ...                                             [OK]
      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
                                          [OK]
  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'
                                                     [OK]
  flumotion.test.test_htpasswdcrypt
    TestHTPasswdCryptKeycard
      testWrongKeycardClass ...                                            [OK]
    TestHTPasswdCryptUACPCC
      testOk ...                                                           [OK]
      testTamperWithChallenge ...                                          [OK]
    TestHTPasswdCryptUACPP
      testInit ...                                                         [OK]
      testOk ...                                                           [OK]
      testWrongPassword ...                                                [OK]
      testWrongUser ...                                                    [OK]
  flumotion.test.test_http
    TestHTTPRoot
      testRenderRootStreamer ...                                           [OK]
      testRenderTopStreamer ...                                            [OK]
      testRenderTreeStreamer ...                                           [OK]
    TestHTTPStreamingResource
      testRenderHTTPAllowDefault ...                                       [OK]
      testRenderHTTPAuthUnauthorized ...                                   [OK]
      testRenderHTTPTokenAuthorized ...                                    [OK]
      testRenderHTTPTokenUnauthorized ...                                  [OK]
      testRenderNew ...                                                    [OK]
      testRenderNotReady ...                                               [OK]
      testRenderReachedMaxClients ...                                      [OK]
  flumotion.test.test_i18n
    TestFormat
      testFormat ...                                                       [OK]
      testFormatNoArgument ...                                             [OK]
    TestPluralGettext
      testTranslatable ...                                                 [OK]
      testTranslated ...                                                   [OK]
    TestSingularClassbased
      testTranslatable ...                                                 [OK]
      testTranslated ...                                                   [OK]
    TestSingularGettext
      testTranslatable ...                                                 [OK]
      testTranslated ...                                                   [OK]
    TranslatableTest
      testTranslatable ...                                                 [OK]
      testTranslatablePlural ...                                           [OK]
    TranslatorTest
      testTranslateMessage ...                                             [OK]
      testTranslateOne ...                                                 [OK]
  flumotion.test.test_icalbouncer
    TestIcalBouncerFloating
      testApprovedBothFloating ...                                         [OK]
      testApprovedTZFromEnvironmentWithFloating ...                        [OK]
      testDeniedUTCAndFloating ...                                         [OK]
    TestIcalBouncerSetup
      testMalformedIcalFile ...                                            [OK]
      testNoFileProperty ...                                               [OK]
      testNonexistentIcalFile ...                                          [OK]
      testSuccessfulSetup ...                                              [OK]
    TestIcalBouncerTZID
      testApprovedBothTZID ...                                             [OK]
      testApprovedKeycardDurationCalculationTZID ...                       [OK]
      testDeniedTZID ...                                                   [OK]
      testIncorrectTimeTZID ...                                            [OK]
    TestIcalBouncerUTC
      testApprovedUTC ...                                                  [OK]
      testDeniedUTC ...                                                    [OK]
  flumotion.test.test_import
    TestImport
      testImportAllModules ...                                             [OK]
  flumotion.test.test_keycards
    TestHTTPDigestKeycard
      testInit ...                                                         [OK]
    TestKeycardHTTPDigest
      testInit ...                                                         [OK]
    TestKeycardSending
      testSend ...                                                         [OK]
    TestKeycardToken
      testInit ...                                                         [OK]
    TestKeycardUACPCC
      testInit ...                                                         [OK]
    TestKeycardUACPP
      testInit ...                                                         [OK]
    TestMyKeycard
      testInit ...                                                         [OK]
  flumotion.test.test_logfilter
    TestLogFilter
      testComplexFilter ...                                                [OK]
      testParseFailure ...                                                 [OK]
      testSimpleFilter ...                                                 [OK]
  flumotion.test.test_manager_admin
    TestAdminAvatar
      testAvatarSet ...                                                    [OK]
  flumotion.test.test_manager_component
    TestComponentHeaven
      testAttachDetachLinear ...                                           [OK]
      testAttachDetachMultipleEaters ...                                   [OK]
      testAttachDetachMultipleFeedersComplex ...                           [OK]
      testAttachDetachMultipleFeedersSimple ...                            [OK]
      testAttachDetachMultipleFeedersVirtual ...                           [OK]
  flumotion.test.test_manager_config
    TestManagerConfigParser
      testParseBouncerComponent ...                                        [OK]
      testParseEmpty ...                                                   [OK]
      testParseManager ...                                                 [OK]
      testParseManagerInvalid ...                                          [OK]
      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')
                                                  [OK]
      testParseSimple ...                                                  [OK]
    TestPlanetConfigParser
      testParseAtmosphereEmpty ...                                         [OK]
      testParseAtmosphereInvalid ...                                       [OK]
      testParseAtmosphereWithComponent ...                                 [OK]
      testParseFlow ...                                                    [OK]
      testParseFlowInvalid ...                                             [OK]
      testParseInvalid ...                                                 [OK]
      testParseSimple ...                                                  [OK]
    TestXMLWriter
      testMultiple ...                                                     [OK]
      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')
                                                        [OK]
  flumotion.test.test_manager_manager
    TestComponentMapper
      testOneComponent ...                                                 [OK]
    TestVishnu
      testConfigAfterWorker ...                                            [OK]
      testConfigBeforeWorker ...                                      [SKIPPED]
      testDeleteFlow ...                                                   [OK]
      testLoadComponent ...                                                [OK]
      testLoadComponentWithSynchronization ...                             [OK]
      testLoadConfiguration ...                                            [OK]
      testWorker ...                                                       [OK]
  flumotion.test.test_manager_worker
    TestHeaven
      testAdd ...                                                          [OK]
      testConstructor ...                                                  [OK]
  flumotion.test.test_options
    TestOptions
      testGroup ...                                                        [OK]
      testParser ...                                                       [OK]
  flumotion.test.test_parts
    TestAdminStatusbar
      testClear ...                                                        [OK]
      testClearAll ...                                                     [OK]
      testPushPop ...                                                      [OK]
      testPushRemove ...                                                   [OK]
      testSet ...                                                          [OK]
      testTwoContexts ...                                                  [OK]
    TestComponentsView
      testCanNotStartMultipleWhenOneIsHappy ...                            [OK]
      testCanNotStartMultipleWhenOneIsHungry ...                           [OK]
      testCanNotStartMultipleWhenOneIsLost ...                             [OK]
      testCanNotStartMultipleWhenOneIsSad ...                              [OK]
      testCanNotStartMultipleWhenOneIsWaking ...                           [OK]
      testCanNotStartMultipleWhenWorkerIsNotLogged ...                     [OK]
      testCanNotStartOneWhenHappy ...                                      [OK]
      testCanNotStartOneWhenHungry ...                                     [OK]
      testCanNotStartOneWhenLost ...                                       [OK]
      testCanNotStartOneWhenSad ...                                        [OK]
      testCanNotStartOneWhenWaking ...                                     [OK]
      testCanNotStartWhenNoSelection ...                                   [OK]
      testCanNotStopMultipleWhenOneIsSleeping ...                          [OK]
      testCanNotStopOneWhenSleeping ...                                    [OK]
      testCanNotStopWhenNoSelection ...                                    [OK]
      testCanStartMultipleWhenSleeping ...                                 [OK]
      testCanStartOneWhenSleeping ...                                      [OK]
      testCanStopMultipleWhenOneNoneIsSleeping ...                         [OK]
      testCanStopOneWhenHappy ...                                          [OK]
      testCanStopOneWhenHungry ...                                         [OK]
      testCanStopOneWhenLost ...                                           [OK]
      testCanStopOneWhenSad ...                                            [OK]
      testCanStopOneWhenWaking ...                                         [OK]
      testMultipleSelected ...                                             [OK]
      testNoComponents ...                                                 [OK]
      testNoneSelected ...                                                 [OK]
      testOneSelected ...                                                  [OK]
      testUpdate ...                                                       [OK]
  flumotion.test.test_pb
    TestAuthenticator
      testIssueNoInfo ...                                                  [OK]
      testIssueUACPCC ...                                                  [OK]
      testIssueUACPP ...                                                   [OK]
    TestTwisted_PortalAuthChallenger
      testRightPassword ...                                                [OK]
      testWrongPassword ...                                                [OK]
    Test_BouncerWrapper
      testUACPCCOk ...                                                     [OK]
      testUACPCCTamperWithChallenge ...                                    [OK]
      testUACPCCWrongPassword ...                                          [OK]
      testUACPCCWrongUser ...                                              [OK]
      testUACPPOk ...                                                      [OK]
      testUACPPWrongPassword ...                                           [OK]
    Test_FPBClientFactoryHTPasswdCrypt
      testOk ...                                                           [OK]
      testWrongPassword ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

                                               [OK]
      testWrongUser ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

                                                   [OK]
    Test_FPBClientFactorySaltSha256
      testOk ...                                                           [OK]
      testWrongPassword ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

                                               [OK]
      testWrongUser ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

                                                   [OK]
    Test_FPortalRoot
      testRootObject ...                                                   [OK]
  flumotion.test.test_pbstream
    TestClientEater
      testRun ...                                                          [OK]
      testRunImmediateStop ...                                             [OK]
  flumotion.test.test_porter
    TestHTTPPorterProtocol
      testRightLocationFound ...                                           [OK]
      testRightLocationNotFound ...                                        [OK]
      testWrongLocation ...                                                [OK]
    TestHTTPPorterProtocolParser
      testInjectRequestId ...                                              [OK]
      testParseWithHost ...                                                [OK]
      testParseWithParams ...                                              [OK]
      testSimpleParse ...                                                  [OK]
      testUnparse ...                                                      [OK]
      testWrongLine ...                                                    [OK]
    TestPorterProtocol
      testBreakDelimiter ...                                               [OK]
      testNoIdentifier ...                                                 [OK]
  flumotion.test.test_public_ui_api
    TestPublicUI
      testPublicUIAPI ...                                                  [OK]
  flumotion.test.test_reflect
    TestSimple
      testSimple ...                                                       [OK]
  flumotion.test.test_registry
    TestComponentEntry
      testThings ...                                                       [OK]
    TestFindComponents
      testSimple ...                                                       [OK]
    TestRegistry
      testAddXmlParseError ...                                             [OK]
      testClean ...                                                        [OK]
      testComponentTypeError ...                                           [OK]
      testDefault ...                                                      [OK]
      testDump ...                                                         [OK]
      testDumpWithCompoundProperties ...                                   [OK]
      testDumpWithEscapedPropertyDescription ...                           [OK]
      testIsTrue ...                                                       [OK]
      testParseBasic ...                                                   [OK]
      testParseComponentCompoundProperties ...                             [OK]
      testParseComponentProperties ...                                     [OK]
      testParseComponentPropertiesErrors ...                               [OK]
      testParseComponents ...                                              [OK]
      testgetMTime ...                                                     [OK]
  flumotion.test.test_saltsha256
    TestSaltSha256USCPCC
      testOk ...                                                           [OK]
      testTamperWithChallenge ...                                          [OK]
    TestWrongKeycardClass
      testWrongKeycardClass ...                                            [OK]
  flumotion.test.test_testclasses
    TestOnePB
      testCacheable ...                                                    [OK]
      testFakeKeycard ...                                                  [OK]
    TestTwoPB
      testFakeKeycard ...                                                  [OK]
  flumotion.test.test_twisted_integration
    IntegrationPlanExecuteTest
      testKill ...                                                         [OK]
      testProcessesStillRunning ...                                        [OK]
      testTransientProcess ...                                             [OK]
      testUnexpectedExitCode ...                                           [OK]
      testUnexpectedProcessExit ...                                        [OK]
    IntegrationPlanGenerationTest
      testKill ...                                                         [OK]
      testTransientProcess ...                                             [OK]
    IntegrationProcessTest
      testKill ...                                                         [OK]
      testTimeOut ...                                                      [OK]
      testTransientProcess ...                                             [OK]
    IntegrationTestDecoratorTest
      testFalse ...                                                        [OK]
      testKill ...                                                         [OK]
      testParallelStartAndKill ...                                         [OK]
      testParallelWait ...                                                 [OK]
      testTransientProcess ...                                             [OK]
  flumotion.test.test_ui_fgtk
    VUTest
      testGetSet ...                                                       [OK]
      testScale ...                                                        [OK]
      testWidget ...                                                       [OK]
  flumotion.test.test_wizard
    WizardSaveTest
      testAudioTestWorkers ...                                        [SKIPPED]
      testFirewireAudioAndVideo ...                                   [SKIPPED]
    WizardStepTest
      testLoadSteps ...                                                    [OK]
      testStepComponentProperties ...                                      [OK]
  flumotion.test.test_wizard_models
    TestProperties
      testContains ...                                                     [OK]
      testDeleteAttribute ...                                              [OK]
      testDeleteAttributeUnderscore ...                                    [OK]
      testDeleteItem ...                                                   [OK]
      testDeleteItemUnderscore ...                                         [OK]
      testSetAttribute ...                                                 [OK]
      testSetAttributeUnderscore ...                                       [OK]
      testSetInvalid ...                                                   [OK]
      testSetItem ...                                                      [OK]
      testSetItemUnderscore ...                                            [OK]
  flumotion.test.test_wizard_save
    TestNameConflicts
      testNameConflicts ...                                                [OK]
      testNameConflictsDoubleDigits ...                                    [OK]
    TestWizardSave
      testAudioOnlyStream ...                                              [OK]
      testDefaultStream ...                                                [OK]
      testFirewireStreamer ...                                             [OK]
      testFirewireStreamerDifferentWorkers ...                             [OK]
      testMultiFeedProducer ...                                            [OK]
      testOggStream ...                                                    [OK]
      testOndemand ...                                                     [OK]
    TestXMLWriter
      testAtmosphereComponent ...                                          [OK]
      testComponentWithFeeders ...                                         [OK]
      testComponentWithPlug ...                                            [OK]
      testEmpty ...                                                        [OK]
      testFlowComponent ...                                                [OK]
  flumotion.test.test_worker_config
    WorkerConfigTest
      testRandomFeederPorts ...                                            [OK]
  flumotion.test.test_worker_job
    TestCheckJobHeaven
      testInit ...                                                         [OK]
  flumotion.test.test_worker_medium
    TestWorkerMedium
      testConnect ...                                                      [OK]
  flumotion.test.test_worker_worker
    TestBrain
      testInit ...                                                         [OK]
  flumotion.test.test_workerconfig
    TestConfig
      testParseAuthentication ...                                          [OK]
      testParseAuthenticationError ...                                     [OK]
      testParseEmpty ...                                                   [OK]
      testParseError ...                                                   [OK]
      testParseManager ...                                                 [OK]
      testParseManagerError ...                                            [OK]
      testParseWorkerError ...                                             [OK]
      testParseWorkerFeederPorts ...                                       [OK]
      testParseWorkerName ...                                              [OK]
      testParseWorkerRandomFeederPorts ...                                 [OK]

===============================================================================
[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 ...                                          [SKIPPED]
      testConnectSuccess ...                                          [SKIPPED]
      testConstructor ...                                             [SKIPPED]
      testReconnect ...                                               [SKIPPED]
  flumotion.test.test_admin_config
    AdminConfigTest
      testMinimal ...                                                 [SKIPPED]
      testMinimal2 ...                                                [SKIPPED]
      testMinimal3 ...                                                [SKIPPED]
      testUnknownPlug ...                                             [SKIPPED]
      testUnknownSocket ...                                           [SKIPPED]
  flumotion.test.test_admin_connections
    AdminConnectiontionsTest
      testGetRecentConnections ...                                    [SKIPPED]
  flumotion.test.test_admin_multi
    MultiAdminTest
      testConnectFailure ...                                          [SKIPPED]
      testConnectSuccess ...                                          [SKIPPED]
      testConstructor ...                                             [SKIPPED]
      testReconnect ...                                               [SKIPPED]
  flumotion.test.test_checkers
    TestCryptCheckerAddUser
      testCredCrypt ...                                               [SKIPPED]
      testCredCryptWrongPassword ...                                  [SKIPPED]
      testCredCryptWrongSalt ...                                      [SKIPPED]
      testCredCryptWrongUser ...                                      [SKIPPED]
      testCredPlaintext ...                                           [SKIPPED]
      testCredPlaintextWrongPassword ...                              [SKIPPED]
      testCredPlaintextWrongUser ...                                  [SKIPPED]
    TestCryptCheckerInit
      testCredPlaintext ...                                           [SKIPPED]
    TestFlexibleWithPassword
      testCredPlaintextCorrect ...                                    [SKIPPED]
      testCredPlaintextCorrectWithId ...                              [SKIPPED]
      testCredPlaintextWrong ...                                      [SKIPPED]
    TestFlexibleWithoutPassword
      testCredPlaintextCorrect ...                                    [SKIPPED]
      testCredPlaintextCorrectWithId ...                              [SKIPPED]
  flumotion.test.test_common
    TestCompareVersions
      testBadVersion ...                                              [SKIPPED]
      testBigger ...                                                  [SKIPPED]
      testEquals ...                                                  [SKIPPED]
      testSmaller ...                                                 [SKIPPED]
    TestComponentPath
      testPath ...                                                    [SKIPPED]
    TestEnsureDir
      testExisting ...                                                [SKIPPED]
      testNonExisting ...                                             [SKIPPED]
    TestInitMixin
      testInitA ...                                                   [SKIPPED]
      testInitB ...                                                   [SKIPPED]
      testInitC ...                                                   [SKIPPED]
      testInitD ...                                                   [SKIPPED]
    TestObjRepr
      testMe ...                                                      [SKIPPED]
    TestPathToModule
      testPaths ...                                                   [SKIPPED]
    TestVersion
      testVersion ...                                                 [SKIPPED]
      test_versionTupleToString ...                                   [SKIPPED]
  flumotion.test.test_common_avltree
    TestAVLTree
      testInsertAscendingRemoveAscending ...                          [SKIPPED]
      testInsertAscendingRemoveDescending ...                         [SKIPPED]
      testInsertDescendingRemoveAscending ...                         [SKIPPED]
      testInsertDescendingRemoveDescending ...                        [SKIPPED]
      testInsertRandomRemoveRandom ...                                [SKIPPED]
  flumotion.test.test_common_bundle
    TestBundler
      testBundlerOneFile ...                                          [SKIPPED]
      testBundlerOneSum ...                                           [SKIPPED]
      testBundlerTwoFiles ...                                         [SKIPPED]
      testBundlerTwoSum ...                                           [SKIPPED]
    TestBundlerBasket
      testBundlerBasketAdd ...                                        [SKIPPED]
      testBundlerBasketAddUnique ...                                  [SKIPPED]
      testBundlerBasketDepend ...                                     [SKIPPED]
      testBundlerBasketFile ...                                       [SKIPPED]
      testBundlerBasketImport ...                                     [SKIPPED]
      testBundlerBasketName ...                                       [SKIPPED]
      testBundlerBasketPackage ...                                    [SKIPPED]
    TestUnbundler
      testUnbundler ...                                               [SKIPPED]
      testUnbundlerRelative ...                                       [SKIPPED]
  flumotion.test.test_common_componentui
    TestStateSet
      testSimpleStateListener ...                                     [SKIPPED]
      testStateAppend ...                                             [SKIPPED]
      testStateListener ...                                           [SKIPPED]
      testStateListenerIntermediate ...                               [SKIPPED]
      testStateSaveReference ...                                      [SKIPPED]
      testStateSet ...                                                [SKIPPED]
  flumotion.test.test_common_connection
    TestConnection
      testParse ...                                                   [SKIPPED]
  flumotion.test.test_common_eventcalendar
    CalendarParserTestCase
      testDaylightSavingsChange ...                                   [SKIPPED]
      testExDate ...                                                  [SKIPPED]
      testMultipleRRule ...                                           [SKIPPED]
    EventSetTestCase
      testExAsStartDateWithRecurrence ...                             [SKIPPED]
      testExWithRecurrence ...                                        [SKIPPED]
      testGetPointSingle ...                                          [SKIPPED]
      testGetPointsRecur ...                                          [SKIPPED]
      testGetPointsRecurUntil ...                                     [SKIPPED]
      testRecurrenceOverMidnight ...                                  [SKIPPED]
    EventTest
      testComparison ...                                              [SKIPPED]
      testSimple ...                                                  [SKIPPED]
      testTimeZones ...                                               [SKIPPED]
    FunctionsTest
      testToDateTime ...                                              [SKIPPED]
    ICalSchedulerURGentTest
      testVerifyPoints ...                                            [SKIPPED]
      test_getActiveEventInstances ...                                [SKIPPED]
    ICalendarTest
      testParseCalendar ...                                           [SKIPPED]
      testParseCalendarFromFile ...                                   [SKIPPED]
      testParseCalendarWithDateTimes ...                              [SKIPPED]
      testParseCalendarWithDates ...                                  [SKIPPED]
      testParseCalendarWithStartDateAndEndDateTime ...                [SKIPPED]
      testParseCalendarWithStartDateTimeAndEndDate ...                [SKIPPED]
    ManualCalendarTest
      testAddEvent ...                                                [SKIPPED]
      testAddEventsWithDifferentUID ...                               [SKIPPED]
      testAddEventsWithSameUID ...                                    [SKIPPED]
      testCurrentEventsDoNotEndBeforeNow ...                          [SKIPPED]
      testCurrentEventsDoNotStartLaterThanTomorrow ...                [SKIPPED]
      testGetActiveRecurrenceId ...                                   [SKIPPED]
      testGetActiveSimple ...                                         [SKIPPED]
      testOverMidnight ...                                            [SKIPPED]
      testRecurrenceEventsDaily ...                                   [SKIPPED]
      testRecurrenceEventsHourly ...                                  [SKIPPED]
      testRecurrenceEventsOverMidnight ...                            [SKIPPED]
      testRecurrenceEventsWhereExDateIsNotNow ...                     [SKIPPED]
      testRecurrenceEventsWhereExDateIsNotStartDate ...               [SKIPPED]
      testRecurrenceEventsWhereExDateIsStartDate ...                  [SKIPPED]
    iCalTestCase
      testGetPoints ...                                               [SKIPPED]
      testRecurrenceId ...                                            [SKIPPED]
  flumotion.test.test_common_format
    TestFormatStorage
      testBytes ...                                                   [SKIPPED]
      testExbibyte ...                                                [SKIPPED]
      testGibibyte ...                                                [SKIPPED]
      testKibibyte ...                                                [SKIPPED]
      testMebibyte ...                                                [SKIPPED]
      testMegabyte ...                                                [SKIPPED]
      testPebibyte ...                                                [SKIPPED]
      testTebibyte ...                                                [SKIPPED]
    TestFormatTime
      testDay ...                                                     [SKIPPED]
      testDays ...                                                    [SKIPPED]
      testFractionalSecond ...                                        [SKIPPED]
      testHourMinuteSecond ...                                        [SKIPPED]
      testMinuteSecond ...                                            [SKIPPED]
      testReallyLong ...                                              [SKIPPED]
      testSecond ...                                                  [SKIPPED]
      testWeek ...                                                    [SKIPPED]
      testWeeks ...                                                   [SKIPPED]
      testYear ...                                                    [SKIPPED]
  flumotion.test.test_common_fraction
    TestFraction
      testFractionAsFloat ...                                         [SKIPPED]
      testFractionAsString ...                                        [SKIPPED]
      testFractionFromValue ...                                       [SKIPPED]
  flumotion.test.test_common_gstreamer
    Caps
      testCaps ...                                                         [OK]
      testCapsStreamheader ...                                             [OK]
    DeepNotify
      testDeepNotify ...                                                   [OK]
    Factory
      testFakeSrc ...                                                      [OK]
    TestProperty
      testHasProperty ...                                                  [OK]
      testHasPropertyValue ...                                             [OK]
  flumotion.test.test_common_messages
    PBSerializationTest
      testGetEqualTranslatableTwice ...                               [SKIPPED]
      testGetSameMessageTwice ...                                     [SKIPPED]
      testGetSameTranslatableTwice ...                                [SKIPPED]
      testMessageAppendRemove ...                                     [SKIPPED]
    ResultTest
      testSerializeWithError ...                                      [SKIPPED]
      testSerializeWithWarning ...                                    [SKIPPED]
    SerializeTest
      testCreate ...                                                  [SKIPPED]
      testDefaultMessageId ...                                        [SKIPPED]
      testSerialize ...                                               [SKIPPED]
  flumotion.test.test_common_netutils
    TestAddress
      testGetHost ...                                                 [SKIPPED]
      testGetPort ...                                                 [SKIPPED]
    TestIpv4Parse
      testIpv4Parse ...                                               [SKIPPED]
      testIpv4ParseString ...                                         [SKIPPED]
    TestRoutingTable
      testAddRemove ...                                               [SKIPPED]
      testBasicRouting ...                                            [SKIPPED]
      testIterHumanReadable ...                                       [SKIPPED]
      testParseFromFile ...                                           [SKIPPED]
      testRouteIteration ...                                          [SKIPPED]
      testRouteNamesOrder ...                                         [SKIPPED]
      testRoutingPrecedence ...                                       [SKIPPED]
  flumotion.test.test_common_package
    TestPackagePath
      testCurrent ...                                                 [SKIPPED]
      testPackagerWithNonePrefix ...                                  [SKIPPED]
      testPyRegisterBeforeImportWithoutHooks ...                      [SKIPPED]
      testRegisterBeforeImportWithPackager ...                        [SKIPPED]
      testRegisterNewPackagePath ...                                  [SKIPPED]
      testTwoStackedProjects ...                                      [SKIPPED]
    TestRecursively
      testListDir ...                                                 [SKIPPED]
      testListPyfile ...                                              [SKIPPED]
  flumotion.test.test_common_planet
    AllComponentStateTest
      testClass ...                                                   [SKIPPED]
      testMood ...                                                    [SKIPPED]
    InvalidateTest
      testInvalidate ...                                              [SKIPPED]
    ListenerTest
      testMood ...                                                    [SKIPPED]
    ManagerComponentStateTest
      testGetSet ...                                                  [SKIPPED]
      testSetWrongArg ...                                             [SKIPPED]
  flumotion.test.test_common_process
    TestPid
      testAll ...                                                     [SKIPPED]
    TestProcess
      testKillPid ...                                                 [SKIPPED]
      testTermPid ...                                                 [SKIPPED]
      test_checkPidRunning ...                                        [SKIPPED]
  flumotion.test.test_common_pygobject
    SetProperty
      testButton ...                                                  [SKIPPED]
    TestPyGObject
      testPyGObject ...                                               [SKIPPED]
  flumotion.test.test_common_signals
    TestSignalMixin
      testDisconnect ...                                              [SKIPPED]
      testDisconnectByFunc ...                                        [SKIPPED]
      testEmitSelf ...                                                [SKIPPED]
      testMixin ...                                                   [SKIPPED]
  flumotion.test.test_common_vfs
    VFSTest
      testListDirectory ...                                           [SKIPPED]
  flumotion.test.test_common_xmlwriter
    TestCompareComponentTypes
      testComplete ...                                                [SKIPPED]
      testEncoderMuxer ...                                            [SKIPPED]
      testProducerEncoderMuxer ...                                    [SKIPPED]
    TestXMLWriter
      testIndent ...                                                  [SKIPPED]
      testPush ...                                                    [SKIPPED]
      testWriteLine ...                                               [SKIPPED]
      testWriteTag ...                                                [SKIPPED]
      testWriteTagAttr ...                                            [SKIPPED]
      testWriteTagAttrData ...                                        [SKIPPED]
      testWriteTagData ...                                            [SKIPPED]
  flumotion.test.test_component
    TestExpandElementNames
      testOddDelimeters ...                                           [SKIPPED]
    TestParser
      testErrors ...                                                  [SKIPPED]
      testOneFeed ...                                                 [SKIPPED]
      testOneFeedWithout ...                                          [SKIPPED]
      testOneSource ...                                               [SKIPPED]
      testOneSourceWithout ...                                        [SKIPPED]
      testSimpleOneElement ...                                        [SKIPPED]
      testSimpleTwoElements ...                                       [SKIPPED]
      testTwoBoth ...                                                 [SKIPPED]
      testTwoFeeds ...                                                [SKIPPED]
      testTwoSources ...                                              [SKIPPED]
  flumotion.test.test_component_base_scheduler
    SchedulerTest
      testDefaultScheduledCallbackWhenAfterTheWindowSize ...          [SKIPPED]
      testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize ... [SKIPPED]
      testInstantiate ...                                             [SKIPPED]
      testScheduledEndCallbackWhenEndInWindowSize ...                 [SKIPPED]
      testScheduledNotACallbackWhenCancelled ...                      [SKIPPED]
      testScheduledStartCallbackWhenStartInWindowSize ...             [SKIPPED]
      testSubscribe ...                                               [SKIPPED]
      testUnsubscribe ...                                             [SKIPPED]
      testWindowSizeByDefault ...                                     [SKIPPED]
  flumotion.test.test_component_base_watcher
    WatcherTest
      testInstantiate ...                                             [SKIPPED]
  flumotion.test.test_component_bouncers_bouncer
    TrivialBouncerTest
      testAuthentication ...                                          [SKIPPED]
      testAutoExpire ...                                              [SKIPPED]
      testHarness ...                                                 [SKIPPED]
      testKeepAlive ...                                               [SKIPPED]
      testTimeoutAlgorithm ...                                        [SKIPPED]
  flumotion.test.test_component_bouncers_bouncer_authsession
    AuthSessionBouncerTestCase
      testEarlyCanceling ...                                          [SKIPPED]
      testLateCanceling ...                                           [SKIPPED]
      testNormalBehaviors ...                                         [SKIPPED]
      testSessionExpiration ...                                       [SKIPPED]
  flumotion.test.test_component_bouncers_component
    TrivialBouncerTest
      testAuthentication ...                                          [SKIPPED]
      testAutoExpire ...                                              [SKIPPED]
      testHarness ...                                                 [SKIPPED]
      testKeepAlive ...                                               [SKIPPED]
      testTimeoutAlgorithm ...                                        [SKIPPED]
  flumotion.test.test_component_bouncers_plug
    TrivialBouncerTest
      testAuthentication ...                                          [SKIPPED]
      testAutoExpire ...                                              [SKIPPED]
      testHarness ...                                                 [SKIPPED]
      testKeepAlive ...                                               [SKIPPED]
      testTimeoutAlgorithm ...                                        [SKIPPED]
  flumotion.test.test_component_disker
    TestConfig
      test_config_minimal ...                                              [OK]
      test_config_rotate_invalid ...                                       [OK]
      test_config_rotate_size ...                                          [OK]
      test_config_rotate_size_no_size ...                                  [OK]
      test_config_rotate_time ...                                          [OK]
      test_config_rotate_time_no_time ...                                  [OK]
    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]
                              [OK]
      test_time_disker_running_and_happy ...                               [OK]
  flumotion.test.test_component_feed
    TestDownstreamFeedClient
      testConnectAndFeed ...                                          [SKIPPED]
      testRequestFeed ...                                             [SKIPPED]
    TestFeedClient
      testBadPass ...                                                 [SKIPPED]
      testConnectWithoutDroppingPB ...                                [SKIPPED]
    TestUpstreamFeedClient
      testConnectAndFeed ...                                          [SKIPPED]
      testRequestFeed ...                                             [SKIPPED]
  flumotion.test.test_component_feedcomponent
    TestFeedComponentMedium
      test1277 ...                                                    [SKIPPED]
      testRemoteEatFrom ...                                           [SKIPPED]
  flumotion.test.test_component_feeder
    TestFeeder
      testReconnect ...                                               [SKIPPED]
      test_clientConnected ...                                        [SKIPPED]
  flumotion.test.test_component_httpserver
    MountTest
      testDirMountEmpty ...                                           [SKIPPED]
      testDirMountOnDemand ...                                        [SKIPPED]
      testDirMountRoot ...                                            [SKIPPED]
      testFileMountEmpty ...                                          [SKIPPED]
      testFileMountOnDemand ...                                       [SKIPPED]
    PlugTest
      testSetRootResource ...                                         [SKIPPED]
      testSetRootResourceMultiple ...                                 [SKIPPED]
    TestDirectory
      testFLV ...                                                     [SKIPPED]
      testFLVRangeStart ...                                           [SKIPPED]
      testFLVStart ...                                                [SKIPPED]
      testFLVStartZero ...                                            [SKIPPED]
      testGetChild ...                                                [SKIPPED]
    TestTextFile
      testFull ...                                                    [SKIPPED]
      testRange ...                                                   [SKIPPED]
      testRangeHead ...                                               [SKIPPED]
      testRangeSet ...                                                [SKIPPED]
      testRangeStart ...                                              [SKIPPED]
      testRangeSuffix ...                                             [SKIPPED]
      testRangeSuffixTooBig ...                                       [SKIPPED]
      testWrongEmptyBytesRange ...                                    [SKIPPED]
      testWrongNoRange ...                                            [SKIPPED]
      testWrongRange ...                                              [SKIPPED]
      testWrongTypeRange ...                                          [SKIPPED]
  flumotion.test.test_component_httpstreamer
    TestOldProperties
      testPropertiesConverted ...                                     [SKIPPED]
    TestStreamDataNoPlug
      testGetStreamData ...                                           [SKIPPED]
    TestStreamDataPlug
      testGetStreamData ...                                           [SKIPPED]
  flumotion.test.test_component_init
    TestInit
      testInit ...                                                    [SKIPPED]
  flumotion.test.test_component_padmonitor
    TestPadMonitor
      testPadMonitorActivation ...                                    [SKIPPED]
      testPadMonitorTimeout ...                                       [SKIPPED]
  flumotion.test.test_component_playlist
    TestPlaylist
      testAddOverlappingItems ...                                     [SKIPPED]
      testAddOverlappingItemsReverse ...                              [SKIPPED]
      testAddRemoveMultipleItems ...                                  [SKIPPED]
      testAddRemoveRepeatedly ...                                     [SKIPPED]
      testAddRemoveSingleItem ...                                     [SKIPPED]
      testAddSingleItem ...                                           [SKIPPED]
    TestPlaylistXMLParser
      testItemsSortedMultiple ...                                     [SKIPPED]
      testItemsSortedSingle ...                                       [SKIPPED]
      testParseErrorInBlocking ...                                    [SKIPPED]
  flumotion.test.test_comptest
    TestCompTestFlow
      testRunFailGstLinking ...                                            [OK]
      testRunProvidesClocking ...                                          [OK]
      testRunStartTimeout ...                                              [OK]
      testRunStartedThenFails ...                                          [OK]
      testRunStartedThenFlowAndStopFail ...                                [OK]
      testRunStopTimeout ...                                               [OK]
      testRunTasksChainedAndFired ...                                      [OK]
      testRunTasksTimeout ...                                              [OK]
      testRunWithDelays ...                                                [OK]
      testSetupFailGstLinking ...                                          [OK]
      testSetupStartedAndHappy ...                                         [OK]
    TestCompTestGtk2Reactorness
      testGtk2Supportness ...                                              [OK]
    TestCompTestSetup
      testAutoLinking ...                                                  [OK]
      testDontAutoLinkLinked ...                                           [OK]
      testMasterClock ...                                                  [OK]
      testSuccess ...                                                      [OK]
      testTrivial ...                                                      [OK]
    TestComponentWrapper
      testGetUniqueName ...                                           [SKIPPED]
      testGstreamerError ...                                          [SKIPPED]
      testInstantiateErrors ...                                       [SKIPPED]
      testInvalidType ...                                             [SKIPPED]
      testNonDefaultLink ...                                          [SKIPPED]
      testSimpleLink ...                                              [SKIPPED]
      testValidType ...                                               [SKIPPED]
  flumotion.test.test_config
    TestConfig
      testClockMasterAutoSelection ...                                [SKIPPED]
      testClockMasterError ...                                        [SKIPPED]
      testClockMasterUserSelection ...                                [SKIPPED]
      testGetComponentEntries ...                                     [SKIPPED]
      testGetComponentEntriesWrong ...                                [SKIPPED]
      testParseAtmosphere ...                                         [SKIPPED]
      testParseComponent ...                                          [SKIPPED]
      testParseComponentError ...                                     [SKIPPED]
      testParseComponentNoWorker ...                                  [SKIPPED]
      testParseComponentWithLabel ...                                 [SKIPPED]
      testParseComponentWithProject ...                               [SKIPPED]
      testParseComponentsWithEaters ...                               [SKIPPED]
      testParseComponentsWithEatersNotSpecified ...                   [SKIPPED]
      testParseComponentsWithMultipleEater ...                        [SKIPPED]
      testParseComponentsWithMultipleSources ...                      [SKIPPED]
      testParseComponentsWithSource ...                               [SKIPPED]
      testParseComponentsWithTwoEaters ...                            [SKIPPED]
      testParseComponentsWithTwoSources ...                           [SKIPPED]
      testParseCompoundProperties ...                                 [SKIPPED]
      testParseCompoundPropertiesError ...                            [SKIPPED]
      testParseEmpty ...                                              [SKIPPED]
      testParseError ...                                              [SKIPPED]
      testParseFlowError ...                                          [SKIPPED]
      testParseManager ...                                            [SKIPPED]
      testParseManagerError ...                                       [SKIPPED]
      testParseManagerWithBogusPlug ...                               [SKIPPED]
      testParseManagerWithPlugs ...                                   [SKIPPED]
      testParseNoPlugs ...                                            [SKIPPED]
      testParsePlugs ...                                              [SKIPPED]
      testParsePlugsWithCompoundProperties ...                        [SKIPPED]
      testParseProperties ...                                         [SKIPPED]
      testParseWrongAtmosphere ...                                    [SKIPPED]
      testParseWrongConfig ...                                        [SKIPPED]
      testParseWrongSyntax ...                                        [SKIPPED]
      testVirtualFeeds ...                                            [SKIPPED]
    TestDictDiff
      testHumanReadable ...                                           [SKIPPED]
      testRecursive ...                                               [SKIPPED]
      testSimple ...                                                  [SKIPPED]
    TestFunctions
      testBuildEatersDict ...                                         [SKIPPED]
  flumotion.test.test_configure
    TestConfig
      testUninstalled ...                                             [SKIPPED]
      testVariables ...                                               [SKIPPED]
  flumotion.test.test_credentials
    TestUsername
      testWithPlaintext ...                                           [SKIPPED]
      testWithPlaintextWrongPassword ...                              [SKIPPED]
    TestUsernameCryptPasswordCrypt
      testWithCrypt ...                                               [SKIPPED]
      testWithPlaintext ...                                           [SKIPPED]
      testWithPlaintextWrongPassword ...                              [SKIPPED]
      testWithPlaintextWrongSalt ...                                  [SKIPPED]
    TestUsernameCryptPasswordCryptChallenger
      testWithPlaintext ...                                           [SKIPPED]
      testWithPlaintextWrongPassword ...                              [SKIPPED]
    TestUsernameCryptPasswordPlaintext
      testWithPlaintext ...                                           [SKIPPED]
      testWithPlaintextWrongPassword ...                              [SKIPPED]
    TestUsernameSha256PasswordCryptChallenger
      testWithPlaintext ...                                           [SKIPPED]
      testWithPlaintextWrongPassword ...                              [SKIPPED]
  flumotion.test.test_dag
    TestDAG
      testBible ...                                                   [SKIPPED]
      testExample ...                                                 [SKIPPED]
      testSort ...                                                    [SKIPPED]
      testUniqueChildren ...                                          [SKIPPED]
    TestPlanet
      testPlanet ...                                                  [SKIPPED]
  flumotion.test.test_defer
    TestDefer
      testBarfOnNongenerator ...                                      [SKIPPED]
      testException ...                                               [SKIPPED]
      testExceptionChain ...                                          [SKIPPED]
      testValues ...                                                  [SKIPPED]
      testYieldNothing ...                                            [SKIPPED]
      testYieldResultAfter ...                                        [SKIPPED]
      testYieldResultAtFirst ...                                      [SKIPPED]
    TestRetryingDeferred
      testRetryOnce ...                                               [SKIPPED]
      testSimple ...                                                  [SKIPPED]
  flumotion.test.test_dialogs
    TestErrorDialog
      testDialogMain ...                                              [SKIPPED]
      testDialogRun ...                                               [SKIPPED]
    TestProgressDialog
      testDialog ...                                                  [SKIPPED]
  flumotion.test.test_enum
    TestEnum
      testEnumError ...                                               [SKIPPED]
      testEnumSet ...                                                 [SKIPPED]
      testEnumSimple ...                                              [SKIPPED]
      testEnumValues ...                                              [SKIPPED]
      testEnumValuesCmp ...                                           [SKIPPED]
      testEnumValuesWithRepr ...                                      [SKIPPED]
      testJelly ...                                                   [SKIPPED]
      testRepr ...                                                    [SKIPPED]
  flumotion.test.test_flavors
    TestFullListener
      testInvalidate ...                                              [SKIPPED]
      testStateAppendRemoveListener ...                               [SKIPPED]
      testStateSetListener ...                                        [SKIPPED]
    TestState
      testStateAddKey ...                                             [SKIPPED]
      testStateAppendRemove ...                                       [SKIPPED]
      testStateDictAppendRemove ...                                   [SKIPPED]
      testStateGet ...                                                [SKIPPED]
    TestStateSet
      testStateAppendRemove ...                                       [SKIPPED]
      testStateAppendRemoveListener ...                               [SKIPPED]
      testStateDictListener ...                                       [SKIPPED]
      testStateSet ...                                                [SKIPPED]
      testStateSetListener ...                                        [SKIPPED]
      testStateWrongListener ...                                      [SKIPPED]
  flumotion.test.test_greeter
    WizardTest
      testGreeter ...                                                 [SKIPPED]
  flumotion.test.test_htpasswdcrypt
    TestHTPasswdCryptKeycard
      testWrongKeycardClass ...                                       [SKIPPED]
    TestHTPasswdCryptUACPCC
      testOk ...                                                      [SKIPPED]
      testTamperWithChallenge ...                                     [SKIPPED]
    TestHTPasswdCryptUACPP
      testInit ...                                                    [SKIPPED]
      testOk ...                                                      [SKIPPED]
      testWrongPassword ...                                           [SKIPPED]
      testWrongUser ...                                               [SKIPPED]
  flumotion.test.test_http
    TestHTTPRoot
      testRenderRootStreamer ...                                      [SKIPPED]
      testRenderTopStreamer ...                                       [SKIPPED]
      testRenderTreeStreamer ...                                      [SKIPPED]
    TestHTTPStreamingResource
      testRenderHTTPAllowDefault ...                                  [SKIPPED]
      testRenderHTTPAuthUnauthorized ...                              [SKIPPED]
      testRenderHTTPTokenAuthorized ...                               [SKIPPED]
      testRenderHTTPTokenUnauthorized ...                             [SKIPPED]
      testRenderNew ...                                               [SKIPPED]
      testRenderNotReady ...                                          [SKIPPED]
      testRenderReachedMaxClients ...                                 [SKIPPED]
  flumotion.test.test_i18n
    TestFormat
      testFormat ...                                                  [SKIPPED]
      testFormatNoArgument ...                                        [SKIPPED]
    TestPluralGettext
      testTranslatable ...                                            [SKIPPED]
      testTranslated ...                                              [SKIPPED]
    TestSingularClassbased
      testTranslatable ...                                            [SKIPPED]
      testTranslated ...                                              [SKIPPED]
    TestSingularGettext
      testTranslatable ...                                            [SKIPPED]
      testTranslated ...                                              [SKIPPED]
    TranslatableTest
      testTranslatable ...                                            [SKIPPED]
      testTranslatablePlural ...                                      [SKIPPED]
    TranslatorTest
      testTranslateMessage ...                                        [SKIPPED]
      testTranslateOne ...                                            [SKIPPED]
  flumotion.test.test_icalbouncer
    TestIcalBouncerFloating
      testApprovedBothFloating ...                                    [SKIPPED]
      testApprovedTZFromEnvironmentWithFloating ...                   [SKIPPED]
      testDeniedUTCAndFloating ...                                    [SKIPPED]
    TestIcalBouncerSetup
      testMalformedIcalFile ...                                       [SKIPPED]
      testNoFileProperty ...                                          [SKIPPED]
      testNonexistentIcalFile ...                                     [SKIPPED]
      testSuccessfulSetup ...                                         [SKIPPED]
    TestIcalBouncerTZID
      testApprovedBothTZID ...                                        [SKIPPED]
      testApprovedKeycardDurationCalculationTZID ...                  [SKIPPED]
      testDeniedTZID ...                                              [SKIPPED]
      testIncorrectTimeTZID ...                                       [SKIPPED]
    TestIcalBouncerUTC
      testApprovedUTC ...                                             [SKIPPED]
      testDeniedUTC ...                                               [SKIPPED]
  flumotion.test.test_import
    TestImport
      testImportAllModules ...                                        [SKIPPED]
  flumotion.test.test_keycards
    TestHTTPDigestKeycard
      testInit ...                                                    [SKIPPED]
    TestKeycardHTTPDigest
      testInit ...                                                    [SKIPPED]
    TestKeycardSending
      testSend ...                                                    [SKIPPED]
    TestKeycardToken
      testInit ...                                                    [SKIPPED]
    TestKeycardUACPCC
      testInit ...                                                    [SKIPPED]
    TestKeycardUACPP
      testInit ...                                                    [SKIPPED]
    TestMyKeycard
      testInit ...                                                    [SKIPPED]
  flumotion.test.test_logfilter
    TestLogFilter
      testComplexFilter ...                                           [SKIPPED]
      testParseFailure ...                                            [SKIPPED]
      testSimpleFilter ...                                            [SKIPPED]
  flumotion.test.test_manager_admin
    TestAdminAvatar
      testAvatarSet ...                                               [SKIPPED]
  flumotion.test.test_manager_component
    TestComponentHeaven
      testAttachDetachLinear ...                                      [SKIPPED]
      testAttachDetachMultipleEaters ...                              [SKIPPED]
      testAttachDetachMultipleFeedersComplex ...                      [SKIPPED]
      testAttachDetachMultipleFeedersSimple ...                       [SKIPPED]
      testAttachDetachMultipleFeedersVirtual ...                      [SKIPPED]
  flumotion.test.test_manager_config
    TestManagerConfigParser
      testParseBouncerComponent ...                                   [SKIPPED]
      testParseEmpty ...                                              [SKIPPED]
      testParseManager ...                                            [SKIPPED]
      testParseManagerInvalid ...                                     [SKIPPED]
      testParsePlugs ...                                              [SKIPPED]
      testParseSimple ...                                             [SKIPPED]
    TestPlanetConfigParser
      testParseAtmosphereEmpty ...                                    [SKIPPED]
      testParseAtmosphereInvalid ...                                  [SKIPPED]
      testParseAtmosphereWithComponent ...                            [SKIPPED]
      testParseFlow ...                                               [SKIPPED]
      testParseFlowInvalid ...                                        [SKIPPED]
      testParseInvalid ...                                            [SKIPPED]
      testParseSimple ...                                             [SKIPPED]
    TestXMLWriter
      testMultiple ...                                                [SKIPPED]
      testPlug ...                                                    [SKIPPED]
  flumotion.test.test_manager_manager
    TestComponentMapper
      testOneComponent ...                                            [SKIPPED]
    TestVishnu
      testConfigAfterWorker ...                                       [SKIPPED]
      testConfigBeforeWorker ...                                      [SKIPPED]
      testDeleteFlow ...                                              [SKIPPED]
      testLoadComponent ...                                           [SKIPPED]
      testLoadComponentWithSynchronization ...                        [SKIPPED]
      testLoadConfiguration ...                                       [SKIPPED]
      testWorker ...                                                  [SKIPPED]
  flumotion.test.test_manager_worker
    TestHeaven
      testAdd ...                                                     [SKIPPED]
      testConstructor ...                                             [SKIPPED]
  flumotion.test.test_options
    TestOptions
      testGroup ...                                                   [SKIPPED]
      testParser ...                                                  [SKIPPED]
  flumotion.test.test_parts
    TestAdminStatusbar
      testClear ...                                                   [SKIPPED]
      testClearAll ...                                                [SKIPPED]
      testPushPop ...                                                 [SKIPPED]
      testPushRemove ...                                              [SKIPPED]
      testSet ...                                                     [SKIPPED]
      testTwoContexts ...                                             [SKIPPED]
    TestComponentsView
      testCanNotStartMultipleWhenOneIsHappy ...                       [SKIPPED]
      testCanNotStartMultipleWhenOneIsHungry ...                      [SKIPPED]
      testCanNotStartMultipleWhenOneIsLost ...                        [SKIPPED]
      testCanNotStartMultipleWhenOneIsSad ...                         [SKIPPED]
      testCanNotStartMultipleWhenOneIsWaking ...                      [SKIPPED]
      testCanNotStartMultipleWhenWorkerIsNotLogged ...                [SKIPPED]
      testCanNotStartOneWhenHappy ...                                 [SKIPPED]
      testCanNotStartOneWhenHungry ...                                [SKIPPED]
      testCanNotStartOneWhenLost ...                                  [SKIPPED]
      testCanNotStartOneWhenSad ...                                   [SKIPPED]
      testCanNotStartOneWhenWaking ...                                [SKIPPED]
      testCanNotStartWhenNoSelection ...                              [SKIPPED]
      testCanNotStopMultipleWhenOneIsSleeping ...                     [SKIPPED]
      testCanNotStopOneWhenSleeping ...                               [SKIPPED]
      testCanNotStopWhenNoSelection ...                               [SKIPPED]
      testCanStartMultipleWhenSleeping ...                            [SKIPPED]
      testCanStartOneWhenSleeping ...                                 [SKIPPED]
      testCanStopMultipleWhenOneNoneIsSleeping ...                    [SKIPPED]
      testCanStopOneWhenHappy ...                                     [SKIPPED]
      testCanStopOneWhenHungry ...                                    [SKIPPED]
      testCanStopOneWhenLost ...                                      [SKIPPED]
      testCanStopOneWhenSad ...                                       [SKIPPED]
      testCanStopOneWhenWaking ...                                    [SKIPPED]
      testMultipleSelected ...                                        [SKIPPED]
      testNoComponents ...                                            [SKIPPED]
      testNoneSelected ...                                            [SKIPPED]
      testOneSelected ...                                             [SKIPPED]
      testUpdate ...                                                  [SKIPPED]
  flumotion.test.test_pb
    TestAuthenticator
      testIssueNoInfo ...                                             [SKIPPED]
      testIssueUACPCC ...                                             [SKIPPED]
      testIssueUACPP ...                                              [SKIPPED]
    TestTwisted_PortalAuthChallenger
      testRightPassword ...                                           [SKIPPED]
      testWrongPassword ...                                           [SKIPPED]
    Test_BouncerWrapper
      testUACPCCOk ...                                                [SKIPPED]
      testUACPCCTamperWithChallenge ...                               [SKIPPED]
      testUACPCCWrongPassword ...                                     [SKIPPED]
      testUACPCCWrongUser ...                                         [SKIPPED]
      testUACPPOk ...                                                 [SKIPPED]
      testUACPPWrongPassword ...                                      [SKIPPED]
    Test_FPBClientFactoryHTPasswdCrypt
      testOk ...                                                      [SKIPPED]
      testWrongPassword ...                                           [SKIPPED]
      testWrongUser ...                                               [SKIPPED]
    Test_FPBClientFactorySaltSha256
      testOk ...                                                      [SKIPPED]
      testWrongPassword ...                                           [SKIPPED]
      testWrongUser ...                                               [SKIPPED]
    Test_FPortalRoot
      testRootObject ...                                              [SKIPPED]
  flumotion.test.test_pbstream
    TestClientEater
      testRun ...                                                     [SKIPPED]
      testRunImmediateStop ...                                        [SKIPPED]
  flumotion.test.test_porter
    TestHTTPPorterProtocol
      testRightLocationFound ...                                      [SKIPPED]
      testRightLocationNotFound ...                                   [SKIPPED]
      testWrongLocation ...                                           [SKIPPED]
    TestHTTPPorterProtocolParser
      testInjectRequestId ...                                         [SKIPPED]
      testParseWithHost ...                                           [SKIPPED]
      testParseWithParams ...                                         [SKIPPED]
      testSimpleParse ...                                             [SKIPPED]
      testUnparse ...                                                 [SKIPPED]
      testWrongLine ...                                               [SKIPPED]
    TestPorterProtocol
      testBreakDelimiter ...                                          [SKIPPED]
      testNoIdentifier ...                                            [SKIPPED]
  flumotion.test.test_public_ui_api
    TestPublicUI
      testPublicUIAPI ...                                             [SKIPPED]
  flumotion.test.test_reflect
    TestSimple
      testSimple ...                                                  [SKIPPED]
  flumotion.test.test_registry
    TestComponentEntry
      testThings ...                                                  [SKIPPED]
    TestFindComponents
      testSimple ...                                                  [SKIPPED]
    TestRegistry
      testAddXmlParseError ...                                        [SKIPPED]
      testClean ...                                                   [SKIPPED]
      testComponentTypeError ...                                      [SKIPPED]
      testDefault ...                                                 [SKIPPED]
      testDump ...                                                    [SKIPPED]
      testDumpWithCompoundProperties ...                              [SKIPPED]
      testDumpWithEscapedPropertyDescription ...                      [SKIPPED]
      testIsTrue ...                                                  [SKIPPED]
      testParseBasic ...                                              [SKIPPED]
      testParseComponentCompoundProperties ...                        [SKIPPED]
      testParseComponentProperties ...                                [SKIPPED]
      testParseComponentPropertiesErrors ...                          [SKIPPED]
      testParseComponents ...                                         [SKIPPED]
      testgetMTime ...                                                [SKIPPED]
  flumotion.test.test_saltsha256
    TestSaltSha256USCPCC
      testOk ...                                                      [SKIPPED]
      testTamperWithChallenge ...                                     [SKIPPED]
    TestWrongKeycardClass
      testWrongKeycardClass ...                                       [SKIPPED]
  flumotion.test.test_testclasses
    TestOnePB
      testCacheable ...                                               [SKIPPED]
      testFakeKeycard ...                                             [SKIPPED]
    TestTwoPB
      testFakeKeycard ...                                             [SKIPPED]
  flumotion.test.test_twisted_integration
    IntegrationPlanExecuteTest
      testKill ...                                                    [SKIPPED]
      testProcessesStillRunning ...                                   [SKIPPED]
      testTransientProcess ...                                        [SKIPPED]
      testUnexpectedExitCode ...                                      [SKIPPED]
      testUnexpectedProcessExit ...                                   [SKIPPED]
    IntegrationPlanGenerationTest
      testKill ...                                                    [SKIPPED]
      testTransientProcess ...                                        [SKIPPED]
    IntegrationProcessTest
      testKill ...                                                    [SKIPPED]
      testTimeOut ...                                                 [SKIPPED]
      testTransientProcess ...                                        [SKIPPED]
    IntegrationTestDecoratorTest
      testFalse ...                                                   [SKIPPED]
      testKill ...                                                    [SKIPPED]
      testParallelStartAndKill ...                                    [SKIPPED]
      testParallelWait ...                                            [SKIPPED]
      testTransientProcess ...                                        [SKIPPED]
  flumotion.test.test_ui_fgtk
    VUTest
      testGetSet ...                                                  [SKIPPED]
      testScale ...                                                   [SKIPPED]
      testWidget ...                                                  [SKIPPED]
  flumotion.test.test_wizard
    WizardSaveTest
      testAudioTestWorkers ...                                        [SKIPPED]
      testFirewireAudioAndVideo ...                                   [SKIPPED]
    WizardStepTest
      testLoadSteps ...                                               [SKIPPED]
      testStepComponentProperties ...                                 [SKIPPED]
  flumotion.test.test_wizard_models
    TestProperties
      testContains ...                                                [SKIPPED]
      testDeleteAttribute ...                                         [SKIPPED]
      testDeleteAttributeUnderscore ...                               [SKIPPED]
      testDeleteItem ...                                              [SKIPPED]
      testDeleteItemUnderscore ...                                    [SKIPPED]
      testSetAttribute ...                                            [SKIPPED]
      testSetAttributeUnderscore ...                                  [SKIPPED]
      testSetInvalid ...                                              [SKIPPED]
      testSetItem ...                                                 [SKIPPED]
      testSetItemUnderscore ...                                       [SKIPPED]
  flumotion.test.test_wizard_save
    TestNameConflicts
      testNameConflicts ...                                           [SKIPPED]
      testNameConflictsDoubleDigits ...                               [SKIPPED]
    TestWizardSave
      testAudioOnlyStream ...                                         [SKIPPED]
      testDefaultStream ...                                           [SKIPPED]
      testFirewireStreamer ...                                        [SKIPPED]
      testFirewireStreamerDifferentWorkers ...                        [SKIPPED]
      testMultiFeedProducer ...                                       [SKIPPED]
      testOggStream ...                                               [SKIPPED]
      testOndemand ...                                                [SKIPPED]
    TestXMLWriter
      testAtmosphereComponent ...                                     [SKIPPED]
      testComponentWithFeeders ...                                    [SKIPPED]
      testComponentWithPlug ...                                       [SKIPPED]
      testEmpty ...                                                   [SKIPPED]
      testFlowComponent ...                                           [SKIPPED]
  flumotion.test.test_worker_config
    WorkerConfigTest
      testRandomFeederPorts ...                                       [SKIPPED]
  flumotion.test.test_worker_job
    TestCheckJobHeaven
      testInit ...                                                    [SKIPPED]
  flumotion.test.test_worker_medium
    TestWorkerMedium
      testConnect ...                                                 [SKIPPED]
  flumotion.test.test_worker_worker
    TestBrain
      testInit ...                                                    [SKIPPED]
  flumotion.test.test_workerconfig
    TestConfig
      testParseAuthentication ...                                     [SKIPPED]
      testParseAuthenticationError ...                                [SKIPPED]
      testParseEmpty ...                                              [SKIPPED]
      testParseError ...                                              [SKIPPED]
      testParseManager ...                                            [SKIPPED]
      testParseManagerError ...                                       [SKIPPED]
      testParseWorkerError ...                                        [SKIPPED]
      testParseWorkerFeederPorts ...                                  [SKIPPED]
      testParseWorkerName ...                                         [SKIPPED]
      testParseWorkerRandomFeederPorts ...                            [SKIPPED]

===============================================================================
[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'
program finished with exit code 0