[issue9546] buildbot: if a compile error occurs, the "clean" step is skipped

Florent Xicluna report at bugs.python.org
Mon Aug 9 14:51:30 CEST 2010


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

When the buildbot fails to compile, the "clean" step is not run.
 http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.x/builds/1838/

This is a problem for issue #9545 where the Modules/Setup.dist cannot be copied to Modules/Setup on next run (file already exist).

Normally, "clean" step takes care  to remove "Modules/Setup":
 http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.x/builds/1820/steps/clean/logs/stdio

----------
components: Tests
keywords: buildbot
messages: 113409
nosy: flox, orsenthil, pitrou, rhettinger
priority: normal
severity: normal
status: open
title: buildbot: if a compile error occurs, the "clean" step is skipped
type: resource usage
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9546>
_______________________________________


More information about the Python-bugs-list mailing list