[Erp5-report] ERP5Appliance212 r43786 : 1 Tests, 0 Errors, 1 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 25 23:08:05 CET 2011


Test Suite: ERP5Appliance212
Revision: 43786
Result: FAIL

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



The following tests failed:

  ERP5Appliance212                                   (1 failures)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: summary.diff
Type: text/x-diff
Size: 305 bytes
Desc: not available
URL: <http://mail.tiolive.com/pipermail/erp5-report/attachments/20110225/e054bc20/attachment.diff>
-------------- next part --------------
Detected distribution:
Mandriva Linux release 2010.0 (Official) for x86_64
Revision: 43786

x86_64 gcc:4.4.1 py:2.6.4 libc:2.10.1
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/apptest/run/software/bin'.
Creating directory '/home/luke/apptest/run/software/parts'.
Creating directory '/home/luke/apptest/run/software/eggs'.
Creating directory '/home/luke/apptest/run/software/develop-eggs'.
Getting distribution for 'setuptools'.
Got setuptools 0.6c12dev-r88124.
Generated script '/home/luke/apptest/run/software/bin/buildout'.
Calling ['/home/luke/apptest/run/software/bin/buildout'] with timeout 28800

Getting distribution for 'slapos.rebootstrap'.
Got slapos.rebootstrap 2.1.
Getting distribution for 'slapos.tool.networkcache'.
Got slapos.tool.networkcache 0.1.4.
Getting distribution for 'slapos.zcbworkarounds'.
Got slapos.zcbworkarounds 0.2.
Getting distribution for 'mr.developer'.
Got mr.developer 1.17.
Getting distribution for 'buildout.dumppickedversions==0.4'.
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.6' to provide '/home/luke/apptest/run/software/rebootstrap.1.parts/python2.6/bin/python2.6' in '/home/luke/apptest/run/software/rebootstrap.1.parts'
slapos.rebootstrap: Rerunning buildout to install section python2.6 with arguments ['/home/luke/apptest/run/software/bin/buildout', 'buildout:parts=python2.6', 'buildout:extensions=', 'buildout:parts-directory=/home/luke/apptest/run/software/rebootstrap.1.parts', 'buildout:installed=.rebootstrap.1.installed.cfg'].
Creating directory '/home/luke/apptest/run/software/rebootstrap.1.parts'.
Getting distribution for 'hexagonit.recipe.cmmi'.
Got hexagonit.recipe.cmmi 1.5.0.
Getting distribution for 'hexagonit.recipe.download'.
Got hexagonit.recipe.download 1.5.0.
Unused options for buildout: 'data-bin-directory' 'overwrite-picked-versions-file' 'dump-picked-versions-file' 'run-directory' 'section-extender' 'log-directory' 'etc-directory'.
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/apptest/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/apptest/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/apptest/run/software/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1297, in _call
    return f()
  File "/home/luke/apptest/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/apptest/run/software/eggs/hexagonit.recipe.download-1.5.0-py2.6.egg/hexagonit/recipe/download/__init__.py", line 81, in install
    path, is_temp = download(self.options['url'], md5sum=self.options.get('md5sum'))
  File "/home/luke/apptest/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/apptest/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/apptest/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