(view as text)
make distcheck
 in dir /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build (timeout 1200 secs)
 argv: ['make', 'distcheck']
 environment: {'TAR_OPTIONS': '--wildcards', 'SHELL': '/bin/sh', 'SHLVL': '1', 'PYTHONPATH': '/home/buildbot/flumotion/buildbot', 'OLDPWD': '/home/buildbot', 'PWD': '/home/buildbot/flumotion', 'LOGNAME': 'buildbot', 'USER': 'buildbot', 'PATH': '/usr/lib/ccache/bin:/usr/bin:/bin', 'PKG_CONFIG_PATH': '/home/buildbot/flumotion/prefix/trunk/lib/pkgconfig', 'HOME': '/home/buildbot', 'DISPLAY': ':9', '_': '/bin/nice'}
{ test ! -d flumotion-0.5.4.1 || { find flumotion-0.5.4.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr flumotion-0.5.4.1; }; }
mkdir flumotion-0.5.4.1
mkdir -p -- flumotion-0.5.4.1/. flumotion-0.5.4.1/bin flumotion-0.5.4.1/common flumotion-0.5.4.1/data flumotion-0.5.4.1/flumotion/component/plugs/cortado flumotion-0.5.4.1/flumotion/configure flumotion-0.5.4.1/m4 flumotion-0.5.4.1/misc flumotion-0.5.4.1/pkgconfig flumotion-0.5.4.1/po
list='. bin conf data flumotion doc common pkgconfig tests po'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "flumotion-0.5.4.1/$subdir" \
    || mkdir -p -- "flumotion-0.5.4.1/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd flumotion-0.5.4.1 && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/bin'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/bin'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/conf'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/conf/../common /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/conf/examples /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/conf/managers/default /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/conf/managers/default/flows /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/conf/workers
