[Buildbot-devel] Much fewer test failures, but no cigar (was Re: Different test failures on master)

Gary Poster gary.poster at canonical.com
Fri Jan 23 15:01:52 UTC 2009


On Thu, 2009-01-22 at 23:54 -0500, Dustin J. Mitchell wrote:
> Hmm, those tests all work for me.  

OK, good to know.

> Last time, you had some pretty
> funny stuff in your environment (TMP was set to an SSH invocation,
> rather than a path, for example), so what does your environment look
> like now?

Yeah, I don't know what was up with that before.

Now, with updates from last night, only the bzr test fails.  As I said
before, I'm using the newest bzr, so maybe that's the issue.

For the record, my environment is below.

Thanks

Gary

ORBIT_SOCKETDIR=/tmp/orbit-gary
GPG_AGENT_INFO=/tmp/gpg-5WQ6H6/S.gpg-agent:9876:1
SHELL=/bin/bash
TERM=xterm
XDG_SESSION_COOKIE=51aba51ad819359140fece1d48aeeaf6-1232553004.393127-927612239
GTK_RC_FILES=/etc/gtk/gtkrc:/home/gary/.gtkrc-1.2-gnome2
WINDOWID=48234552
USER=gary
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.svgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:
DEBEMAIL=gary.poster at canonical.com
SSH_AUTH_SOCK=/tmp/keyring-hgFsSg/ssh
GNOME_KEYRING_SOCKET=/tmp/keyring-hgFsSg/socket
SESSION_MANAGER=local/gary-ubuntu:/tmp/.ICE-unix/9818
USERNAME=gary
PATH=/home/gary/bin:/home/gary/Komodo-IDE-5/bin:/home/gary/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
DESKTOP_SESSION=default
GDM_XSERVER_LOCATION=local
PWD=/home/gary/buildbot/blah/buildbot
LANG=en_US.UTF-8
GNOME_KEYRING_PID=9808
GDM_LANG=en_US.UTF-8
GDMSESSION=default
HISTCONTROL=ignoreboth
SHLVL=1
HOME=/home/gary
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
LOGNAME=gary
XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-YPHKMcBCWV,guid=7622b06ab924449039e77eb04977442d
DEBFULLNAME=Gary Poster
LESSOPEN=| /usr/bin/lesspipe %s
WINDOWPATH=9
DISPLAY=:0.0
LESSCLOSE=/usr/bin/lesspipe %s %s
COLORTERM=gnome-terminal
XAUTHORITY=/home/gary/.Xauthority
OLDPWD=/home/gary/buildbot/blah
_=/usr/bin/env


> 
> Dustin
> 
> On Tue, Jan 20, 2009 at 8:16 PM, Gary Poster <gary.poster at canonical.com> wrote:
> > On Tue, 2009-01-20 at 17:59 -0500, Gary Poster wrote:
> >> On Tue, 2009-01-20 at 23:56 +0100, Axel Hecht wrote:
> >> > I had no idea why, but that looks like 'patch' is trying to ssh auth
> >> > and fails. That failure in the patch command itself breaks all VC
> >> > steps.
> >>
> >> Ah-ha!  I didn't look close enough, thank you.  I was just encountering
> >> that behavior in another context.  No idea why either. :-/  OK, well,
> >> hopefully this is just an issue on my system then.  I'll reply to this
> >> once I've confirmed.
> >
> > Thank goodness, whatever caused that patch problem was probably caused
> > because I needed to restart my system after an upgrade.  It's ok now.
> >
> > Now I'm left with three errors.
> >
> > ===============================================================================
> > [FAIL]: buildbot.test.test_vc.Bzr.testRetry
> >
> > Traceback (most recent call last):
> >  File "/home/gary/buildbot/master/buildbot/buildbot/test/test_vc.py", line 2276, in _testRetry_1
> >    "funny, VC operation didn't fail at least once")
> >  File "/home/gary/buildbot/master/buildbot/buildbot/test/test_vc.py", line 382, in failUnlessIn
> >    self.failUnless(string.find(substring) != -1, msg)
> > twisted.trial.unittest.FailTest: funny, VC operation didn't fail at least once
> > ===============================================================================
> > [ERROR]: buildbot.test.test_run.TestBuilder.testBuilderEnvOverride
> >
> > Traceback (most recent call last):
> > Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
> > DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
> > <DelayedCall 173628908 [4.98774695396s] called=0 cancelled=0 ShellCommand.doBackupTimeout()>
> > ===============================================================================
> > [ERROR]: buildbot.test.test_run.TestBuilder.testBuilderNoStepEnv
> >
> > Traceback (most recent call last):
> >  File "/usr/lib/python2.5/site-packages/twisted/internet/process.py", line 333, in maybeCallProcessEnded
> >    self.proto.processEnded(failure.Failure(e))
> >  File "/home/gary/buildbot/master/buildbot/buildbot/slave/commands.py", line 158, in processEnded
> >    self.command.finished(sig, rc)
> >  File "/home/gary/buildbot/master/buildbot/buildbot/slave/commands.py", line 492, in finished
> >    self.timer.cancel()
> >  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 93, in cancel
> >    raise error.AlreadyCancelled
> > twisted.internet.error.AlreadyCancelled: Tried to cancel an already-cancelled event.
> > -------------------------------------------------------------------------------
> > Ran 350 tests in 643.038s
> >
> > FAILED (skips=27, failures=1, errors=2, successes=320)
> > Exception exceptions.AttributeError: "'NoneType' object has no attribute 'StringIO'" in <bound method RemoteReference.__del__ of <twisted.spread.pb.RemoteReference instance at 0xadbf0ec>> ignored
> >
> > The bzr error might be because I'm using bzr 1.10.  I ran the test_run.TestBuilder tests in isolation and they still failed, so it's not a dirty failure from the bzr test.
> >
> > Gary
> >
> >
> > ------------------------------------------------------------------------------
> > This SF.net email is sponsored by:
> > SourcForge Community
> > SourceForge wants to tell your story.
> > http://p.sf.net/sfu/sf-spreadtheword
> > _______________________________________________
> > Buildbot-devel mailing list
> > Buildbot-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/buildbot-devel
> >
> 
> 
> 





More information about the devel mailing list