Merge lp:~jameinel/meliae/bad_test into lp:meliae/tarmac-test

Proposed by John A Meinel
Status: Rejected
Rejected by: John A Meinel
Proposed branch: lp:~jameinel/meliae/bad_test
Merge into: lp:meliae/tarmac-test
Diff against target: 10 lines (+3/-0)
1 file modified
meliae/tests/test_loader.py (+3/-0)
To merge this branch: bzr merge lp:~jameinel/meliae/bad_test
Reviewer Review Type Date Requested Status
Meliae Development Team Pending
Review via email: mp+73807@code.launchpad.net

Commit message

Failure is rampant (sometimes)

Description of the change

This should fail the test suite

To post a comment you must log in.
Revision history for this message
John A Meinel (jameinel) wrote :

The attempt to merge lp:~jameinel/meliae/bad_test into lp:meliae/tarmac-test failed. Below is the output from the failed tests.

/bin/sh: make: not found

Revision history for this message
John A Meinel (jameinel) wrote :

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

meliae/_scanner.c:4:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
make: *** [build_inplace] Error 1

Revision history for this message
John A Meinel (jameinel) wrote :
Download full text (3.7 KiB)

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.....................
=================...

Read more...

Revision history for this message
John A Meinel (jameinel) wrote :
Download full text (3.7 KiB)

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.....................
=================...

Read more...

Revision history for this message
John A Meinel (jameinel) wrote :
Download full text (3.7 KiB)

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.....................
=================...

Read more...

Revision history for this message
Bazaar Robot (bzr-robot) wrote :
Download full text (3.7 KiB)

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.....................
=================...

Read more...

Unmerged revisions

195. By John A Meinel

Add a test that will fail

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'meliae/tests/test_loader.py'
2--- meliae/tests/test_loader.py 2010-08-09 16:13:08 +0000
3+++ meliae/tests/test_loader.py 2011-09-02 13:14:35 +0000
4@@ -435,3 +435,6 @@
5 self.assertEqual(['module', 'str', 'tuple'],
6 sorted(summary.type_summaries.keys()))
7 self.assertEqual(233, summary.total_size)
8+
9+ def test_fail(self):
10+ self.fail("This is a failing test, do not merge me")

Subscribers

People subscribed via source and target branches

to all changes: