Code review comment for lp:~mvo/pkgme-devportal/add-configuration-for-library-overrides

Revision history for this message
Canonical CA Tarmac (ca-tarmac) wrote :

The attempt to merge lp:~mvo/pkgme-devportal/add-configuration-for-library-overrides into lp:pkgme-devportal failed. Below is the output from the failed tests.

Downloading/unpacking mock (from -r test-dependencies.txt (line 1))
  Running setup.py egg_info for package mock
    warning: no files found matching '*.png' under directory 'docs'
    warning: no files found matching '*.css' under directory 'docs'
    warning: no files found matching '*.html' under directory 'docs'
    warning: no files found matching '*.js' under directory 'docs'
Installing collected packages: mock
  Running setup.py install for mock
    warning: no files found matching '*.png' under directory 'docs'
    warning: no files found matching '*.css' under directory 'docs'
    warning: no files found matching '*.html' under directory 'docs'
    warning: no files found matching '*.js' under directory 'docs'
Successfully installed mock
Cleaning up...
Tests running...
======================================================================
ERROR: tests.test_binary.BinaryBackendTests.test_config_glue_lib_overrides
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/tarmac-tmp/tmp4oMKa_/devportalbinary/tests/test_binary.py", line 305, in test_config_glue_lib_overrides
    self.useFixture(ConfigFileFixture())
  File "/mnt/tarmac-tmp/tmp4oMKa_/virtualenv/lib/python2.6/site-packages/testtools-0.9.15-py2.6.egg/testtools/testcase.py", line 579, in useFixture
    fixture.setUp()
  File "devportalbinary/testing.py", line 126, in setUp
    with open(CONF_FILE, 'w') as f:
IOError: [Errno 2] No such file or directory: '~/.config/pkgme-binary/conf'
======================================================================
ERROR: discover.ModuleImportFailure.testing
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/tarmac-tmp/tmp4oMKa_/virtualenv/lib/python2.6/site-packages/discover.py", line 64, in testFailure
    raise exception
ImportError: Failed to import test module: testing
Traceback (most recent call last):
  File "/mnt/tarmac-tmp/tmp4oMKa_/virtualenv/lib/python2.6/site-packages/discover.py", line 288, in _find_tests
    module = self._get_module_from_name(name)
  File "/mnt/tarmac-tmp/tmp4oMKa_/virtualenv/lib/python2.6/site-packages/discover.py", line 266, in _get_module_from_name
    __import__(name)
  File "/mnt/tarmac-tmp/tmp4oMKa_/devportalbinary/testing.py", line 30, in <module>
    from .configuration import CONF_FILE
ValueError: Attempted relative import in non-package

Ran 115 tests in 0.384s
FAILED (failures=2)

Branched 118 revision(s).
/mnt/tarmac-tmp/tmp4oMKa_/virtualenv/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  symbols = dict.fromkeys(iter_symbols(code))
simplejson/_speedups.c: In function 'encoder_listencode_obj':
simplejson/_speedups.c:2269: warning: comparison of distinct pointer types lacks a cast
simplejson/_speedups.c:2269: warning: passing argument 2 of 'PyType_IsSubtype' from incompatible pointer type
/usr/include/python2.6/object.h:435: note: expected 'struct PyTypeObject *' but argument is of type 'struct PyObject *'
_imaging.c:3017: warning: initialization from incompatible pointer type
_imaging.c:3077: warning: initialization from incompatible pointer type
libImaging/Quant.c: In function 'rehash_collide':
libImaging/Quant.c:154: warning: cast to pointer from integer of different size
bzrlib/_readdir_pyx.c: In function '__pyx_f_6bzrlib_12_readdir_pyx__read_dir':
bzrlib/_readdir_pyx.c:992: warning: '__pyx_exc_lineno' may be used uninitialized in this function
bzrlib/_readdir_pyx.c:1035: warning: '__pyx_exc_lineno' may be used uninitialized in this function
bzrlib/_chk_map_pyx.c: In function '__pyx_f_6bzrlib_12_chk_map_pyx_safe_interned_string_from_size':
bzrlib/_chk_map_pyx.c:282: warning: cast from pointer to integer of different size
In file included from /usr/include/python2.6/Python.h:8,
                 from bzrlib/_patiencediff_c.c:28:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/stdlib.h:25,
                 from bzrlib/_patiencediff_c.c:26:
/usr/include/features.h:210:1: warning: this is the location of the previous definition
bzrlib/_btree_serializer_pyx.c: In function '__pyx_f_6bzrlib_21_btree_serializer_pyx_safe_string_from_size':
bzrlib/_btree_serializer_pyx.c:880: warning: cast from pointer to integer of different size
bzrlib/_btree_serializer_pyx.c: In function '__pyx_f_6bzrlib_21_btree_serializer_pyx_safe_interned_string_from_size':
bzrlib/_btree_serializer_pyx.c:974: warning: cast from pointer to integer of different size
/mnt/tarmac-tmp/tmp4oMKa_/virtualenv/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  symbols = dict.fromkeys(iter_symbols(code))

« Back to merge proposal