make  \
  top_distdir="/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1" distdir="/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/conf" \
  dist-hook
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/conf'
rm -rf cache
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/conf'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/conf'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/data/image
list='glade image'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/data/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/data/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/data && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/glade'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/glade'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image'
list='wizard 16x16 24x24'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/data/image/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/data/image/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/data/image && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/wizard'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/wizard'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/16x16'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/16x16'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/24x24'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/24x24'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/../common
list='admin common component configure extern job launch manager monitor project service scenario test tester twisted ui worker'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin/../../common
list='assistant command gtk rrdmon text'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/assistant'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin/assistant/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/assistant'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/command'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin/command/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/command'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/gtk'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin/gtk/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/gtk'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/rrdmon'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin/rrdmon/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/rrdmon'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/text'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/admin/text/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/text'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/common/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/../../common
list='base bouncers combiners consumers converters effects encoders misc muxers plugs producers'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/base'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/base/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/base'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/bouncers'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/bouncers/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/bouncers'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/combiners/../../../common
list='composite switch'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/combiners/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/combiners/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/combiners && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners/composite'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/combiners/composite/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners/composite'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners/switch'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/combiners/switch/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners/switch'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers/../../../common
list='disker gdp httpstreamer preview shout2'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/disker'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers/disker/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/disker'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/gdp'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers/gdp/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/gdp'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/httpstreamer'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers/httpstreamer/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/httpstreamer'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/preview'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers/preview/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/preview'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/shout2'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/consumers/shout2/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/shout2'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/converters/../../../common
list='overlay pipeline'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/converters/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/converters/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/converters && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters/overlay'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/converters/overlay/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters/overlay'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters/pipeline'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/converters/pipeline/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters/pipeline'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/effects/../../../common
list='colorbalance volume'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/effects/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/effects/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/effects && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects/colorbalance'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/effects/colorbalance/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects/colorbalance'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects/volume'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/effects/volume/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects/volume'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/encoders'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/encoders/../../../common /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/encoders/dirac /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/encoders/jpeg /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/encoders/mulaw /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/encoders/smoke /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/encoders/speex /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/encoders/theora /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/encoders/vorbis
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/encoders'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/misc/../../../common
list='httpserver porter repeater'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/misc/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/misc/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/misc && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/httpserver'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/misc/httpserver/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/httpserver'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/porter'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/misc/porter/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/porter'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/repeater'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/misc/repeater/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/repeater'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/muxers'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/muxers/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/muxers'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/plugs/../../../common
list='cortado'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/plugs/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/plugs/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/plugs && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs/cortado'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/plugs/cortado/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs/cortado'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/../../../common
list='audiotest bttv firewire icecast ivtv pipeline playlist rtsp screencast soundcard videotest webcam looper unixdomain gdp'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/audiotest'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/audiotest/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/audiotest'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/bttv'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/bttv/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/bttv'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/firewire'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/firewire/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/firewire'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/icecast'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/icecast/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/icecast'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/ivtv'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/ivtv/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/ivtv'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/pipeline'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/pipeline/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/pipeline'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/playlist'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/playlist/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/playlist'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/rtsp'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/rtsp/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/rtsp'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/screencast'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/screencast/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/screencast'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/soundcard'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/soundcard/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/soundcard'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/videotest'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/videotest/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/videotest'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/webcam'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/webcam/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/webcam'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/looper'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/looper/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/looper'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/unixdomain'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/unixdomain/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/unixdomain'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/gdp'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/producers/gdp/../../../../common
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/gdp'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/configure'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/configure/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/configure'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/extern/../../common /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/extern/command /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/extern/log
list='pytrayicon fdpass'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/extern/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/extern/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/extern && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern/pytrayicon'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/extern/pytrayicon/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern/pytrayicon'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern/fdpass'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern/fdpass'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/job'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/job/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/job'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/launch'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/launch/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/launch'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/manager'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/manager/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/manager'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/monitor/../../common
list='nagios'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/monitor/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/monitor/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/monitor && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor/nagios'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/monitor/nagios/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor/nagios'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/project'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/project/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/project'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/service'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/service/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/service'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/scenario/../../common
list='live ondemand steps'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/scenario/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/scenario/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/scenario && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/live'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/scenario/live/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/live'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/ondemand'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/scenario/ondemand/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/ondemand'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/steps'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/scenario/steps/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/steps'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/test/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/tester'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/tester/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/tester'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/twisted/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/ui'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/ui/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/ui'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/worker/../../common
list='checks'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/worker/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/worker/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/worker && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker/checks'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/worker/checks/../../../common
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker/checks'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/doc/redhat
list='man reference'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/doc/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/doc/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/doc && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/man'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/man'
ls: flumotion/wizard/*.py: No such file or directory
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/reference'
mkdir -p -- /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/doc/reference/../../common
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/reference'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/common'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/common'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/pkgconfig'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/pkgconfig'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests'
list='integration'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/tests/$subdir" \
    || mkdir -p -- "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/tests/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/tests && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests/integration'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests/integration'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/po'
dists="ChangeLog Makefile.in.in POTFILES.in ca.po es.po fr.po nl.po nb.po pt_BR.po sv.po "; \
extra_dists="POTFILES.skip Makevars LINGUAS"; \
for file in $extra_dists; do \
  test -f ./$file && dists="$dists ./$file"; \
done; \
for file in $dists; do \
  test -f $file || file="./$file"; \
  ln $file /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/po 2> /dev/null \
    || cp -p $file /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/po; \
done
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/po'
make  \
  top_distdir="flumotion-0.5.4.1" distdir="flumotion-0.5.4.1" \
  dist-hook
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build'
rm -rf cache
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build'
find flumotion-0.5.4.1 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r flumotion-0.5.4.1
tardir=flumotion-0.5.4.1 && /bin/sh /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/missing --run tar chof - "$tardir" | bzip2 -9 -c >flumotion-0.5.4.1.tar.bz2
{ test ! -d flumotion-0.5.4.1 || { find flumotion-0.5.4.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr flumotion-0.5.4.1; }; }
case 'flumotion-0.5.4.1.tar.bz2' in \
*.tar.gz*) \
  GZIP=--best gunzip -c flumotion-0.5.4.1.tar.gz | /bin/sh /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/missing --run tar xf - ;;\
*.tar.bz2*) \
  bunzip2 -c flumotion-0.5.4.1.tar.bz2 | /bin/sh /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/missing --run tar xf - ;;\
*.tar.Z*) \
  uncompress -c flumotion-0.5.4.1.tar.Z | /bin/sh /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/missing --run tar xf - ;;\
*.shar.gz*) \
  GZIP=--best gunzip -c flumotion-0.5.4.1.shar.gz | unshar ;;\
*.zip*) \
  unzip flumotion-0.5.4.1.zip ;;\
esac
chmod -R a-w flumotion-0.5.4.1; chmod a+w flumotion-0.5.4.1
mkdir flumotion-0.5.4.1/_build
mkdir flumotion-0.5.4.1/_inst
chmod a-w flumotion-0.5.4.1
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd flumotion-0.5.4.1/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd flumotion-0.5.4.1/_build \
  && ../configure --srcdir=.. --prefix="$dc_install_base" \
     \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && make  distuninstallcheck_dir="$dc_install_base" \
        distuninstallcheck \
  && chmod -R a-w "$dc_install_base" \
  && ({ \
       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
       && make  DESTDIR="$dc_destdir" install \
       && make  DESTDIR="$dc_destdir" uninstall \
       && make  DESTDIR="$dc_destdir" \
            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
      } || { rm -rf "$dc_destdir"; exit 1; }) \
  && rm -rf "$dc_destdir" \
  && make  dist \
  && rm -rf flumotion-0.5.4.1.tar.bz2 \
  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: configuring flumotion for development with nano 1
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking for intltool >= 0.34.2... 0.37.0 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
configure: Storing library files in /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_inst/lib
configure: Storing data files in /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_inst/share
configure: Storing configuration files in /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_inst/etc
configure: Using localstatedir /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_inst/var
configure: Using bindir /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_inst/bin
configure: Using sbindir /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_inst/sbin
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
configure: Looking for Python version >= 2.3
checking for python... /usr/bin/python
checking "/usr/bin/python":... okay
checking local Python configuration... looks good
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.4/site-packages
checking for headers required to compile python extensions... found
checking for python module pygtk... found
checking for python module pygst... found
checking for python module kiwi... found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
configure: Building tray icon
checking for PYGTK... yes
checking for pygtk codegen... /usr/bin/python /usr/share/pygtk/2.0/codegen/codegen.py
checking for pygtk defsdir... /usr/share/pygtk/2.0/defs
checking for Xvfb... yes
checking for epydoc... yes
checking for pychecker... yes
checking for python module twisted... found
checking for Twisted >= 2.0.1... found
checking for python module twisted.names... found
checking for python module twisted.web... found
configure: creating ./config.status
config.status: creating env
config.status: creating bin/flumotion
config.status: creating bin/flumotion-admin
config.status: creating bin/flumotion-admin-text
config.status: creating bin/flumotion-command
config.status: creating bin/flumotion-inspect
config.status: creating bin/flumotion-job
config.status: creating bin/flumotion-launch
config.status: creating bin/flumotion-manager
config.status: creating bin/flumotion-nagios
config.status: creating bin/flumotion-rrdmon
config.status: creating bin/flumotion-tester
config.status: creating bin/flumotion-worker
config.status: creating bin/runtest
config.status: creating misc/flumotion-verify-config
config.status: creating Makefile
config.status: creating bin/Makefile
config.status: creating common/Makefile
config.status: creating data/Makefile
config.status: creating data/glade/Makefile
config.status: creating data/image/Makefile
config.status: creating data/image/16x16/Makefile
config.status: creating data/image/24x24/Makefile
config.status: creating data/image/wizard/Makefile
config.status: creating data/flumotion-admin.desktop
config.status: creating flumotion/Makefile
config.status: creating flumotion/admin/Makefile
config.status: creating flumotion/admin/assistant/Makefile
config.status: creating flumotion/admin/command/Makefile
config.status: creating flumotion/admin/gtk/Makefile
config.status: creating flumotion/admin/rrdmon/Makefile
config.status: creating flumotion/admin/text/Makefile
config.status: creating flumotion/common/Makefile
config.status: creating flumotion/component/Makefile
config.status: creating flumotion/component/base/Makefile
config.status: creating flumotion/component/bouncers/Makefile
config.status: creating flumotion/component/effects/Makefile
config.status: creating flumotion/component/effects/colorbalance/Makefile
config.status: creating flumotion/component/effects/volume/Makefile
config.status: creating flumotion/component/encoders/Makefile
config.status: creating flumotion/component/combiners/Makefile
config.status: creating flumotion/component/combiners/composite/Makefile
config.status: creating flumotion/component/combiners/switch/Makefile
config.status: creating flumotion/component/consumers/Makefile
config.status: creating flumotion/component/consumers/disker/Makefile
config.status: creating flumotion/component/consumers/gdp/Makefile
config.status: creating flumotion/component/consumers/httpstreamer/Makefile
config.status: creating flumotion/component/consumers/preview/Makefile
config.status: creating flumotion/component/consumers/shout2/Makefile
config.status: creating flumotion/component/converters/Makefile
config.status: creating flumotion/component/converters/pipeline/Makefile
config.status: creating flumotion/component/converters/overlay/Makefile
config.status: creating flumotion/component/misc/Makefile
config.status: creating flumotion/component/misc/httpserver/Makefile
config.status: creating flumotion/component/misc/porter/Makefile
config.status: creating flumotion/component/misc/repeater/Makefile
config.status: creating flumotion/component/muxers/Makefile
config.status: creating flumotion/component/plugs/Makefile
config.status: creating flumotion/component/plugs/cortado/Makefile
config.status: creating flumotion/component/plugs/cortado/cortado_location.py
config.status: creating flumotion/component/producers/Makefile
config.status: creating flumotion/component/producers/audiotest/Makefile
config.status: creating flumotion/component/producers/bttv/Makefile
config.status: creating flumotion/component/producers/firewire/Makefile
config.status: creating flumotion/component/producers/gdp/Makefile
config.status: creating flumotion/component/producers/icecast/Makefile
config.status: creating flumotion/component/producers/ivtv/Makefile
config.status: creating flumotion/component/producers/pipeline/Makefile
config.status: creating flumotion/component/producers/playlist/Makefile
config.status: creating flumotion/component/producers/rtsp/Makefile
config.status: creating flumotion/component/producers/screencast/Makefile
config.status: creating flumotion/component/producers/soundcard/Makefile
config.status: creating flumotion/component/producers/videotest/Makefile
config.status: creating flumotion/component/producers/webcam/Makefile
config.status: creating flumotion/component/producers/looper/Makefile
config.status: creating flumotion/component/producers/unixdomain/Makefile
config.status: creating flumotion/configure/Makefile
config.status: creating flumotion/configure/installed.py
config.status: creating flumotion/configure/uninstalled.py
config.status: creating flumotion/extern/Makefile
config.status: creating flumotion/extern/fdpass/Makefile
config.status: creating flumotion/extern/pytrayicon/Makefile
config.status: creating flumotion/job/Makefile
config.status: creating flumotion/launch/Makefile
config.status: creating flumotion/manager/Makefile
config.status: creating flumotion/monitor/Makefile
config.status: creating flumotion/monitor/nagios/Makefile
config.status: creating flumotion/project/Makefile
config.status: creating flumotion/service/Makefile
config.status: creating flumotion/scenario/Makefile
config.status: creating flumotion/scenario/live/Makefile
config.status: creating flumotion/scenario/ondemand/Makefile
config.status: creating flumotion/scenario/steps/Makefile
config.status: creating flumotion/test/Makefile
config.status: creating flumotion/tester/Makefile
config.status: creating flumotion/twisted/Makefile
config.status: creating flumotion/ui/Makefile
config.status: creating flumotion/worker/Makefile
config.status: creating flumotion/worker/checks/Makefile
config.status: creating conf/Makefile
config.status: creating doc/Makefile
config.status: creating doc/reference/Makefile
config.status: creating doc/man/Makefile
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/flumotion.pc
config.status: creating pkgconfig/flumotion-uninstalled.pc
config.status: creating tests/Makefile
config.status: creating tests/integration/Makefile
config.status: creating flumotion.spec
config.status: creating po/Makefile.in
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing po/stamp-it commands

Building documentation: yes

Now type "make" to build flumotion
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
Making all in .
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_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[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/po'
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ../../po/ca.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ../../po/es.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ../../po/fr.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ../../po/nl.po
file=`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ../../po/nb.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ../../po/pt_BR.po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ../../po/sv.po
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_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[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
Making all in bin
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/bin'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/bin'
Making all in conf
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/conf'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/conf'
Making all in data
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
Making all in glade
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/glade'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/glade'
Making all in image
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
Making all in wizard
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/wizard'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/wizard'
Making all in 16x16
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/16x16'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/16x16'
Making all in 24x24
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/24x24'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/24x24'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
Making all in flumotion
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
Making all in admin
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
Making all in assistant
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/assistant'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/assistant'
Making all in command
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/command'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/command'
Making all in gtk
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/gtk'
if test -e videotest.pyc; then rm videotest.pyc; fi
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/gtk'
Making all in rrdmon
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/rrdmon'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/rrdmon'
Making all in text
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/text'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/text'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
Making all in common
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/common'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/common'
Making all in component
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
Making all in base
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/base'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/base'
Making all in bouncers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/bouncers'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/bouncers'
Making all in combiners
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
Making all in composite
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/composite'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/composite'
Making all in switch
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/switch'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/switch'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
Making all in consumers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
Making all in disker
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/disker'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/disker'
Making all in gdp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/gdp'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/gdp'
Making all in httpstreamer
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/httpstreamer'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/httpstreamer'
Making all in preview
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/preview'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/preview'
Making all in shout2
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/shout2'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/shout2'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
Making all in converters
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
Making all in overlay
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/overlay'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/overlay'
Making all in pipeline
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/pipeline'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/pipeline'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
Making all in effects
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
Making all in colorbalance
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/colorbalance'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/colorbalance'
Making all in volume
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/volume'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/volume'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
Making all in encoders
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/encoders'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/encoders'
Making all in misc
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
Making all in httpserver
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/httpserver'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/httpserver'
Making all in porter
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/porter'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/porter'
Making all in repeater
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/repeater'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/repeater'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
Making all in muxers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/muxers'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/muxers'
Making all in plugs
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
Making all in cortado
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs/cortado'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs/cortado'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
Making all in producers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
Making all in audiotest
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/audiotest'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/audiotest'
Making all in bttv
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/bttv'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/bttv'
Making all in firewire
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/firewire'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/firewire'
Making all in icecast
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/icecast'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/icecast'
Making all in ivtv
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/ivtv'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/ivtv'
Making all in pipeline
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/pipeline'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/pipeline'
Making all in playlist
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/playlist'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/playlist'
Making all in rtsp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/rtsp'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/rtsp'
Making all in screencast
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/screencast'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/screencast'
Making all in soundcard
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/soundcard'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/soundcard'
Making all in videotest
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/videotest'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/videotest'
Making all in webcam
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/webcam'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/webcam'
Making all in looper
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/looper'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/looper'
Making all in unixdomain
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/unixdomain'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/unixdomain'
Making all in gdp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/gdp'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/gdp'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
Making all in configure
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
make  all-am
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
Making all in extern
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
Making all in fdpass
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/fdpass'
if gcc -DPACKAGE_NAME=\"flumotion\" -DPACKAGE_TARNAME=\"flumotion\" -DPACKAGE_VERSION=\"0.5.4\" -DPACKAGE_STRING=\"flumotion\ 0.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4\" -DFLUMOTION=\"0.5.4.1\" -DFLUMOTION_RELEASE=\"0.20090701.114710\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I../../../../flumotion/extern/fdpass -I/usr/include/python2.4   -Wall -fPIC -g -O2 -MT fdpass_so-fdpass.o -MD -MP -MF ".deps/fdpass_so-fdpass.Tpo" -c -o fdpass_so-fdpass.o `test -f 'fdpass.c' || echo '../../../../flumotion/extern/fdpass/'`fdpass.c; \
then mv -f ".deps/fdpass_so-fdpass.Tpo" ".deps/fdpass_so-fdpass.Po"; else rm -f ".deps/fdpass_so-fdpass.Tpo"; exit 1; fi
<command line>:1:1: warning: "VERSION" redefined
<command line>:1:1: warning: this is the location of the previous definition
gcc -shared -o fdpass.so -module -avoid-version fdpass_so-fdpass.o  
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/fdpass'
Making all in pytrayicon
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/pytrayicon'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"flumotion\" -DPACKAGE_TARNAME=\"flumotion\" -DPACKAGE_VERSION=\"0.5.4\" -DPACKAGE_STRING=\"flumotion\ 0.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4\" -DFLUMOTION=\"0.5.4.1\" -DFLUMOTION_RELEASE=\"0.20090701.114710\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I../../../../flumotion/extern/pytrayicon    -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/python2.4 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -g -O2 -MT pytrayicon_la-eggtrayicon.lo -MD -MP -MF ".deps/pytrayicon_la-eggtrayicon.Tpo" -c -o pytrayicon_la-eggtrayicon.lo `test -f 'eggtrayicon.c' || echo '../../../../flumotion/extern/pytrayicon/'`eggtrayicon.c; \
then mv -f ".deps/pytrayicon_la-eggtrayicon.Tpo" ".deps/pytrayicon_la-eggtrayicon.Plo"; else rm -f ".deps/pytrayicon_la-eggtrayicon.Tpo"; exit 1; fi
mkdir .libs
 gcc -DPACKAGE_NAME=\"flumotion\" -DPACKAGE_TARNAME=\"flumotion\" -DPACKAGE_VERSION=\"0.5.4\" "-DPACKAGE_STRING=\"flumotion 0.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4\" -DFLUMOTION=\"0.5.4.1\" -DFLUMOTION_RELEASE=\"0.20090701.114710\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I../../../../flumotion/extern/pytrayicon -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.4 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT pytrayicon_la-eggtrayicon.lo -MD -MP -MF .deps/pytrayicon_la-eggtrayicon.Tpo -c ../../../../flumotion/extern/pytrayicon/eggtrayicon.c  -fPIC -DPIC -o .libs/pytrayicon_la-eggtrayicon.o
<command line>:1:1: warning: "VERSION" redefined
<command line>:1:1: warning: this is the location of the previous definition
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"flumotion\" -DPACKAGE_TARNAME=\"flumotion\" -DPACKAGE_VERSION=\"0.5.4\" -DPACKAGE_STRING=\"flumotion\ 0.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4\" -DFLUMOTION=\"0.5.4.1\" -DFLUMOTION_RELEASE=\"0.20090701.114710\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I../../../../flumotion/extern/pytrayicon    -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/python2.4 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -g -O2 -MT pytrayicon_la-pytrayiconmodule.lo -MD -MP -MF ".deps/pytrayicon_la-pytrayiconmodule.Tpo" -c -o pytrayicon_la-pytrayiconmodule.lo `test -f 'pytrayiconmodule.c' || echo '../../../../flumotion/extern/pytrayicon/'`pytrayiconmodule.c; \
then mv -f ".deps/pytrayicon_la-pytrayiconmodule.Tpo" ".deps/pytrayicon_la-pytrayiconmodule.Plo"; else rm -f ".deps/pytrayicon_la-pytrayiconmodule.Tpo"; exit 1; fi
 gcc -DPACKAGE_NAME=\"flumotion\" -DPACKAGE_TARNAME=\"flumotion\" -DPACKAGE_VERSION=\"0.5.4\" "-DPACKAGE_STRING=\"flumotion 0.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4\" -DFLUMOTION=\"0.5.4.1\" -DFLUMOTION_RELEASE=\"0.20090701.114710\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I../../../../flumotion/extern/pytrayicon -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.4 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT pytrayicon_la-pytrayiconmodule.lo -MD -MP -MF .deps/pytrayicon_la-pytrayiconmodule.Tpo -c ../../../../flumotion/extern/pytrayicon/pytrayiconmodule.c  -fPIC -DPIC -o .libs/pytrayicon_la-pytrayiconmodule.o
<command line>:1:1: warning: "VERSION" redefined
<command line>:1:1: warning: this is the location of the previous definition
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"flumotion\" -DPACKAGE_TARNAME=\"flumotion\" -DPACKAGE_VERSION=\"0.5.4\" -DPACKAGE_STRING=\"flumotion\ 0.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4\" -DFLUMOTION=\"0.5.4.1\" -DFLUMOTION_RELEASE=\"0.20090701.114710\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I../../../../flumotion/extern/pytrayicon    -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/python2.4 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -g -O2 -MT pytrayicon_la-pytrayicon.lo -MD -MP -MF ".deps/pytrayicon_la-pytrayicon.Tpo" -c -o pytrayicon_la-pytrayicon.lo `test -f 'pytrayicon.c' || echo '../../../../flumotion/extern/pytrayicon/'`pytrayicon.c; \
then mv -f ".deps/pytrayicon_la-pytrayicon.Tpo" ".deps/pytrayicon_la-pytrayicon.Plo"; else rm -f ".deps/pytrayicon_la-pytrayicon.Tpo"; exit 1; fi
 gcc -DPACKAGE_NAME=\"flumotion\" -DPACKAGE_TARNAME=\"flumotion\" -DPACKAGE_VERSION=\"0.5.4\" "-DPACKAGE_STRING=\"flumotion 0.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4\" -DFLUMOTION=\"0.5.4.1\" -DFLUMOTION_RELEASE=\"0.20090701.114710\" -DPACKAGE=\"flumotion\" -DVERSION=\"0.5.4.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I../../../../flumotion/extern/pytrayicon -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.4 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT pytrayicon_la-pytrayicon.lo -MD -MP -MF .deps/pytrayicon_la-pytrayicon.Tpo -c ../../../../flumotion/extern/pytrayicon/pytrayicon.c  -fPIC -DPIC -o .libs/pytrayicon_la-pytrayicon.o
<command line>:1:1: warning: "VERSION" redefined
<command line>:1:1: warning: this is the location of the previous definition
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -g -O2   -o pytrayicon.la -rpath /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_inst/lib/flumotion/python/flumotion/extern/pytrayicon -module -avoid-version pytrayicon_la-eggtrayicon.lo pytrayicon_la-pytrayiconmodule.lo pytrayicon_la-pytrayicon.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
gcc -shared  .libs/pytrayicon_la-eggtrayicon.o .libs/pytrayicon_la-pytrayiconmodule.o .libs/pytrayicon_la-pytrayicon.o  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  -Wl,-soname -Wl,pytrayicon.so -o .libs/pytrayicon.so
creating pytrayicon.la
(cd .libs && rm -f pytrayicon.la && ln -s ../pytrayicon.la pytrayicon.la)
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/pytrayicon'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
Making all in job
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/job'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/job'
Making all in launch
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/launch'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/launch'
Making all in manager
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/manager'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/manager'
Making all in monitor
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
Making all in nagios
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor/nagios'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor/nagios'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
Making all in project
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
/usr/bin/python ../../../common/gen-locale-xml.py \
                flumotion flumotion `cat ../../../po/LINGUAS` > flumotion.locale.xml
make  all-am
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
Making all in service
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/service'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/service'
Making all in scenario
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
Making all in live
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/live'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/live'
Making all in ondemand
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/ondemand'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/ondemand'
Making all in steps
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/steps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/steps'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
Making all in test
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/test'
Making all in tester
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/tester'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/tester'
Making all in twisted
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/twisted'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/twisted'
Making all in ui
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/ui'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/ui'
Making all in worker
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker'
Making all in checks
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker/checks'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker/checks'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
Making all in doc
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc'
Making all in man
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc/man'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc/man'
Making all in reference
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-full/build/flumotion-0.5.4.1/_build/doc/reference'
Generating HTML documentation...
Not importing misc.setup
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
Could not init font path element /usr/share/X11/fonts/OTF, removing from list!
Could not init font path element /usr/share/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/share/X11/fonts/CID/, removing from list!
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/flumotion/common/fraction.py
In flumotion.common.fraction.gcd docstring (line 31):
---------------------------------------------------------------------------
  L36: Warning: Possible mal-formatted field item.

Warning: UID conflict detected: __builtin__.type.fromkeys
===========================================================================
In __builtin__.dict docstring:
---------------------------------------------------------------------------
   L3: Error: Improper paragraph indentation.
   L5: Error: Improper paragraph indentation.
   L7: Error: Improper paragraph indentation.
   L9: Error: Improper paragraph indentation.

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: __builtin__.type.fromkeys
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
Warning: UID conflict detected: __builtin__.type.fromkeys
/usr/lib/python2.4/site-packages/epydoc/uid.py:585: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
  if (self._module is not None and
/usr/lib/python2.4/site-packages/epydoc/uid.py:585: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
  if (self._module is not None and
===========================================================================
In gobject.GObject docstring:
---------------------------------------------------------------------------
   L4: Error: Improper paragraph indentation.

Warning: UID conflict detected: gobject.GObjectMeta.do_add
Warning: UID conflict detected: gobject.GObjectMeta.do_button_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_button_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_can_activate_accel
Warning: UID conflict detected: gobject.GObjectMeta.do_check_resize
Warning: UID conflict detected: gobject.GObjectMeta.do_child_type
Warning: UID conflict detected: gobject.GObjectMeta.do_client_event
Warning: UID conflict detected: gobject.GObjectMeta.do_configure_event
Warning: UID conflict detected: gobject.GObjectMeta.do_delete_event
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy_event
Warning: UID conflict detected: gobject.GObjectMeta.do_direction_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_begin
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_delete
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_get
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_received
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_drop
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_end
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_leave
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_motion
Warning: UID conflict detected: gobject.GObjectMeta.do_enter_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_event
Warning: UID conflict detected: gobject.GObjectMeta.do_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_notify
Warning: UID conflict detected: gobject.GObjectMeta.do_hide
Warning: UID conflict detected: gobject.GObjectMeta.do_hide_all
Warning: UID conflict detected: gobject.GObjectMeta.do_hierarchy_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_key_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_key_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_leave_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_map
Warning: UID conflict detected: gobject.GObjectMeta.do_map_event
Warning: UID conflict detected: gobject.GObjectMeta.do_mnemonic_activate
Warning: UID conflict detected: gobject.GObjectMeta.do_motion_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_no_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_parent_set
Warning: UID conflict detected: gobject.GObjectMeta.do_popup_menu
Warning: UID conflict detected: gobject.GObjectMeta.do_property_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_realize
Warning: UID conflict detected: gobject.GObjectMeta.do_remove
Warning: UID conflict detected: gobject.GObjectMeta.do_screen_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_clear_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_get
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_received
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_request_event
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus_child
Warning: UID conflict detected: gobject.GObjectMeta.do_show
Warning: UID conflict detected: gobject.GObjectMeta.do_show_all
Warning: UID conflict detected: gobject.GObjectMeta.do_show_help
Warning: UID conflict detected: gobject.GObjectMeta.do_size_allocate
Warning: UID conflict detected: gobject.GObjectMeta.do_size_request
Warning: UID conflict detected: gobject.GObjectMeta.do_state_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_style_set
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap_event
Warning: UID conflict detected: gobject.GObjectMeta.do_unrealize
Warning: UID conflict detected: gobject.GObjectMeta.do_visibility_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_window_state_event
Warning: UID conflict detected: gobject.GObjectMeta.set_activate_signal
Warning: UID conflict detected: gobject.GObjectMeta.set_set_scroll_adjustments_signal
===========================================================================
In gtk.Container docstring:
---------------------------------------------------------------------------
   L4: Error: Improper paragraph indentation.
   L7: Error: Improper paragraph indentation.
  L10: Error: Improper paragraph indentation.
  L74: Error: Improper paragraph indentation.
  L80: Error: Improper paragraph indentation.
  L81: Error: Improper paragraph indentation.
  L84: Error: Improper paragraph indentation.
  L85: Error: Improper paragraph indentation.
  L86: Error: Improper paragraph indentation.
  L87: Error: Improper paragraph indentation.
  L88: Error: Improper paragraph indentation.
  L89: Error: Improper paragraph indentation.
  L90: Error: Improper paragraph indentation.
  L91: Error: Improper paragraph indentation.
  L92: Error: Improper paragraph indentation.
  L93: Error: Improper paragraph indentation.
  L94: Error: Improper paragraph indentation.
  L95: Error: Improper paragraph indentation.
  L96: Error: Improper paragraph indentation.
  L97: Error: Improper paragraph indentation.
  L98: Error: Improper paragraph indentation.
  L99: Error: Improper paragraph indentation.
 L100: Error: Improper paragraph indentation.
 L101: Error: Improper paragraph indentation.
 L102: Error: Improper paragraph indentation.
 L103: Error: Improper paragraph indentation.
 L104: Error: Improper paragraph indentation.
 L105: Error: Improper paragraph indentation.
 L106: Error: Improper paragraph indentation.
 L107: Error: Improper paragraph indentation.
 L108: Error: Improper paragraph indentation.
 L109: Error: Improper paragraph indentation.
 L110: Error: Improper paragraph indentation.
 L111: Error: Improper paragraph indentation.
 L112: Error: Improper paragraph indentation.
 L113: Error: Improper paragraph indentation.
 L114: Error: Improper paragraph indentation.
 L115: Error: Improper paragraph indentation.
 L116: Error: Improper paragraph indentation.
 L117: Error: Improper paragraph indentation.
 L118: Error: Improper paragraph indentation.
 L119: Error: Improper paragraph indentation.
 L122: Error: Improper paragraph indentation.
 L123: Error: Improper paragraph indentation.
 L124: Error: Improper paragraph indentation.
 L125: Error: Improper paragraph indentation.
 L126: Error: Improper paragraph indentation.
 L127: Error: Improper paragraph indentation.

Warning: UID conflict detected: gobject.GObjectMeta.do_button_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_button_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_can_activate_accel
Warning: UID conflict detected: gobject.GObjectMeta.do_client_event
Warning: UID conflict detected: gobject.GObjectMeta.do_configure_event
Warning: UID conflict detected: gobject.GObjectMeta.do_delete_event
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy_event
Warning: UID conflict detected: gobject.GObjectMeta.do_direction_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_begin
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_delete
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_get
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_received
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_drop
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_end
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_leave
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_motion
Warning: UID conflict detected: gobject.GObjectMeta.do_enter_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_event
Warning: UID conflict detected: gobject.GObjectMeta.do_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_notify
Warning: UID conflict detected: gobject.GObjectMeta.do_hide
Warning: UID conflict detected: gobject.GObjectMeta.do_hide_all
Warning: UID conflict detected: gobject.GObjectMeta.do_hierarchy_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_key_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_key_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_leave_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_map
Warning: UID conflict detected: gobject.GObjectMeta.do_map_event
Warning: UID conflict detected: gobject.GObjectMeta.do_mnemonic_activate
Warning: UID conflict detected: gobject.GObjectMeta.do_motion_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_no_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_parent_set
Warning: UID conflict detected: gobject.GObjectMeta.do_popup_menu
Warning: UID conflict detected: gobject.GObjectMeta.do_property_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_realize
Warning: UID conflict detected: gobject.GObjectMeta.do_screen_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_clear_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_get
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_received
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_request_event
Warning: UID conflict detected: gobject.GObjectMeta.do_show
Warning: UID conflict detected: gobject.GObjectMeta.do_show_all
Warning: UID conflict detected: gobject.GObjectMeta.do_show_help
Warning: UID conflict detected: gobject.GObjectMeta.do_size_allocate
Warning: UID conflict detected: gobject.GObjectMeta.do_size_request
Warning: UID conflict detected: gobject.GObjectMeta.do_state_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_style_set
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap_event
Warning: UID conflict detected: gobject.GObjectMeta.do_unrealize
Warning: UID conflict detected: gobject.GObjectMeta.do_visibility_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_window_state_event
Warning: UID conflict detected: gobject.GObjectMeta.set_activate_signal
Warning: UID conflict detected: gobject.GObjectMeta.set_set_scroll_adjustments_signal
===========================================================================
In gtk.Widget docstring:
---------------------------------------------------------------------------
   L4: Error: Improper paragraph indentation.
   L7: Error: Improper paragraph indentation.
  L10: Error: Improper paragraph indentation.
  L74: Error: Improper paragraph indentation.
  L75: Error: Improper paragraph indentation.
  L78: Error: Improper paragraph indentation.
  L79: Error: Improper paragraph indentation.
  L80: Error: Improper paragraph indentation.
  L81: Error: Improper paragraph indentation.
  L82: Error: Improper paragraph indentation.
  L83: Error: Improper paragraph indentation.
  L84: Error: Improper paragraph indentation.
  L85: Error: Improper paragraph indentation.
  L86: Error: Improper paragraph indentation.
  L87: Error: Improper paragraph indentation.
  L88: Error: Improper paragraph indentation.
  L89: Error: Improper paragraph indentation.
  L90: Error: Improper paragraph indentation.
  L91: Error: Improper paragraph indentation.
  L92: Error: Improper paragraph indentation.
  L93: Error: Improper paragraph indentation.
  L94: Error: Improper paragraph indentation.
  L95: Error: Improper paragraph indentation.
  L96: Error: Improper paragraph indentation.
  L97: Error: Improper paragraph indentation.
  L98: Error: Improper paragraph indentation.
  L99: Error: Improper paragraph indentation.
 L100: Error: Improper paragraph indentation.
 L101: Error: Improper paragraph indentation.
 L102: Error: Improper paragraph indentation.
 L103: Error: Improper paragraph indentation.
 L104: Error: Improper paragraph indentation.
 L105: Error: Improper paragraph indentation.
 L106: Error: Improper paragraph indentation.
 L107: Error: Improper paragraph indentation.
 L108: Error: Improper paragraph indentation.
 L109: Error: Improper paragraph indentation.
 L110: Error: Improper paragraph indentation.
 L111: Error: Improper paragraph indentation.
 L112: Error: Improper paragraph indentation.
 L113: Error: Improper paragraph indentation.

Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
===========================================================================
In gtk.Object docstring:
---------------------------------------------------------------------------
   L4: Error: Improper paragraph indentation.
   L7: Error: Improper paragraph indentation.
  L10: Error: Improper paragraph indentation.
  L11: Error: Improper paragraph indentation.

Warning: UID conflict detected: gobject.GObjectMeta.do_activate_default
Warning: UID conflict detected: gobject.GObjectMeta.do_activate_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_add
Warning: UID conflict detected: gobject.GObjectMeta.do_button_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_button_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_can_activate_accel
Warning: UID conflict detected: gobject.GObjectMeta.do_check_resize
Warning: UID conflict detected: gobject.GObjectMeta.do_child_type
Warning: UID conflict detected: gobject.GObjectMeta.do_client_event
Warning: UID conflict detected: gobject.GObjectMeta.do_configure_event
Warning: UID conflict detected: gobject.GObjectMeta.do_delete_event
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy_event
Warning: UID conflict detected: gobject.GObjectMeta.do_direction_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_begin
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_delete
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_get
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_received
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_drop
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_end
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_leave
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_motion
Warning: UID conflict detected: gobject.GObjectMeta.do_enter_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_event
Warning: UID conflict detected: gobject.GObjectMeta.do_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_frame_event
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_notify
Warning: UID conflict detected: gobject.GObjectMeta.do_hide
Warning: UID conflict detected: gobject.GObjectMeta.do_hide_all
Warning: UID conflict detected: gobject.GObjectMeta.do_hierarchy_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_key_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_key_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_keys_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_leave_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_map
Warning: UID conflict detected: gobject.GObjectMeta.do_map_event
Warning: UID conflict detected: gobject.GObjectMeta.do_mnemonic_activate
Warning: UID conflict detected: gobject.GObjectMeta.do_motion_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_move_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_no_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_parent_set
Warning: UID conflict detected: gobject.GObjectMeta.do_popup_menu
Warning: UID conflict detected: gobject.GObjectMeta.do_property_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_realize
Warning: UID conflict detected: gobject.GObjectMeta.do_remove
Warning: UID conflict detected: gobject.GObjectMeta.do_screen_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_clear_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_get
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_received
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_request_event
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus_child
Warning: UID conflict detected: gobject.GObjectMeta.do_show
Warning: UID conflict detected: gobject.GObjectMeta.do_show_all
Warning: UID conflict detected: gobject.GObjectMeta.do_show_help
Warning: UID conflict detected: gobject.GObjectMeta.do_size_allocate
Warning: UID conflict detected: gobject.GObjectMeta.do_size_request
Warning: UID conflict detected: gobject.GObjectMeta.do_state_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_style_set
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap_event
Warning: UID conflict detected: gobject.GObjectMeta.do_unrealize
Warning: UID conflict detected: gobject.GObjectMeta.do_visibility_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_window_state_event
Warning: UID conflict detected: gobject.GObjectMeta.set_activate_signal
Warning: UID conflict detected: gobject.GObjectMeta.set_set_scroll_adjustments_signal
===========================================================================
In gtk.Window docstring:
---------------------------------------------------------------------------
   L4: Error: Improper paragraph indentation.
   L7: Error: Improper paragraph indentation.
  L10: Error: Improper paragraph indentation.
  L74: Error: Improper paragraph indentation.
  L80: Error: Improper paragraph indentation.
  L88: Error: Improper paragraph indentation.
  L89: Error: Improper paragraph indentation.
  L92: Error: Improper paragraph indentation.
  L93: Error: Improper paragraph indentation.
  L94: Error: Improper paragraph indentation.
  L95: Error: Improper paragraph indentation.
  L96: Error: Improper paragraph indentation.
  L97: Error: Improper paragraph indentation.
  L98: Error: Improper paragraph indentation.
  L99: Error: Improper paragraph indentation.
 L100: Error: Improper paragraph indentation.
 L101: Error: Improper paragraph indentation.
 L102: Error: Improper paragraph indentation.
 L103: Error: Improper paragraph indentation.
 L104: Error: Improper paragraph indentation.
 L105: Error: Improper paragraph indentation.
 L106: Error: Improper paragraph indentation.
 L107: Error: Improper paragraph indentation.
 L108: Error: Improper paragraph indentation.
 L109: Error: Improper paragraph indentation.
 L110: Error: Improper paragraph indentation.
 L111: Error: Improper paragraph indentation.
 L112: Error: Improper paragraph indentation.
 L113: Error: Improper paragraph indentation.
 L114: Error: Improper paragraph indentation.
 L115: Error: Improper paragraph indentation.
 L116: Error: Improper paragraph indentation.
 L117: Error: Improper paragraph indentation.
 L118: Error: Improper paragraph indentation.
 L119: Error: Improper paragraph indentation.
 L120: Error: Improper paragraph indentation.
 L121: Error: Improper paragraph indentation.
 L122: Error: Improper paragraph indentation.
 L123: Error: Improper paragraph indentation.
 L124: Error: Improper paragraph indentation.
 L125: Error: Improper paragraph indentation.
 L126: Error: Improper paragraph indentation.
 L127: Error: Improper paragraph indentation.
 L130: Error: Improper paragraph indentation.
 L131: Error: Improper paragraph indentation.
 L132: Error: Improper paragraph indentation.
 L133: Error: Improper paragraph indentation.
 L134: Error: Improper paragraph indentation.
 L135: Error: Improper paragraph indentation.
 L138: Error: Improper paragraph indentation.
 L139: Error: Improper paragraph indentation.
 L140: Error: Improper paragraph indentation.
 L141: Error: Improper paragraph indentation.
 L142: Error: Improper paragraph indentation.
 L143: Error: Improper paragraph indentation.
 L144: Error: Improper paragraph indentation.
 L145: Error: Improper paragraph indentation.
 L146: Error: Improper paragraph indentation.
 L147: Error: Improper paragraph indentation.
 L148: Error: Improper paragraph indentation.
 L149: Error: Improper paragraph indentation.
 L150: Error: Improper paragraph indentation.
 L151: Error: Improper paragraph indentation.
 L152: Error: Improper paragraph indentation.
 L153: Error: Improper paragraph indentation.
 L154: Error: Improper paragraph indentation.
 L155: Error: Improper paragraph indentation.
 L156: Error: Improper paragraph indentation.
 L157: Error: Improper paragraph indentation.
 L158: Error: Improper paragraph indentation.
 L159: Error: Improper paragraph indentation.
 L160: Error: Improper paragraph indentation.
 L161: Error: Improper paragraph indentation.
 L162: Error: Improper paragraph indentation.
 L163: Error: Improper paragraph indentation.
 L164: Error: Improper paragraph indentation.
 L165: Error: Improper paragraph indentation.
 L166: Error: Improper paragraph indentation.
 L167: Error: Improper paragraph indentation.
 L168: Error: Improper paragraph indentation.
 L169: Error: Improper paragraph indentation.
 L170: Error: Improper paragraph indentation.
 L171: Error: Improper paragraph indentation.
 L172: Error: Improper paragraph indentation.
 L173: Error: Improper paragraph indentation.
 L174: Error: Improper paragraph indentation.
 L175: Error: Improper paragraph indentation.
 L176: Error: Improper paragraph indentation.
 L177: Error: Improper paragraph indentation.
 L178: Error: Improper paragraph indentation.
 L179: Error: Improper paragraph indentation.
 L180: Error: Improper paragraph indentation.
 L181: Error: Improper paragraph indentation.
 L182: Error: Improper paragraph indentation.
 L183: Error: Improper paragraph indentation.
 L184: Error: Improper paragraph indentation.
 L185: Error: Improper paragraph indentation.

Warning: UID conflict detected: gobject.GObjectMeta.do_add
Warning: UID conflict detected: gobject.GObjectMeta.do_button_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_button_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_can_activate_accel
Warning: UID conflict detected: gobject.GObjectMeta.do_check_resize
Warning: UID conflict detected: gobject.GObjectMeta.do_child_type
Warning: UID conflict detected: gobject.GObjectMeta.do_client_event
Warning: UID conflict detected: gobject.GObjectMeta.do_configure_event
Warning: UID conflict detected: gobject.GObjectMeta.do_delete_event
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy_event
Warning: UID conflict detected: gobject.GObjectMeta.do_direction_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_begin
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_delete
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_get
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_received
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_drop
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_end
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_leave
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_motion
Warning: UID conflict detected: gobject.GObjectMeta.do_enter_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_event
Warning: UID conflict detected: gobject.GObjectMeta.do_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_notify
Warning: UID conflict detected: gobject.GObjectMeta.do_hide
Warning: UID conflict detected: gobject.GObjectMeta.do_hide_all
Warning: UID conflict detected: gobject.GObjectMeta.do_hierarchy_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_key_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_key_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_leave_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_map
Warning: UID conflict detected: gobject.GObjectMeta.do_map_event
Warning: UID conflict detected: gobject.GObjectMeta.do_mnemonic_activate
Warning: UID conflict detected: gobject.GObjectMeta.do_motion_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_no_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_parent_set
Warning: UID conflict detected: gobject.GObjectMeta.do_popup_menu
Warning: UID conflict detected: gobject.GObjectMeta.do_property_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_realize
Warning: UID conflict detected: gobject.GObjectMeta.do_remove
Warning: UID conflict detected: gobject.GObjectMeta.do_screen_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_clear_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_get
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_received
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_request_event
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus_child
Warning: UID conflict detected: gobject.GObjectMeta.do_show
Warning: UID conflict detected: gobject.GObjectMeta.do_show_all
Warning: UID conflict detected: gobject.GObjectMeta.do_show_help
Warning: UID conflict detected: gobject.GObjectMeta.do_size_allocate
Warning: UID conflict detected: gobject.GObjectMeta.do_size_request
Warning: UID conflict detected: gobject.GObjectMeta.do_state_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_style_set
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap_event
Warning: UID conflict detected: gobject.GObjectMeta.do_unrealize
Warning: UID conflict detected: gobject.GObjectMeta.do_visibility_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_window_state_event
Warning: UID conflict detected: gobject.GObjectMeta.set_activate_signal
Warning: UID conflict detected: gobject.GObjectMeta.set_set_scroll_adjustments_signal
===========================================================================
In gtk.Bin docstring:
---------------------------------------------------------------------------
   L4: Error: Improper paragraph indentation.
   L7: Error: Improper paragraph indentation.
  L10: Error: Improper paragraph indentation.
  L74: Error: Improper paragraph indentation.
  L80: Error: Improper paragraph indentation.
  L81: Error: Improper paragraph indentation.
  L84: Error: Improper paragraph indentation.
  L85: Error: Improper paragraph indentation.
  L86: Error: Improper paragraph indentation.
  L87: Error: Improper paragraph indentation.
  L88: Error: Improper paragraph indentation.
  L89: Error: Improper paragraph indentation.
  L90: Error: Improper paragraph indentation.
  L91: Error: Improper paragraph indentation.
  L92: Error: Improper paragraph indentation.
  L93: Error: Improper paragraph indentation.
  L94: Error: Improper paragraph indentation.
  L95: Error: Improper paragraph indentation.
  L96: Error: Improper paragraph indentation.
  L97: Error: Improper paragraph indentation.
  L98: Error: Improper paragraph indentation.
  L99: Error: Improper paragraph indentation.
 L100: Error: Improper paragraph indentation.
 L101: Error: Improper paragraph indentation.
 L102: Error: Improper paragraph indentation.
 L103: Error: Improper paragraph indentation.
 L104: Error: Improper paragraph indentation.
 L105: Error: Improper paragraph indentation.
 L106: Error: Improper paragraph indentation.
 L107: Error: Improper paragraph indentation.
 L108: Error: Improper paragraph indentation.
 L109: Error: Improper paragraph indentation.
 L110: Error: Improper paragraph indentation.
 L111: Error: Improper paragraph indentation.
 L112: Error: Improper paragraph indentation.
 L113: Error: Improper paragraph indentation.
 L114: Error: Improper paragraph indentation.
 L115: Error: Improper paragraph indentation.
 L116: Error: Improper paragraph indentation.
 L117: Error: Improper paragraph indentation.
 L118: Error: Improper paragraph indentation.
 L119: Error: Improper paragraph indentation.
 L122: Error: Improper paragraph indentation.
 L123: Error: Improper paragraph indentation.
 L124: Error: Improper paragraph indentation.
 L125: Error: Improper paragraph indentation.
 L126: Error: Improper paragraph indentation.
 L127: Error: Improper paragraph indentation.

Warning: UID conflict detected: gobject.GObjectMeta.do_activate_default
Warning: UID conflict detected: gobject.GObjectMeta.do_activate_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_add
Warning: UID conflict detected: gobject.GObjectMeta.do_button_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_button_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_can_activate_accel
Warning: UID conflict detected: gobject.GObjectMeta.do_check_resize
Warning: UID conflict detected: gobject.GObjectMeta.do_child_type
Warning: UID conflict detected: gobject.GObjectMeta.do_client_event
Warning: UID conflict detected: gobject.GObjectMeta.do_configure_event
Warning: UID conflict detected: gobject.GObjectMeta.do_delete_event
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy_event
Warning: UID conflict detected: gobject.GObjectMeta.do_direction_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_begin
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_delete
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_get
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_received
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_drop
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_end
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_leave
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_motion
Warning: UID conflict detected: gobject.GObjectMeta.do_enter_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_event
Warning: UID conflict detected: gobject.GObjectMeta.do_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_frame_event
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_notify
Warning: UID conflict detected: gobject.GObjectMeta.do_hide
Warning: UID conflict detected: gobject.GObjectMeta.do_hide_all
Warning: UID conflict detected: gobject.GObjectMeta.do_hierarchy_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_key_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_key_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_keys_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_leave_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_map
Warning: UID conflict detected: gobject.GObjectMeta.do_map_event
Warning: UID conflict detected: gobject.GObjectMeta.do_mnemonic_activate
Warning: UID conflict detected: gobject.GObjectMeta.do_motion_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_move_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_no_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_parent_set
Warning: UID conflict detected: gobject.GObjectMeta.do_popup_menu
Warning: UID conflict detected: gobject.GObjectMeta.do_property_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_realize
Warning: UID conflict detected: gobject.GObjectMeta.do_remove
Warning: UID conflict detected: gobject.GObjectMeta.do_screen_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_clear_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_get
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_received
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_request_event
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus_child
Warning: UID conflict detected: gobject.GObjectMeta.do_show
Warning: UID conflict detected: gobject.GObjectMeta.do_show_all
Warning: UID conflict detected: gobject.GObjectMeta.do_show_help
Warning: UID conflict detected: gobject.GObjectMeta.do_size_allocate
Warning: UID conflict detected: gobject.GObjectMeta.do_size_request
Warning: UID conflict detected: gobject.GObjectMeta.do_state_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_style_set
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap_event
Warning: UID conflict detected: gobject.GObjectMeta.do_unrealize
Warning: UID conflict detected: gobject.GObjectMeta.do_visibility_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_window_state_event
Warning: UID conflict detected: gobject.GObjectMeta.set_activate_signal
Warning: UID conflict detected: gobject.GObjectMeta.set_set_scroll_adjustments_signal
===========================================================================
In gtk.Dialog docstring:
---------------------------------------------------------------------------
   L4: Error: Improper paragraph indentation.
   L7: Error: Improper paragraph indentation.
  L10: Error: Improper paragraph indentation.
  L74: Error: Improper paragraph indentation.
  L80: Error: Improper paragraph indentation.
  L88: Error: Improper paragraph indentation.
  L92: Error: Improper paragraph indentation.
  L93: Error: Improper paragraph indentation.
  L96: Error: Improper paragraph indentation.
  L97: Error: Improper paragraph indentation.
  L98: Error: Improper paragraph indentation.
  L99: Error: Improper paragraph indentation.
 L100: Error: Improper paragraph indentation.
 L101: Error: Improper paragraph indentation.
 L102: Error: Improper paragraph indentation.
 L103: Error: Improper paragraph indentation.
 L104: Error: Improper paragraph indentation.
 L105: Error: Improper paragraph indentation.
 L106: Error: Improper paragraph indentation.
 L107: Error: Improper paragraph indentation.
 L108: Error: Improper paragraph indentation.
 L109: Error: Improper paragraph indentation.
 L110: Error: Improper paragraph indentation.
 L111: Error: Improper paragraph indentation.
 L112: Error: Improper paragraph indentation.
 L113: Error: Improper paragraph indentation.
 L114: Error: Improper paragraph indentation.
 L115: Error: Improper paragraph indentation.
 L116: Error: Improper paragraph indentation.
 L117: Error: Improper paragraph indentation.
 L118: Error: Improper paragraph indentation.
 L119: Error: Improper paragraph indentation.
 L120: Error: Improper paragraph indentation.
 L121: Error: Improper paragraph indentation.
 L122: Error: Improper paragraph indentation.
 L123: Error: Improper paragraph indentation.
 L124: Error: Improper paragraph indentation.
 L125: Error: Improper paragraph indentation.
 L126: Error: Improper paragraph indentation.
 L127: Error: Improper paragraph indentation.
 L128: Error: Improper paragraph indentation.
 L129: Error: Improper paragraph indentation.
 L130: Error: Improper paragraph indentation.
 L131: Error: Improper paragraph indentation.
 L134: Error: Improper paragraph indentation.
 L135: Error: Improper paragraph indentation.
 L136: Error: Improper paragraph indentation.
 L137: Error: Improper paragraph indentation.
 L138: Error: Improper paragraph indentation.
 L139: Error: Improper paragraph indentation.
 L142: Error: Improper paragraph indentation.
 L143: Error: Improper paragraph indentation.
 L144: Error: Improper paragraph indentation.
 L145: Error: Improper paragraph indentation.
 L146: Error: Improper paragraph indentation.
 L147: Error: Improper paragraph indentation.
 L148: Error: Improper paragraph indentation.
 L149: Error: Improper paragraph indentation.
 L150: Error: Improper paragraph indentation.
 L151: Error: Improper paragraph indentation.
 L152: Error: Improper paragraph indentation.
 L153: Error: Improper paragraph indentation.
 L154: Error: Improper paragraph indentation.
 L155: Error: Improper paragraph indentation.
 L156: Error: Improper paragraph indentation.
 L157: Error: Improper paragraph indentation.
 L158: Error: Improper paragraph indentation.
 L159: Error: Improper paragraph indentation.
 L160: Error: Improper paragraph indentation.
 L161: Error: Improper paragraph indentation.
 L162: Error: Improper paragraph indentation.
 L163: Error: Improper paragraph indentation.
 L164: Error: Improper paragraph indentation.
 L165: Error: Improper paragraph indentation.
 L166: Error: Improper paragraph indentation.
 L167: Error: Improper paragraph indentation.
 L168: Error: Improper paragraph indentation.
 L169: Error: Improper paragraph indentation.
 L170: Error: Improper paragraph indentation.
 L171: Error: Improper paragraph indentation.
 L172: Error: Improper paragraph indentation.
 L173: Error: Improper paragraph indentation.
 L174: Error: Improper paragraph indentation.
 L175: Error: Improper paragraph indentation.
 L176: Error: Improper paragraph indentation.
 L177: Error: Improper paragraph indentation.
 L178: Error: Improper paragraph indentation.
 L179: Error: Improper paragraph indentation.
 L180: Error: Improper paragraph indentation.
 L181: Error: Improper paragraph indentation.
 L182: Error: Improper paragraph indentation.
 L183: Error: Improper paragraph indentation.
 L184: Error: Improper paragraph indentation.
 L185: Error: Improper paragraph indentation.
 L186: Error: Improper paragraph indentation.
 L187: Error: Improper paragraph indentation.
 L188: Error: Improper paragraph indentation.
 L189: Error: Improper paragraph indentation.
 L192: Error: Improper paragraph indentation.
 L193: Error: Improper paragraph indentation.

Warning: UID conflict detected: gobject.GObjectMeta.do_activate_default
Warning: UID conflict detected: gobject.GObjectMeta.do_activate_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_add
Warning: UID conflict detected: gobject.GObjectMeta.do_button_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_button_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_can_activate_accel
Warning: UID conflict detected: gobject.GObjectMeta.do_check_resize
Warning: UID conflict detected: gobject.GObjectMeta.do_child_type
Warning: UID conflict detected: gobject.GObjectMeta.do_client_event
Warning: UID conflict detected: gobject.GObjectMeta.do_configure_event
Warning: UID conflict detected: gobject.GObjectMeta.do_delete_event
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy_event
Warning: UID conflict detected: gobject.GObjectMeta.do_direction_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_begin
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_delete
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_get
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_received
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_drop
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_end
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_leave
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_motion
Warning: UID conflict detected: gobject.GObjectMeta.do_enter_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_event
Warning: UID conflict detected: gobject.GObjectMeta.do_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_frame_event
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_notify
Warning: UID conflict detected: gobject.GObjectMeta.do_hide
Warning: UID conflict detected: gobject.GObjectMeta.do_hide_all
Warning: UID conflict detected: gobject.GObjectMeta.do_hierarchy_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_key_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_key_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_keys_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_leave_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_map
Warning: UID conflict detected: gobject.GObjectMeta.do_map_event
Warning: UID conflict detected: gobject.GObjectMeta.do_mnemonic_activate
Warning: UID conflict detected: gobject.GObjectMeta.do_motion_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_move_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_no_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_parent_set
Warning: UID conflict detected: gobject.GObjectMeta.do_popup_menu
Warning: UID conflict detected: gobject.GObjectMeta.do_property_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_realize
Warning: UID conflict detected: gobject.GObjectMeta.do_remove
Warning: UID conflict detected: gobject.GObjectMeta.do_screen_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_clear_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_get
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_received
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_request_event
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus_child
Warning: UID conflict detected: gobject.GObjectMeta.do_show
Warning: UID conflict detected: gobject.GObjectMeta.do_show_all
Warning: UID conflict detected: gobject.GObjectMeta.do_show_help
Warning: UID conflict detected: gobject.GObjectMeta.do_size_allocate
Warning: UID conflict detected: gobject.GObjectMeta.do_size_request
Warning: UID conflict detected: gobject.GObjectMeta.do_state_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_style_set
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap_event
Warning: UID conflict detected: gobject.GObjectMeta.do_unrealize
Warning: UID conflict detected: gobject.GObjectMeta.do_visibility_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_window_state_event
Warning: UID conflict detected: gobject.GObjectMeta.set_activate_signal
Warning: UID conflict detected: gobject.GObjectMeta.set_set_scroll_adjustments_signal
Warning: UID conflict detected: gobject.GObjectMeta.do_add
Warning: UID conflict detected: gobject.GObjectMeta.do_button_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_button_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_can_activate_accel
Warning: UID conflict detected: gobject.GObjectMeta.do_check_resize
Warning: UID conflict detected: gobject.GObjectMeta.do_child_type
Warning: UID conflict detected: gobject.GObjectMeta.do_client_event
Warning: UID conflict detected: gobject.GObjectMeta.do_configure_event
Warning: UID conflict detected: gobject.GObjectMeta.do_delete_event
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy_event
Warning: UID conflict detected: gobject.GObjectMeta.do_direction_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_begin
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_delete
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_get
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_received
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_drop
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_end
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_leave
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_motion
Warning: UID conflict detected: gobject.GObjectMeta.do_enter_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_event
Warning: UID conflict detected: gobject.GObjectMeta.do_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_notify
Warning: UID conflict detected: gobject.GObjectMeta.do_hide
Warning: UID conflict detected: gobject.GObjectMeta.do_hide_all
Warning: UID conflict detected: gobject.GObjectMeta.do_hierarchy_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_key_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_key_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_leave_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_map
Warning: UID conflict detected: gobject.GObjectMeta.do_map_event
Warning: UID conflict detected: gobject.GObjectMeta.do_mnemonic_activate
Warning: UID conflict detected: gobject.GObjectMeta.do_motion_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_no_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_parent_set
Warning: UID conflict detected: gobject.GObjectMeta.do_popup_menu
Warning: UID conflict detected: gobject.GObjectMeta.do_property_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_realize
Warning: UID conflict detected: gobject.GObjectMeta.do_remove
Warning: UID conflict detected: gobject.GObjectMeta.do_screen_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_clear_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_get
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_received
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_request_event
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus_child
Warning: UID conflict detected: gobject.GObjectMeta.do_show
Warning: UID conflict detected: gobject.GObjectMeta.do_show_all
Warning: UID conflict detected: gobject.GObjectMeta.do_show_help
Warning: UID conflict detected: gobject.GObjectMeta.do_size_allocate
Warning: UID conflict detected: gobject.GObjectMeta.do_size_request
Warning: UID conflict detected: gobject.GObjectMeta.do_state_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_style_set
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap_event
Warning: UID conflict detected: gobject.GObjectMeta.do_unrealize
Warning: UID conflict detected: gobject.GObjectMeta.do_visibility_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_window_state_event
Warning: UID conflict detected: gobject.GObjectMeta.set_activate_signal
Warning: UID conflict detected: gobject.GObjectMeta.set_set_scroll_adjustments_signal
Warning: UID conflict detected: gobject.GObjectMeta.do_add
Warning: UID conflict detected: gobject.GObjectMeta.do_button_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_button_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_can_activate_accel
Warning: UID conflict detected: gobject.GObjectMeta.do_check_resize
Warning: UID conflict detected: gobject.GObjectMeta.do_child_type
Warning: UID conflict detected: gobject.GObjectMeta.do_client_event
Warning: UID conflict detected: gobject.GObjectMeta.do_configure_event
Warning: UID conflict detected: gobject.GObjectMeta.do_delete_event
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy
Warning: UID conflict detected: gobject.GObjectMeta.do_destroy_event
Warning: UID conflict detected: gobject.GObjectMeta.do_direction_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_begin
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_delete
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_get
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_data_received
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_drop
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_end
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_leave
Warning: UID conflict detected: gobject.GObjectMeta.do_drag_motion
Warning: UID conflict detected: gobject.GObjectMeta.do_enter_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_event
Warning: UID conflict detected: gobject.GObjectMeta.do_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_focus_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_focus
Warning: UID conflict detected: gobject.GObjectMeta.do_grab_notify
Warning: UID conflict detected: gobject.GObjectMeta.do_hide
Warning: UID conflict detected: gobject.GObjectMeta.do_hide_all
Warning: UID conflict detected: gobject.GObjectMeta.do_hierarchy_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_key_press_event
Warning: UID conflict detected: gobject.GObjectMeta.do_key_release_event
Warning: UID conflict detected: gobject.GObjectMeta.do_leave_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_map
Warning: UID conflict detected: gobject.GObjectMeta.do_map_event
Warning: UID conflict detected: gobject.GObjectMeta.do_mnemonic_activate
Warning: UID conflict detected: gobject.GObjectMeta.do_motion_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_move_focus_out
Warning: UID conflict detected: gobject.GObjectMeta.do_no_expose_event
Warning: UID conflict detected: gobject.GObjectMeta.do_parent_set
Warning: UID conflict detected: gobject.GObjectMeta.do_popup_menu
Warning: UID conflict detected: gobject.GObjectMeta.do_property_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_in_event
Warning: UID conflict detected: gobject.GObjectMeta.do_proximity_out_event
Warning: UID conflict detected: gobject.GObjectMeta.do_realize
Warning: UID conflict detected: gobject.GObjectMeta.do_remove
Warning: UID conflict detected: gobject.GObjectMeta.do_screen_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_child
Warning: UID conflict detected: gobject.GObjectMeta.do_scroll_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_clear_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_get
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_received
Warning: UID conflict detected: gobject.GObjectMeta.do_selection_request_event
Warning: UID conflict detected: gobject.GObjectMeta.do_set_focus_child
Warning: UID conflict detected: gobject.GObjectMeta.do_show
Warning: UID conflict detected: gobject.GObjectMeta.do_show_all
Warning: UID conflict detected: gobject.GObjectMeta.do_show_help
Warning: UID conflict detected: gobject.GObjectMeta.do_size_allocate
Warning: UID conflict detected: gobject.GObjectMeta.do_size_request
Warning: UID conflict detected: gobject.GObjectMeta.do_state_changed
Warning: UID conflict detected: gobject.GObjectMeta.do_style_set
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap
Warning: UID conflict detected: gobject.GObjectMeta.do_unmap_event
Warning: UID conflict detected: gobject.GObjectMeta.do_unrealize
Warning: UID conflict detected: gobject.GObjectMeta.do_visibility_notify_event
Warning: UID conflict detected: gobject.GObjectMeta.do_window_state_event
Warning: UID conflict detected: gobject.GObjectMeta.set_activate_signal
Warning: UID conflict detected: gobject.GObjectMeta.set_set_scroll_adjustments_signal
===========================================================================
In gtk.ScrolledWindow docstring:
---------------------------------------------------------------------------
   L4: Error: Improper paragraph indentation.
   L7: Error: Improper paragraph indentation.
  L10: Error: Improper paragraph indentation.
  L74: Error: Improper paragraph indentation.
  L80: Error: Improper paragraph indentation.
  L84: Error: Improper paragraph indentation.
  L85: Error: Improper paragraph indentation.
  L88: Error: Improper paragraph indentation.
  L89: Error: Improper paragraph indentation.
  L90: Error: Improper paragraph indentation.
  L91: Error: Improper paragraph indentation.
  L92: Error: Improper paragraph indentation.
  L93: Error: Improper paragraph indentation.
  L94: Error: Improper paragraph indentation.
  L95: Error: Improper paragraph indentation.
  L96: Error: Improper paragraph indentation.
  L97: Error: Improper paragraph indentation.
  L98: Error: Improper paragraph indentation.
  L99: Error: Improper paragraph indentation.
 L100: Error: Improper paragraph indentation.
 L101: Error: Improper paragraph indentation.
 L102: Error: Improper paragraph indentation.
 L103: Error: Improper paragraph indentation.
 L104: Error: Improper paragraph indentation.
 L105: Error: Improper paragraph indentation.
 L106: Error: Improper paragraph indentation.
 L107: Error: Improper paragraph indentation.
 L108: Error: Improper paragraph indentation.
 L109: Error: Improper paragraph indentation.
 L110: Error: Improper paragraph indentation.
 L111: Error: Improper paragraph indentation.
 L112: Error: Improper paragraph indentation.
 L113: Error: Improper paragraph indentation.
 L114: Error: Improper paragraph indentation.
 L115: Error: Improper paragraph indentation.
 L116: Error: Improper paragraph indentation.
 L117: Error: Improper paragraph indentation.
 L118: Error: Improper paragraph indentation.
 L119: Error: Improper paragraph indentation.
 L120: Error: Improper paragraph indentation.
 L121: Error: Improper paragraph indentation.
 L122: Error: Improper paragraph indentation.
 L123: Error: Improper paragraph indentation.
 L126: Error: Improper paragraph indentation.
 L127: Error: Improper paragraph indentation.
 L128: Error: Improper paragraph indentation.
 L129: Error: Improper paragraph indentation.
 L130: Error: Improper paragraph indentation.
 L131: Error: Improper paragraph indentation.
 L134: Error: Improper paragraph indentation.
 L135: Error: Improper paragraph indentation.
 L136: Error: Improper paragraph indentation.
 L137: Error: Improper paragraph indentation.
 L138: Error: Improper paragraph indentation.
 L139: Error: Improper paragraph indentation.
 L140: Error: Improper paragraph indentation.
 L141: Error: Improper paragraph indentation.
 L142: Error: Improper paragraph indentation.
 L143: Error: Improper paragraph indentation.
 L144: Error: Improper paragraph indentation.
 L145: Error: Improper paragraph indentation.

===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/manager/component.py
In flumotion.manager.component.ComponentHeaven.mapNetFeed docstring (line 768):
---------------------------------------------------------------------------
     - Warning: Redefinition of parameter fromAvatar

Warning: UID conflict detected: __builtin__.type.fromkeys
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/worker/checks/check.py
In flumotion.worker.checks.check.checkFile docstring (line 201):
---------------------------------------------------------------------------
 L206: Warning: Possible mal-formatted field item.

Warning: the following methods' parameters do not match the 
         parameters of the base class methods that they override; so 
         documentation was not inherited:
    - flumotion.twisted.pb.FPBClientFactory.login
      (base method=twisted.spread.pb.PBClientFactory.login)
    - twisted.internet.tcp.Port.loseConnection
      (base method=twisted.internet.abstract.FileDescriptor.loseConnection)
    - twisted.spread.pb.Broker.connectionLost
      (base method=twisted.internet.protocol.Protocol.connectionLost)
    - twisted.spread.pb.Broker.expressionReceived
      (base method=twisted.spread.banana.Pynana.expressionReceived)
    - twisted.trial.unittest._Assertions.failIf
      (base method=unittest.TestCase.failIf)
    - twisted.trial.unittest._Assertions.failUnless
      (base method=unittest.TestCase.failUnless)
    - twisted.trial.unittest._Assertions.failUnlessRaises
      (base method=unittest.TestCase.failUnlessRaises)

    (To supress these warnings, use --ignore-param-mismatch)
Warning: UID conflict detected: twisted.web.http
Warning: Failed identifier crossreference targets:
    - PBConnectionInfo
      (from flumotion.admin.admin.AdminModel.connectToManager)
    - IDirectory
      (from flumotion.common.vfs.listDirectory)
      (from flumotion.worker.medium.WorkerMedium.remote_listDirectory)
    - IScenarioAssistantPlugin
      (from flumotion.manager.admin.AdminAvatar.perspective_getScenarios)
    - BaseAdminGtkNode
      (from flumotion.component.base.admin_gtk.BaseAdminGtk.getNodes)
      (from flumotion.component.base.admin_gtk.BaseAdminGtk.nodes)
    - ComponentRegistryEntry
      (from flumotion.manager.admin.AdminAvatar.perspective_getComponentEntry)
    - EventInstance
      (from flumotion.component.base.scheduler.Scheduler.subscribe)

FreeFontPath: FPE "/usr/share/X11/fonts/misc/" refcount is 2, should be 1; fixing.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc/reference'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc'
Making all in common
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/common'
Making all in pkgconfig
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/pkgconfig'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/pkgconfig'
Making all in tests
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests'
Making all in integration
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests/integration'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests/integration'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests'
Making all in po
Could not init font path element /usr/share/X11/fonts/OTF, removing from list!
Could not init font path element /usr/share/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/share/X11/fonts/CID/, removing from list!
FreeFontPath: FPE "/usr/share/X11/fonts/misc/" refcount is 2, should be 1; fixing.
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/po'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
Making dvi in .
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
make[2]: Nothing to be done for `dvi-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
Making dvi in bin
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/bin'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/bin'
Making dvi in conf
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/conf'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/conf'
Making dvi in data
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
Making dvi in glade
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/glade'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/glade'
Making dvi in image
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
Making dvi in wizard
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/wizard'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/wizard'
Making dvi in 16x16
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/16x16'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/16x16'
Making dvi in 24x24
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/24x24'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/24x24'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[4]: Nothing to be done for `dvi-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
make[3]: Nothing to be done for `dvi-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
Making dvi in flumotion
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
Making dvi in admin
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
Making dvi in assistant
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/assistant'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/assistant'
Making dvi in command
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/command'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/command'
Making dvi in gtk
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/gtk'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/gtk'
Making dvi in rrdmon
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/rrdmon'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/rrdmon'
Making dvi in text
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/text'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/text'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
make[4]: Nothing to be done for `dvi-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
Making dvi in common
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/common'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/common'
Making dvi in component
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
Making dvi in base
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/base'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/base'
Making dvi in bouncers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/bouncers'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/bouncers'
Making dvi in combiners
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
Making dvi in composite
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/composite'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/composite'
Making dvi in switch
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/switch'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/switch'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
make[5]: Nothing to be done for `dvi-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
Making dvi in consumers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
Making dvi in disker
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/disker'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/disker'
Making dvi in gdp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/gdp'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/gdp'
Making dvi in httpstreamer
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/httpstreamer'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/httpstreamer'
Making dvi in preview
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/preview'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/preview'
Making dvi in shout2
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/shout2'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/shout2'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
make[5]: Nothing to be done for `dvi-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
Making dvi in converters
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
Making dvi in overlay
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/overlay'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/overlay'
Making dvi in pipeline
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/pipeline'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/pipeline'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
make[5]: Nothing to be done for `dvi-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
Making dvi in effects
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
Making dvi in colorbalance
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/colorbalance'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/colorbalance'
Making dvi in volume
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/volume'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/volume'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
make[5]: Nothing to be done for `dvi-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
Making dvi in encoders
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/encoders'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/encoders'
Making dvi in misc
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
Making dvi in httpserver
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/httpserver'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/httpserver'
Making dvi in porter
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/porter'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/porter'
Making dvi in repeater
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/repeater'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/repeater'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
make[5]: Nothing to be done for `dvi-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
Making dvi in muxers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/muxers'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/muxers'
Making dvi in plugs
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
Making dvi in cortado
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs/cortado'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs/cortado'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
make[5]: Nothing to be done for `dvi-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
Making dvi in producers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
Making dvi in audiotest
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/audiotest'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/audiotest'
Making dvi in bttv
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/bttv'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/bttv'
Making dvi in firewire
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/firewire'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/firewire'
Making dvi in icecast
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/icecast'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/icecast'
Making dvi in ivtv
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/ivtv'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/ivtv'
Making dvi in pipeline
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/pipeline'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/pipeline'
Making dvi in playlist
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/playlist'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/playlist'
Making dvi in rtsp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/rtsp'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/rtsp'
Making dvi in screencast
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/screencast'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/screencast'
Making dvi in soundcard
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/soundcard'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/soundcard'
Making dvi in videotest
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/videotest'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/videotest'
Making dvi in webcam
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/webcam'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/webcam'
Making dvi in looper
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/looper'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/looper'
Making dvi in unixdomain
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/unixdomain'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/unixdomain'
Making dvi in gdp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/gdp'
make[5]: Nothing to be done for `dvi'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/gdp'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[5]: Nothing to be done for `dvi-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
make[4]: Nothing to be done for `dvi-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
Making dvi in configure
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
Making dvi in extern
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
Making dvi in fdpass
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/fdpass'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/fdpass'
Making dvi in pytrayicon
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/pytrayicon'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/pytrayicon'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
make[4]: Nothing to be done for `dvi-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
Making dvi in job
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/job'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/job'
Making dvi in launch
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/launch'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/launch'
Making dvi in manager
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/manager'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/manager'
Making dvi in monitor
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
Making dvi in nagios
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor/nagios'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor/nagios'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
make[4]: Nothing to be done for `dvi-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
Making dvi in project
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
Making dvi in service
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/service'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/service'
Making dvi in scenario
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
Making dvi in live
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/live'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/live'
Making dvi in ondemand
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/ondemand'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/ondemand'
Making dvi in steps
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/steps'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/steps'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
make[4]: Nothing to be done for `dvi-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
Making dvi in test
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/test'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/test'
Making dvi in tester
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/tester'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/tester'
Making dvi in twisted
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/twisted'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/twisted'
Making dvi in ui
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/ui'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/ui'
Making dvi in worker
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker'
Making dvi in checks
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker/checks'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker/checks'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker'
make[4]: Nothing to be done for `dvi-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/worker'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
make[3]: Nothing to be done for `dvi-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
Making dvi in doc
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc'
Making dvi in man
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc/man'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc/man'
Making dvi in reference
ls: flumotion/wizard/*.py: No such file or directory
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc/reference'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc/reference'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc'
make[3]: Nothing to be done for `dvi-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/doc'
Making dvi in common
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/common'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/common'
Making dvi in pkgconfig
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/pkgconfig'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/pkgconfig'
Making dvi in tests
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests'
Making dvi in integration
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests/integration'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests/integration'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests'
make[3]: Nothing to be done for `dvi-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/tests'
Making dvi in po
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/po'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/po'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
Making check in .
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_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[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_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[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build'
Making check in bin
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/bin'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/bin'
Making check in conf
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/conf'
make  check-local
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_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 ../../conf/$f" || ret=1; done && exit $ret
Validating examples/bouncer.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/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[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/conf'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/conf'
Making check in data
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
Making check in glade
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/glade'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/glade'
Making check in image
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
Making check in wizard
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/wizard'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/wizard'
Making check in 16x16
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/16x16'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/16x16'
Making check in 24x24
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/24x24'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image/24x24'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data/image'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/data'
Making check in flumotion
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion'
Making check in admin
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
Making check in assistant
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/assistant'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/assistant'
Making check in command
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/command'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/command'
Making check in gtk
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/gtk'
if test -e videotest.pyc; then rm videotest.pyc; fi
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/gtk'
Making check in rrdmon
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/rrdmon'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/rrdmon'
Making check in text
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/text'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin/text'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/admin'
Making check in common
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/common'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/common'
Making check in component
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
Making check in base
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/base'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/base'
Making check in bouncers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/bouncers'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/bouncers'
Making check in combiners
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
Making check in composite
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/composite'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/composite'
Making check in switch
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/switch'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners/switch'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/combiners'
Making check in consumers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
Making check in disker
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/disker'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/disker'
Making check in gdp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/gdp'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/gdp'
Making check in httpstreamer
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/httpstreamer'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/httpstreamer'
Making check in preview
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/preview'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/preview'
Making check in shout2
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/shout2'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers/shout2'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/consumers'
Making check in converters
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
Making check in overlay
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/overlay'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/overlay'
Making check in pipeline
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/pipeline'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters/pipeline'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/converters'
Making check in effects
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
Making check in colorbalance
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/colorbalance'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/colorbalance'
Making check in volume
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/volume'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects/volume'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/effects'
Making check in encoders
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/encoders'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/encoders'
Making check in misc
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
Making check in httpserver
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/httpserver'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/httpserver'
Making check in porter
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/porter'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/porter'
Making check in repeater
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/repeater'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc/repeater'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/misc'
Making check in muxers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/muxers'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/muxers'
Making check in plugs
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
Making check in cortado
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs/cortado'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs/cortado'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/plugs'
Making check in producers
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
Making check in audiotest
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/audiotest'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/audiotest'
Making check in bttv
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/bttv'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/bttv'
Making check in firewire
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/firewire'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/firewire'
Making check in icecast
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/icecast'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/icecast'
Making check in ivtv
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/ivtv'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/ivtv'
Making check in pipeline
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/pipeline'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/pipeline'
Making check in playlist
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/playlist'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/playlist'
Making check in rtsp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/rtsp'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/rtsp'
Making check in screencast
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/screencast'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/screencast'
Making check in soundcard
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/soundcard'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/soundcard'
Making check in videotest
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/videotest'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/videotest'
Making check in webcam
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/webcam'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/webcam'
Making check in looper
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/looper'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/looper'
Making check in unixdomain
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/unixdomain'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/unixdomain'
Making check in gdp
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/gdp'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers/gdp'
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component/producers'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/component'
Making check in configure
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
make  check-am
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/configure'
Making check in extern
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
Making check in fdpass
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/fdpass'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/fdpass'
Making check in pytrayicon
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/pytrayicon'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern/pytrayicon'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
make  check-local
make[5]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
PYTHONPATH=../../../flumotion/extern:$PYTHONPATH trial log.test_log
Running 26 tests.
log.test_log.TestGetExceptionMessage.testLevel2 ... [OK]
log.test_log.TestGetExceptionMessage.testLevel3 ... [OK]
log.test_log.TestLog.testAddLogHandlerRaises ... [OK]
log.test_log.TestLog.testEllipsize ... [OK]
log.test_log.TestLog.testFormatStrings ... [OK]
log.test_log.TestLog.testGetFileLine ... [OK]
log.test_log.TestLog.testGetFormattedLevelName ... [OK]
log.test_log.TestLog.testGetLevelInt ... [OK]
log.test_log.TestLog.testGetLevelName ... [OK]
log.test_log.TestLog.testLimitInvisible ... [OK]
log.test_log.TestLog.testLimitedError ... [OK]
log.test_log.TestLog.testLimitedVisible ... [OK]
log.test_log.TestLog.testLogHandler ... [OK]
log.test_log.TestLog.testLogHandlerLimitedLevels ... [OK]
log.test_log.TestLog.testSetDebug ... [OK]
log.test_log.TestLogNames.testGetLevelCode ... [OK]
log.test_log.TestLogNames.testGetLevelName ... [OK]
log.test_log.TestLogNames.testGetLevelNames ... [OK]
log.test_log.TestLogSettings.testSet ... [OK]
log.test_log.TestOwnLogHandler.testLogHandlerAssertion ... [OK]
log.test_log.TestOwnLogHandler.testOwnLogHandlerLimited ... [OK]
log.test_log.TestWriteMark.testWriteMarkInDebug ... [OK]
log.test_log.TestWriteMark.testWriteMarkInError ... [OK]
log.test_log.TestWriteMark.testWriteMarkInInfo ... [OK]
log.test_log.TestWriteMark.testWriteMarkInLog ... [OK]
log.test_log.TestWriteMark.testWriteMarkInWarn ... [OK]

-------------------------------------------------------------------------------
Ran 26 tests in 0.077s

PASSED (successes=26)
make[5]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/extern'
Making check in job
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/job'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/job'
Making check in launch
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/launch'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/launch'
Making check in manager
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/manager'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/manager'
Making check in monitor
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
Making check in nagios
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor/nagios'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor/nagios'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/monitor'
Making check in project
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
make  check-am
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/project'
Making check in service
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/service'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/service'
Making check in scenario
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
Making check in live
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/live'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/live'
Making check in ondemand
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/ondemand'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/ondemand'
Making check in steps
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/steps'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario/steps'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/scenario'
Making check in test
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_build/flumotion/test'
make  check-local
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/_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
Using twisted.internet.selectreactor reactor
Running 604 tests.
flumotion.test.test_admin_admin.AdminTest.testConnectFailure ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

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

[OK]
flumotion.test.test_component_feed.TestFeedClient.testConnectWithoutDroppingPB ... [OK]
flumotion.test.test_component_feed.TestUpstreamFeedClient.testConnectAndFeed ... [OK]
flumotion.test.test_component_feed.TestUpstreamFeedClient.testRequestFeed ... [OK]
flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.test1277 ... [OK]
flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.testRemoteEatFrom ... [OK]
flumotion.test.test_component_feeder.TestFeeder.testReconnect ... [OK]
flumotion.test.test_component_feeder.TestFeeder.test_clientConnected ... [OK]
flumotion.test.test_component_httpserver.MountTest.testDirMountEmpty ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/component/base/http.py:264: exceptions.DeprecationWarning: Set the domain on the keycard directly.
[OK]
flumotion.test.test_component_httpserver.MountTest.testDirMountOnDemand ... [OK]
flumotion.test.test_component_httpserver.MountTest.testDirMountRoot ... [OK]
flumotion.test.test_component_httpserver.MountTest.testFileMountEmpty ... [OK]
flumotion.test.test_component_httpserver.MountTest.testFileMountOnDemand ... [OK]
flumotion.test.test_component_httpserver.PlugTest.testSetRootResource ... [OK]
flumotion.test.test_component_httpserver.PlugTest.testSetRootResourceMultiple ... [SKIPPED]
flumotion.test.test_component_httpserver.TestDirectory.testFLV ... [OK]
flumotion.test.test_component_httpserver.TestDirectory.testFLVRangeStart ... [OK]
flumotion.test.test_component_httpserver.TestDirectory.testFLVStart ... [OK]
flumotion.test.test_component_httpserver.TestDirectory.testFLVStartZero ... [OK]
flumotion.test.test_component_httpserver.TestDirectory.testGetChild ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testFull ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRange ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeHead ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSet ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeStart ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffix ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffixTooBig ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testWrongEmptyBytesRange ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testWrongNoRange ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testWrongRange ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testWrongTypeRange ... [OK]
flumotion.test.test_component_httpstreamer.TestOldProperties.testPropertiesConverted ... [OK]
flumotion.test.test_component_httpstreamer.TestStreamDataNoPlug.testGetStreamData ... [OK]
flumotion.test.test_component_httpstreamer.TestStreamDataPlug.testGetStreamData ... [SKIPPED]
flumotion.test.test_component_init.TestInit.testInit ... [OK]
flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorActivation ... [OK]
flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorTimeout ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItems ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItemsReverse ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveMultipleItems ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveRepeatedly ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveSingleItem ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddSingleItem ... [OK]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedMultiple ... [OK]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedSingle ... [OK]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testParseErrorInBlocking ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunFailGstLinking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunProvidesClocking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartTimeout ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFails ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFlowAndStopFail ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunStopTimeout ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunTasksChainedAndFired ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunTasksTimeout ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunWithDelays ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testSetupFailGstLinking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testSetupStartedAndHappy ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestGtk2Reactorness.testGtk2Supportness ... [OK]
flumotion.test.test_comptest.TestCompTestSetup.testAutoLinking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestSetup.testDontAutoLinkLinked ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestSetup.testMasterClock ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestSetup.testSuccess ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestSetup.testTrivial ... [SKIPPED]
flumotion.test.test_comptest.TestComponentWrapper.testGetUniqueName ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testGstreamerError ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testInstantiateErrors ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testInvalidType ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testNonDefaultLink ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testSimpleLink ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testValidType ... [OK]
flumotion.test.test_config.TestConfig.testClockMasterAutoSelection ... [OK]
flumotion.test.test_config.TestConfig.testClockMasterError ... [OK]
flumotion.test.test_config.TestConfig.testClockMasterUserSelection ... [OK]
flumotion.test.test_config.TestConfig.testGetComponentEntries ... [OK]
flumotion.test.test_config.TestConfig.testGetComponentEntriesWrong ... [OK]
flumotion.test.test_config.TestConfig.testParseAtmosphere ... [OK]
flumotion.test.test_config.TestConfig.testParseComponent ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentError ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentNoWorker ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentWithLabel ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentWithProject ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithEaters ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithEatersNotSpecified ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleEater ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleSources ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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]
flumotion.test.test_config.TestConfig.testParseComponentsWithSource ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithTwoEaters ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithTwoSources ... [OK]
flumotion.test.test_config.TestConfig.testParseCompoundProperties ... [OK]
flumotion.test.test_config.TestConfig.testParseCompoundPropertiesError ... [OK]
flumotion.test.test_config.TestConfig.testParseEmpty ... [OK]
flumotion.test.test_config.TestConfig.testParseError ... [OK]
flumotion.test.test_config.TestConfig.testParseFlowError ... [OK]
flumotion.test.test_config.TestConfig.testParseManager ... [OK]
flumotion.test.test_config.TestConfig.testParseManagerError ... [OK]
flumotion.test.test_config.TestConfig.testParseManagerWithBogusPlug ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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]
flumotion.test.test_config.TestConfig.testParseManagerWithPlugs ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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]
flumotion.test.test_config.TestConfig.testParseNoPlugs ... [OK]
flumotion.test.test_config.TestConfig.testParsePlugs ... [OK]
flumotion.test.test_config.TestConfig.testParsePlugsWithCompoundProperties ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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]
flumotion.test.test_config.TestConfig.testParseProperties ... [OK]
flumotion.test.test_config.TestConfig.testParseWrongAtmosphere ... [OK]
flumotion.test.test_config.TestConfig.testParseWrongConfig ... [OK]
flumotion.test.test_config.TestConfig.testParseWrongSyntax ... [OK]
flumotion.test.test_config.TestConfig.testVirtualFeeds ... [OK]
flumotion.test.test_config.TestDictDiff.testHumanReadable ... [OK]
flumotion.test.test_config.TestDictDiff.testRecursive ... [OK]
flumotion.test.test_config.TestDictDiff.testSimple ... [OK]
flumotion.test.test_config.TestFunctions.testBuildEatersDict ... [OK]
flumotion.test.test_configure.TestConfig.testUninstalled ... [OK]
flumotion.test.test_configure.TestConfig.testVariables ... [OK]
flumotion.test.test_credentials.TestUsername.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsername.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithCrypt ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongSalt ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_dag.TestDAG.testBible ... [OK]
flumotion.test.test_dag.TestDAG.testExample ... [OK]
flumotion.test.test_dag.TestDAG.testSort ... [OK]
flumotion.test.test_dag.TestDAG.testUniqueChildren ... [OK]
flumotion.test.test_dag.TestPlanet.testPlanet ... [OK]
flumotion.test.test_defer.TestDefer.testBarfOnNongenerator ... [OK]
flumotion.test.test_defer.TestDefer.testException ... [OK]
flumotion.test.test_defer.TestDefer.testExceptionChain ... [OK]
flumotion.test.test_defer.TestDefer.testValues ... [OK]
flumotion.test.test_defer.TestDefer.testYieldNothing ... [OK]
flumotion.test.test_defer.TestDefer.testYieldResultAfter ... [OK]
flumotion.test.test_defer.TestDefer.testYieldResultAtFirst ... [OK]
flumotion.test.test_defer.TestRetryingDeferred.testRetryOnce ... [OK]
flumotion.test.test_defer.TestRetryingDeferred.testSimple ... [OK]
flumotion.test.test_dialogs.TestErrorDialog.testDialogMain ... [OK]
flumotion.test.test_dialogs.TestErrorDialog.testDialogRun ... [OK]
flumotion.test.test_dialogs.TestProgressDialog.testDialog ... [OK]
flumotion.test.test_enum.TestEnum.testEnumError ... [OK]
flumotion.test.test_enum.TestEnum.testEnumSet ... [OK]
flumotion.test.test_enum.TestEnum.testEnumSimple ... [OK]
flumotion.test.test_enum.TestEnum.testEnumValues ... [OK]
flumotion.test.test_enum.TestEnum.testEnumValuesCmp ... [OK]
flumotion.test.test_enum.TestEnum.testEnumValuesWithRepr ... [OK]
flumotion.test.test_enum.TestEnum.testJelly ... [OK]
flumotion.test.test_enum.TestEnum.testRepr ... [OK]
flumotion.test.test_flavors.TestFullListener.testInvalidate ... [OK]
flumotion.test.test_flavors.TestFullListener.testStateAppendRemoveListener ... [OK]
flumotion.test.test_flavors.TestFullListener.testStateSetListener ... [OK]
flumotion.test.test_flavors.TestState.testStateAddKey ... [OK]
flumotion.test.test_flavors.TestState.testStateAppendRemove ... [OK]
flumotion.test.test_flavors.TestState.testStateDictAppendRemove ... [OK]
flumotion.test.test_flavors.TestState.testStateGet ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateAppendRemove ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateAppendRemoveListener ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateDictListener ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateSet ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateSetListener ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateWrongListener ... Warning: Use of deprecated <flumotion.test.test_flavors.TestStateRemoteCache instance at 0x2aaaafbca950>.addListener(<flumotion.test.test_flavors.FakeObject instance at 0x2aaaafbca6c8>) 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-full/build/flumotion-0.5.4.1/flumotion/ui/glade.py", line 56, in _flumotion_glade_custom_handler
    widget = widget_class()
  File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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 `0x1a092e0'

/usr/lib/python2.4/site-packages/kiwi/ui/views.py:179: gobject.Warning: gsignal.c:1615: signal `connections-cleared' is invalid for instance `0x1a092e0'
Traceback (most recent call last):
  File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/ui/glade.py", line 56, in _flumotion_glade_custom_handler
    widget = widget_class()
  File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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-full/build/flumotion-0.5.4.1/flumotion/ui/glade.py:92: gobject.Warning: gsignal.c:1615: signal `connection-activated' is invalid for instance `0x1a1c230'

/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/flumotion/ui/glade.py:92: gobject.Warning: gsignal.c:1615: signal `connections-cleared' is invalid for instance `0x1a1c230'
[OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptKeycard.testWrongKeycardClass ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testOk ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testTamperWithChallenge ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testInit ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testOk ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongPassword ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongUser ... [OK]
flumotion.test.test_http.TestHTTPRoot.testRenderRootStreamer ... [OK]
flumotion.test.test_http.TestHTTPRoot.testRenderTopStreamer ... [OK]
flumotion.test.test_http.TestHTTPRoot.testRenderTreeStreamer ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAllowDefault ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAuthUnauthorized ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenAuthorized ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenUnauthorized ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderNew ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderNotReady ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderReachedMaxClients ... [OK]
flumotion.test.test_i18n.TestFormat.testFormat ... [OK]
flumotion.test.test_i18n.TestFormat.testFormatNoArgument ... [OK]
flumotion.test.test_i18n.TestPluralGettext.testTranslatable ... [OK]
flumotion.test.test_i18n.TestPluralGettext.testTranslated ... [OK]
flumotion.test.test_i18n.TestSingularClassbased.testTranslatable ... [OK]
flumotion.test.test_i18n.TestSingularClassbased.testTranslated ... [OK]
flumotion.test.test_i18n.TestSingularGettext.testTranslatable ... [OK]
flumotion.test.test_i18n.TestSingularGettext.testTranslated ... [OK]
flumotion.test.test_i18n.TranslatableTest.testTranslatable ... [OK]
flumotion.test.test_i18n.TranslatableTest.testTranslatablePlural ... [OK]
flumotion.test.test_i18n.TranslatorTest.testTranslateMessage ... [OK]
flumotion.test.test_i18n.TranslatorTest.testTranslateOne ... [OK]
flumotion.test.test_import.TestImport.testImportAllModules ... [OK]
flumotion.test.test_keycards.TestHTTPDigestKeycard.testInit ... [OK]
flumotion.test.test_keycards.TestKeycardHTTPDigest.testInit ... [OK]
flumotion.test.test_keycards.TestKeycardSending.testSend ... [OK]
flumotion.test.test_keycards.TestKeycardToken.testInit ... [OK]
flumotion.test.test_keycards.TestKeycardUACPCC.testInit ... [OK]
flumotion.test.test_keycards.TestKeycardUACPP.testInit ... [OK]
flumotion.test.test_keycards.TestMyKeycard.testInit ... [OK]
flumotion.test.test_logfilter.TestLogFilter.testComplexFilter ... [OK]
flumotion.test.test_logfilter.TestLogFilter.testParseFailure ... [OK]
flumotion.test.test_logfilter.TestLogFilter.testSimpleFilter ... [OK]
flumotion.test.test_manager_admin.TestAdminAvatar.testAvatarSet ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseBouncerComponent ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseEmpty ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseManager ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseManagerInvalid ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParsePlugs ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseSimple ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereEmpty ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereInvalid ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereWithComponent ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlow ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlowInvalid ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseInvalid ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseSimple ... [OK]
flumotion.test.test_manager_config.TestXMLWriter.testMultiple ... [OK]
flumotion.test.test_manager_config.TestXMLWriter.testPlug ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion-0.5.4.1/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]
flumotion.test.test_manager_manager.TestVishnu.testConfigAfterWorker ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testConfigBeforeWorker ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testDeleteFlow ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testLoadComponent ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testLoadComponentWithSynchronization ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testLoadConfiguration ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testWorker ... [OK]
flumotion.test.test_manager_worker.TestHeaven.testAdd ... [OK]
flumotion.test.test_manager_worker.TestHeaven.testConstructor ... [OK]
flumotion.test.test_options.TestOptions.testGroup ... [OK]
flumotion.test.test_options.TestOptions.testParser ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testClear ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testClearAll ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testPushPop ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testPushRemove ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testSet ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testTwoContexts ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHappy ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHungry ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsLost ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsSad ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsWaking ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenWorkerIsNotLogged ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHappy ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHungry ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenLost ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenSad ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenWaking ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartWhenNoSelection ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStopMultipleWhenOneIsSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStopOneWhenSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStopWhenNoSelection ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStartMultipleWhenSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStartOneWhenSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopMultipleWhenOneNoneIsSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHappy ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHungry ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenLost ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenSad ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenWaking ... [OK]
flumotion.test.test_parts.TestComponentsView.testMultipleSelected ... [OK]
flumotion.test.test_parts.TestComponentsView.testNoComponents ... [OK]
flumotion.test.test_parts.TestComponentsView.testNoneSelected ... [OK]
flumotion.test.test_parts.TestComponentsView.testOneSelected ... [OK]
flumotion.test.test_parts.TestComponentsView.testUpdate ... [OK]
flumotion.test.test_pb.TestAuthenticator.testIssueNoInfo ... [OK]
flumotion.test.test_pb.TestAuthenticator.testIssueUACPCC ... [OK]
flumotion.test.test_pb.TestAuthenticator.testIssueUACPP ... [OK]
flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testRightPassword ... [OK]
flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testWrongPassword ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCOk ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCTamperWithChallenge ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongPassword ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongUser ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPPOk ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPPWrongPassword ... [OK]
flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testOk ... [OK]
flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongPassword ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

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

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

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

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

===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testExDate

Implemented, but lacks testcase
===============================================================================
[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 object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunProvidesClocking

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartTimeout

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFails

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFlowAndStopFail

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStopTimeout

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunTasksChainedAndFired

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunTasksTimeout

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunWithDelays

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testSetupFailGstLinking

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testSetupStartedAndHappy

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testAutoLinking

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testDontAutoLinkLinked

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testMasterClock

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testSuccess

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testTrivial

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> 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 604 tests in 34.429s

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

===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConnectFailure

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConnectSuccess

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConstructor

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testReconnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal2

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal3

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testUnknownPlug

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testUnknownSocket

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_connections.AdminConnectiontionsTest.testGetRecentConnections

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConnectFailure

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConnectSuccess

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConstructor

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testReconnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCrypt

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongSalt

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerInit.testCredPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrectWithId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextWrong

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrectWithId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testBadVersion

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testBigger

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testEquals

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testSmaller

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestComponentPath.testPath

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestEnsureDir.testExisting

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestEnsureDir.testNonExisting

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitA

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitB

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitC

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitD

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestObjRepr.testMe

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestPathToModule.testPaths

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestVersion.testVersion

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestVersion.test_versionTupleToString

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveAscending

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveDescending

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveAscending

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveDescending

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertRandomRemoveRandom

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerOneFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerOneSum

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerTwoFiles

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerTwoSum

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAdd

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAddUnique

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketDepend

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketImport

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketName

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketPackage

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestUnbundler.testUnbundler

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestUnbundler.testUnbundlerRelative

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testSimpleStateListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateAppend

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateListenerIntermediate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateSaveReference

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_connection.TestConnection.testParse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testDaylightSavingsChange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> 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 object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testExAsStartDateWithRecurrence

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testExWithRecurrence

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointSingle

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecur

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecurUntil

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testRecurrenceOverMidnight

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testComparison

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testTimeZones

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.FunctionsTest.testToDateTime

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.testVerifyPoints

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.test_getActiveEventInstances

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendar

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarFromFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDateTimes

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDates

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateAndEndDateTime

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateTimeAndEndDate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEvent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithDifferentUID

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithSameUID

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotEndBeforeNow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotStartLaterThanTomorrow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveRecurrenceId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testOverMidnight

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsDaily

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsHourly

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsOverMidnight

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotNow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotStartDate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsStartDate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.iCalTestCase.testGetPoints

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.iCalTestCase.testRecurrenceId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testBytes

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testExbibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testGibibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testKibibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testMebibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testMegabyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testPebibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testTebibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testDay

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testDays

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testFractionalSecond

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testHourMinuteSecond

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testMinuteSecond

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testReallyLong

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testSecond

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testWeek

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testWeeks

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testYear

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetEqualTranslatableTwice

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetSameMessageTwice

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetSameTranslatableTwice

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testMessageAppendRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.ResultTest.testSerializeWithError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.ResultTest.testSerializeWithWarning

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testCreate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testDefaultMessageId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testSerialize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestAddress.testGetHost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestAddress.testGetPort

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4Parse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4ParseString

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testAddRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testBasicRouting

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testIterHumanReadable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testParseFromFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRouteIteration

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRouteNamesOrder

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRoutingPrecedence

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testCurrent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testPackagerWithNonePrefix

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testPyRegisterBeforeImportWithoutHooks

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testRegisterBeforeImportWithPackager

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testRegisterNewPackagePath

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testTwoStackedProjects

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestRecursively.testListDir

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestRecursively.testListPyfile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.AllComponentStateTest.testClass

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.AllComponentStateTest.testMood

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.InvalidateTest.testInvalidate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ListenerTest.testMood

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ManagerComponentStateTest.testGetSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ManagerComponentStateTest.testSetWrongArg

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestPid.testAll

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.testKillPid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.testTermPid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.test_checkPidRunning

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_pygobject.SetProperty.testButton

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_pygobject.TestPyGObject.testPyGObject

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testDisconnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testDisconnectByFunc

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testEmitSelf

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testMixin

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_vfs.VFSTest.testListDirectory

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testComplete

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testEncoderMuxer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testProducerEncoderMuxer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testIndent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testPush

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteLine

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTag

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttr

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttrData

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagData

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestExpandElementNames.testOddDelimeters

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testErrors

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneFeedWithout

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneSource

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneSourceWithout

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testSimpleOneElement

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testSimpleTwoElements

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoBoth

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoFeeds

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoSources

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenAfterTheWindowSize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testInstantiate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledEndCallbackWhenEndInWindowSize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledNotACallbackWhenCancelled

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledStartCallbackWhenStartInWindowSize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testSubscribe

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testUnsubscribe

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testWindowSizeByDefault

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_watcher.WatcherTest.testInstantiate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAuthentication

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAutoExpire

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testHarness

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testKeepAlive

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testTimeoutAlgorithm

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> 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 object at 0x2aaaacc96750> 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 object at 0x2aaaacc96750> 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 object at 0x2aaaacc96750> 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 object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAuthentication

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAutoExpire

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testHarness

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testKeepAlive

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testTimeoutAlgorithm

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAuthentication

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAutoExpire

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testHarness

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testKeepAlive

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testTimeoutAlgorithm

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestDownstreamFeedClient.testConnectAndFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestDownstreamFeedClient.testRequestFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestFeedClient.testBadPass

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestFeedClient.testConnectWithoutDroppingPB

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestUpstreamFeedClient.testConnectAndFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestUpstreamFeedClient.testRequestFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.test1277

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.testRemoteEatFrom

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feeder.TestFeeder.testReconnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feeder.TestFeeder.test_clientConnected

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountOnDemand

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountRoot

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testFileMountEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testFileMountOnDemand

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.PlugTest.testSetRootResource

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> 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 object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVRangeStart

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVStart

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVStartZero

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testGetChild

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testFull

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeHead

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeStart

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffix

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffixTooBig

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongEmptyBytesRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongNoRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongTypeRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestOldProperties.testPropertiesConverted

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestStreamDataNoPlug.testGetStreamData

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> 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 object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorActivation

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorTimeout

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItems

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItemsReverse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveMultipleItems

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveRepeatedly

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveSingleItem

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddSingleItem

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedMultiple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedSingle

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testParseErrorInBlocking

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testGetUniqueName

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testGstreamerError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testInstantiateErrors

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testInvalidType

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testNonDefaultLink

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testSimpleLink

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testValidType

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterAutoSelection

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterUserSelection

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testGetComponentEntries

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testGetComponentEntriesWrong

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseAtmosphere

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentNoWorker

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentWithLabel

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentWithProject

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithEaters

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithEatersNotSpecified

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleEater

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleSources

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithSource

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithTwoEaters

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithTwoSources

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseCompoundProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseCompoundPropertiesError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseFlowError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManager

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerWithBogusPlug

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerWithPlugs

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseNoPlugs

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParsePlugs

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParsePlugsWithCompoundProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongAtmosphere

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongConfig

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongSyntax

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testVirtualFeeds

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testHumanReadable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testRecursive

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestFunctions.testBuildEatersDict

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_configure.TestConfig.testUninstalled

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_configure.TestConfig.testVariables

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsername.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsername.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithCrypt

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongSalt

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testBible

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testExample

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testSort

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testUniqueChildren

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestPlanet.testPlanet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testBarfOnNongenerator

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testException

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testExceptionChain

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testValues

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldNothing

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldResultAfter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldResultAtFirst

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestRetryingDeferred.testRetryOnce

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestRetryingDeferred.testSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestErrorDialog.testDialogMain

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestErrorDialog.testDialogRun

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestProgressDialog.testDialog

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValues

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValuesCmp

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValuesWithRepr

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testJelly

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testRepr

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testInvalidate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testStateAppendRemoveListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testStateSetListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateAddKey

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateAppendRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateDictAppendRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateGet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateAppendRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateAppendRemoveListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateDictListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateSetListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateWrongListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_greeter.WizardTest.testGreeter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptKeycard.testWrongKeycardClass

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testTamperWithChallenge

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderRootStreamer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderTopStreamer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderTreeStreamer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAllowDefault

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAuthUnauthorized

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenAuthorized

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenUnauthorized

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderNew

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderNotReady

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderReachedMaxClients

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestFormat.testFormat

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestFormat.testFormatNoArgument

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestPluralGettext.testTranslatable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestPluralGettext.testTranslated

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularClassbased.testTranslatable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularClassbased.testTranslated

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularGettext.testTranslatable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularGettext.testTranslated

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatableTest.testTranslatable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatableTest.testTranslatablePlural

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatorTest.testTranslateMessage

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatorTest.testTranslateOne

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_import.TestImport.testImportAllModules

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestHTTPDigestKeycard.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardHTTPDigest.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardSending.testSend

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardToken.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardUACPCC.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardUACPP.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestMyKeycard.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testComplexFilter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testParseFailure

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testSimpleFilter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_admin.TestAdminAvatar.testAvatarSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseBouncerComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseManager

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseManagerInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParsePlugs

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereWithComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlowInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestXMLWriter.testMultiple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestXMLWriter.testPlug

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestComponentMapper.testOneComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testConfigAfterWorker

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> 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 object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadComponentWithSynchronization

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadConfiguration

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testWorker

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_worker.TestHeaven.testAdd

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_worker.TestHeaven.testConstructor

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_options.TestOptions.testGroup

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_options.TestOptions.testParser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testClear

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testClearAll

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testPushPop

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testPushRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testTwoContexts

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHappy

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHungry

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsLost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsSad

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsWaking

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenWorkerIsNotLogged

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHappy

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHungry

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenLost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenSad

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenWaking

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartWhenNoSelection

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopMultipleWhenOneIsSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopOneWhenSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopWhenNoSelection

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStartMultipleWhenSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStartOneWhenSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopMultipleWhenOneNoneIsSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHappy

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHungry

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenLost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenSad

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenWaking

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testMultipleSelected

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testNoComponents

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testNoneSelected

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testOneSelected

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc96750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testUpdate

this test case does