(view as text)
make distclean
 in dir /var/lib/buildbot/pybots-bigdogvm1/trunk.jpcalderone-x86/build (timeout 1200 secs)
 watching logfiles {}
 argv: ['make', 'distclean']
 environment:
  HOME=/var/lib/buildbot
  LANG=en_US.UTF-8
  LOGNAME=buildbot
  MAIL=/var/mail/buildbot
  OLDPWD=/var/lib/buildbot
  PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
  PWD=/var/lib/buildbot/pybots-bigdogvm1
  SHELL=/bin/sh
  SHLVL=1
  TERM=screen
  USER=buildbot
  _=/usr/bin/buildbot
find . -name '*.py[co]' -exec rm -f {} ';'
find . -name '*.o' -exec rm -f {} ';'
find . -name '*.s[ol]' -exec rm -f {} ';'
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
rm -f Lib/lib2to3/*Grammar*.pickle
find . -name '*.gc??' -exec rm -f {} ';'
rm -f python Parser/pgen libpython2.7.a libpython2.7.a  \
		tags TAGS \
		config.cache config.log pyconfig.h Modules/config.c
rm -rf build platform
rm -rf no-framework
rm -f Lib/test/data/*
rm -f core Makefile Makefile.pre config.status \
		Modules/Setup Modules/Setup.local Modules/Setup.config \
		Misc/python.pc
find . '(' -name '*.fdc' -o -name '*~' \
			   -o -name '[@,#]*' -o -name '*.old' \
			   -o -name '*.orig' -o -name '*.rej' \
			   -o -name '*.bak' ')' \
			   -exec rm -f {} ';'
program finished with exit code 0