The attempt to merge lp:~jameinel/meliae/bad_test into lp:meliae/tarmac-test failed. Below is the output from the failed tests. python setup.py build_ext -i running build_ext cythoning meliae/_scanner.pyx to meliae/_scanner.c building 'meliae._scanner' extension creating build creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/meliae gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c meliae/_scanner.c -o build/temp.linux-x86_64-2.7/meliae/_scanner.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c meliae/_scanner_core.c -o build/temp.linux-x86_64-2.7/meliae/_scanner_core.o gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.7/meliae/_scanner.o build/temp.linux-x86_64-2.7/meliae/_scanner_core.o -o /home/ubuntu/dev/meliae/build_tree/meliae/_scanner.so cythoning meliae/_loader.pyx to meliae/_loader.c building 'meliae._loader' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c meliae/_loader.c -o build/temp.linux-x86_64-2.7/meliae/_loader.o gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.7/meliae/_loader.o -o /home/ubuntu/dev/meliae/build_tree/meliae/_loader.so cythoning meliae/_intset.pyx to meliae/_intset.c building 'meliae._intset' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c meliae/_intset.c -o build/temp.linux-x86_64-2.7/meliae/_intset.o gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.7/meliae/_intset.o -o /home/ubuntu/dev/meliae/build_tree/meliae/_intset.so python run_tests.py In file included from meliae/_scanner.c:200:0: meliae/_scanner_core.h:53:1: warning: function declaration isn’t a prototype meliae/_scanner_core.h:67:1: warning: function declaration isn’t a prototype In file included from meliae/_scanner_core.c:20:0: meliae/_scanner_core.h:53:1: warning: function declaration isn’t a prototype meliae/_scanner_core.h:67:1: warning: function declaration isn’t a prototype meliae/_scanner_core.c:63:1: warning: function declaration isn’t a prototype meliae/_scanner_core.c:73:1: warning: function declaration isn’t a prototype meliae/_scanner_core.c:614:1: warning: function declaration isn’t a prototype meliae/_scanner_core.c:623:1: warning: function declaration isn’t a prototype meliae/_loader.c: In function ‘__pyx_pf_6meliae_7_loader_17_MOCValueIterator___next__’: meliae/_loader.c:9684:33: warning: cast from pointer to integer of different size meliae/_loader.c: At top level: meliae/_loader.c:981:19: warning: ‘__pyx_f_6meliae_7_loader__set_default’ defined but not used meliae/_loader.c:1587:19: warning: ‘__pyx_f_6meliae_7_loader__format_list’ defined but not used .................................................................................................................................................................F..................... ====================================================================== FAIL: test_fail (meliae.tests.test_loader.TestObjManager) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/dev/meliae/build_tree/meliae/tests/test_loader.py", line 440, in test_fail self.fail("This is a failing test, do not merge me") AssertionError: This is a failing test, do not merge me ---------------------------------------------------------------------- Ran 183 tests in 0.091s FAILED (failures=1) make: *** [check] Error 1