[Erp5-report] ERP5Appliance28 r42207 : 1 Tests, 0 Errors, 1 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 11 16:07:56 CET 2011


Test Suite: ERP5Appliance28
Revision: 42207
Result: FAIL

All tests: 1
Failures: 1
Errors: 0
Skips: 0



The following tests failed:

  ERP5Appliance28                                    (1 failures)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: summary.diff
Type: text/x-diff
Size: 135 bytes
Desc: not available
URL: <http://mail.tiolive.com/pipermail/erp5-report/attachments/20110111/e0af36ce/attachment-0001.diff>
-------------- next part --------------
Detected distribution:
LSB_VERSION=lsb-4.0-amd64:lsb-4.0-noarch
DISTRIB_ID=MandrivaLinux
DISTRIB_RELEASE=2010.0
DISTRIB_CODENAME=adelie
DISTRIB_DESCRIPTION="Mandriva Linux 2010.0"
Mandriva Linux release 2010.0 (Official) for x86_64
Revision: 42207

x86_64 gcc:4.4.1 py:2.6.4 libc:2.10.1
LSB_VERSION=lsb-4.0-amd64:lsb-4.0-noarch
DISTRIB_ID=MandrivaLinux
DISTRIB_RELEASE=2010.0
DISTRIB_CODENAME=adelie
DISTRIB_DESCRIPTION="Mandriva Linux 2010.0"
Mandriva Linux release 2010.0 (Official) for x86_64

Calling ['python -S -c "import urllib;f=open(\'bootstrap.py\',\'w\');f.write(urllib.urlopen(\'http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py\').read())'] with timeout 60

Calling ['python', '-S', 'bootstrap.py'] with timeout 600

Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg
Creating directory '/home/luke/apptest28/run/software/bin'.
Creating directory '/home/luke/apptest28/run/software/parts'.
Creating directory '/home/luke/apptest28/run/software/eggs'.
Creating directory '/home/luke/apptest28/run/software/develop-eggs'.
Getting distribution for 'setuptools'.
Got setuptools 0.6c12dev-r85381.
Generated script '/home/luke/apptest28/run/software/bin/buildout'.
Calling ['/home/luke/apptest28/run/software/bin/buildout'] with timeout 28800

Getting distribution for 'slapos.rebootstrap'.
Got slapos.rebootstrap 2.1.
Getting distribution for 'slapos.zcbworkarounds'.
Got slapos.zcbworkarounds 0.2.
Getting distribution for 'mr.developer'.
build/bdist.linux-x86_64/egg/mr/developer/svn.py:69: SyntaxWarning: name '_svn_version_warning' is used prior to global declaration
  global _svn_version_warning
/home/luke/apptest28/run/software/eggs/tmpN_KUEo/mr.developer-1.16-py2.6.egg/mr/developer/svn.py:69: SyntaxWarning: name '_svn_version_warning' is used prior to global declaration
  global _svn_version_warning
/home/luke/apptest28/run/software/eggs/mr.developer-1.16-py2.6.egg/mr/developer/svn.py:69: SyntaxWarning: name '_svn_version_warning' is used prior to global declaration
  global _svn_version_warning
/home/luke/apptest28/run/software/eggs/mr.developer-1.16-py2.6.egg/mr/developer/svn.py:69: SyntaxWarning: name '_svn_version_warning' is used prior to global declaration
  global _svn_version_warning
Got mr.developer 1.16.
Getting distribution for 'buildout.dumppickedversions'.
Got buildout.dumppickedversions 0.4.
Getting distribution for 'argparse'.
zip_safe flag not set; analyzing archive contents...
Got argparse 1.1.
slapos.rebootstrap: Installing section 'python2.4' to provide '/home/luke/apptest28/run/software/rebootstrap.1.parts/python2.4/bin/python2.4' in '/home/luke/apptest28/run/software/rebootstrap.1.parts'
slapos.rebootstrap: Rerunning buildout to install section python2.4 with arguments ['/home/luke/apptest28/run/software/bin/buildout', 'buildout:parts=python2.4', 'buildout:extensions=', 'buildout:parts-directory=/home/luke/apptest28/run/software/rebootstrap.1.parts', 'buildout:installed=.rebootstrap.1.installed.cfg'].
Creating directory '/home/luke/apptest28/run/software/rebootstrap.1.parts'.
Getting distribution for 'hexagonit.recipe.download'.
Got hexagonit.recipe.download 1.4.1.
Getting distribution for 'hexagonit.recipe.cmmi'.
Got hexagonit.recipe.cmmi 1.5.0.
Unused options for buildout: 'data-bin-directory' 'dump-picked-versions-file' 'run-directory' 'overwrite-picked-versions-file' 'log-directory' 'etc-directory'.
Installing python2.4-dbm-patch.
Downloading http://www.nexedi.org/static/patches/python2.4-dbm.patch
Installing zlib.
Downloading http://prdownloads.sourceforge.net/libpng/zlib-1.2.5.tar.gz?download
While:
  Installing zlib.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/home/luke/apptest28/run/software/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1805, in main
    getattr(buildout, command)(args)
  File "/home/luke/apptest28/run/software/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 584, in install
    installed_files = self[part]._call(recipe.install)
  File "/home/luke/apptest28/run/software/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1297, in _call
    return f()
  File "/home/luke/apptest28/run/software/eggs/hexagonit.recipe.cmmi-1.5.0-py2.6.egg/hexagonit/recipe/cmmi/__init__.py", line 144, in install
    self.buildout, self.name, opt).install()
  File "/home/luke/apptest28/run/software/eggs/hexagonit.recipe.download-1.4.1-py2.6.egg/hexagonit/recipe/download/__init__.py", line 64, in install
    path, is_temp = download(self.options['url'], md5sum=self.options.get('md5sum'))
  File "/home/luke/apptest28/run/software/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/download.py", line 94, in __call__
    local_path, is_temp = self.download_cached(url, md5sum)
  File "/home/luke/apptest28/run/software/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/download.py", line 139, in download_cached
    _, is_temp = self.download(url, md5sum, cached_path)
  File "/home/luke/apptest28/run/software/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/download.py", line 173, in download
    tmp_path, headers = urllib.urlretrieve(url, tmp_path)
  File "/usr/lib64/python2.6/urllib.py", line 94, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/usr/lib64/python2.6/urllib.py", line 238, in retrieve
    fp = self.open(url, data)
  File "/usr/lib64/python2.6/urllib.py", line 206, in open
    return getattr(self, name)(url)
  File "/usr/lib64/python2.6/urllib.py", line 361, in open_http
    return self.http_error(url, fp, errcode, errmsg, headers)
  File "/usr/lib64/python2.6/urllib.py", line 374, in http_error
    result = method(url, fp, errcode, errmsg, headers)
  File "/usr/lib64/python2.6/urllib.py", line 658, in http_error_301
    return self.http_error_302(url, fp, errcode, errmsg, headers, data)
  File "/usr/lib64/python2.6/urllib.py", line 639, in http_error_302
    data)
  File "/usr/lib64/python2.6/urllib.py", line 654, in redirect_internal
    return self.open(newurl)
  File "/usr/lib64/python2.6/urllib.py", line 206, in open
    return getattr(self, name)(url)
  File "/usr/lib64/python2.6/urllib.py", line 361, in open_http
    return self.http_error(url, fp, errcode, errmsg, headers)
  File "/usr/lib64/python2.6/urllib.py", line 374, in http_error
    result = method(url, fp, errcode, errmsg, headers)
  File "/usr/lib64/python2.6/urllib.py", line 639, in http_error_302
    data)
  File "/usr/lib64/python2.6/urllib.py", line 654, in redirect_internal
    return self.open(newurl)
  File "/usr/lib64/python2.6/urllib.py", line 206, in open
    return getattr(self, name)(url)
  File "/usr/lib64/python2.6/urllib.py", line 354, in open_http
    'got a bad status line', None)
IOError: ('http protocol error', 0, 'got a bad status line', None)
While:
  Installing.
  Loading extensions.
Error: Error during installing python provision section.



More information about the Erp5-report mailing list