-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
I've started to look at the different tests failure : 1 - for linux powerpc : polyorb build and pass the test suite perfectly well on the hardware I have at hand - Do I need to ask for a new build ? 2 - for linux i386 : build is hosted actually running under a sid qemu "machine" 3 - for linux ia64 : I don't have access to ia64 hardware, I'll ask for an access to a porter machine if possible when I have solved the i386 problem I'll keep the BTS posted as new information arrives. xavier Le 23/05/2012 04:40, Aaron M. Ucko a écrit : > Source: polyorb > Version: 2.8~20110207-2 > Severity: serious > Justification: fails to build from source > > Builds of polyorb have been failing with test suite errors, whose > details vary by architecture (and perhaps by chance): > > https://buildd.debian.org/status/logs.php?pkg=polyorb&ver=2.8%7E20110207-2 > > Specifically, CORBA_MIOP_0 fails on i386, ALL_TYPES6 fails on ia64, and > gnatpython appears not to support powerpc. Could you please take a > look? > > Thanks! > > ---------------------------------------------------------------------- > > ERROR CORBA_MIOP_0 DIFF:unexpected output > ERROR --- expected > +++ output > @@ -0,0 +1,12 @@ > +Running client ../examples/corba/send/send (config=miop.conf) > +server ../examples/corba/send/listener (config=miop.conf) > +IOR:010000001800000049444c3a546573742f436f6e74726f6c6c65723a312e300002000000000000006400000001010200100000003139342e3137372e3231312e3230340006bb00001b0000002f30303030303030313454623837623165643031323930373366640001000000010000001c0000000100000001000100000000000001010002000000010101000201010003004f504000000001010000100000003139342e3137372e3231312e32303400cdd800001b0000002f30303030303030313454623837623165643031323930373366640000000000 > +RUN: POLYORB_CONF=miop.conf > /build/buildd-polyorb_2.8~20110207-2-i386-71kndT/polyorb-2.8~20110207/testsuite/../testsuite/../examples/corba/send/send > > IOR:010000001800000049444c3a546573742f436f6e74726f6c6c65723a312e300002000000000000006400000001010200100000003139342e3137372e3231312e3230340006bb00001b0000002f30303030303030313454623837623165643031323930373366640001000000010000001c0000000100000001000100000000000001010002000000010101000201010003004f504000000001010000100000003139342e3137372e3231312e32303400cdd800001b0000002f30303030303030313454623837623165643031323930373366640000000000 > +==> Begin test CORBA/MIOP <== > +Sending CORBA.String........................................: PASSED > +Sending CORBA.Long..........................................: PASSED > +Previous tests went OK on the server side...................: FAILED > +Calling function with return value raised an exception......: PASSED > +Shut down server(s).........................................: PASSED > +END TESTS...................................................: FAILED > +TEST FAILED > INFO Aborting: file test_failed has been found > > ---------------------------------------------------------------------- > > ERROR ALL_TYPES_6 DIFF:unexpected output > ERROR --- expected > +++ output > @@ -0,0 +1,123 @@ > +Running client ../examples/corba/all_types/client (config=giop_1_1.conf) > +server ../examples/corba/all_types/server (config=giop_1_1.conf) > +IOR:010000001200000049444c3a616c6c5f74797065733a312e3000000002000000000000005c000000010102000a0000003132372e302e302e3100359d1b0000002f30303030303030313154386161643864633831323930373930610001000000010000001c0000000100000001000100000000000001010002000000010101000201010003004f503c000000010100000e0000003139322e32352e3230362e363300f6ec1b0000002f30303030303030313154386161643864633831323930373930610000000000 > +RUN: POLYORB_CONF=giop_1_1.conf > /build/buildd-polyorb_2.8~20110207-2-ia64-vOBjGF/polyorb-2.8~20110207/testsuite/../testsuite/../examples/corba/all_types/client > > IOR:010000001200000049444c3a616c6c5f74797065733a312e3000000002000000000000005c000000010102000a0000003132372e302e302e3100359d1b0000002f30303030303030313154386161643864633831323930373930610001000000010000001c0000000100000001000100000000000001010002000000010101000201010003004f503c000000010100000e0000003139322e32352e3230362e363300f6ec1b0000002f30303030303030313154386161643864633831323930373930610000000000 > +==> Begin test CORBA Types <== > [...] > +test bounded wide string....................................: PASSED > +Execution terminated by unhandled exception > +Exception name: ALL_TYPES.MY_EXCEPTION > +Message: PO_Exc_Occ 1 > +Call stack traceback locations: > +0x4000000000639f0c 0x40000000000554ec 0x400000000063a63c 0x400000000038f42c > 0x400000000038f9dc > +Running ../examples/corba/all_types/client local (config=giop_1_1.conf) > +==> Begin test CORBA Types <== > +polyorb.utils.configuration_file: giop_1_1.conf is not a regular file > [...] > +test bounded wide string....................................: PASSED > +Execution terminated by unhandled exception > +Exception name: ALL_TYPES.MY_EXCEPTION > +Message: PO_Exc_Occ 2 > +Call stack traceback locations: > +0x4000000000639f0c 0x40000000000554ec 0x400000000063a63c 0x400000000038f42c > 0x400000000038f9dc > +TEST FAILED > INFO Aborting: file test_failed has been found > > ---------------------------------------------------------------------- > > cd testsuite && ./testsuite.py --abort-file=test_failed --diffs > --testsuite-src-dir=/build/buildd-polyorb_2.8~20110207-2-powerpc-tQ7An0/polyorb-2.8~20110207/testsuite > Traceback (most recent call last): > File "./testsuite.py", line 22, in <module> > from gnatpython.testdriver import add_run_test_options > File "/usr/lib/python2.7/dist-packages/gnatpython/testdriver.py", line 52, > in <module> > class TestRunner(object): > File "/usr/lib/python2.7/dist-packages/gnatpython/testdriver.py", line 79, > in TestRunner > temp_dir=Env().tmp_dir, > File "/usr/lib/python2.7/dist-packages/gnatpython/env.py", line 154, in > __init__ > self.build = Arch() > File "/usr/lib/python2.7/dist-packages/gnatpython/arch.py", line 156, in > __init__ > self.__fill_info() > File "/usr/lib/python2.7/dist-packages/gnatpython/arch.py", line 206, in > __fill_info > self.os.name = config.platform_info[self.platform]['os'] > KeyError: 'unknown' > make[2]: *** [run_tests] Error 1 > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJPv5HKAAoJEG3iFwasTcfa75gQAIawcDqeQ/OCURTcugcGnflV sES8vnLulmnaf8Q/+jQdN4WeFSIqww/zZlK9FR/6sIltvPAR0nHZBZCN4UK399Li ftEKtEhHrNc6WBLwqFAoqHA/kucZ1ksoC0ZOkxgai33xB57GnDRFFDBrhvqEwcQt wAiRU0rmkKKCv6GBduPx8mzFCUA8qPx7zOYoCaWw+mdwX9VA3jsDsyZHHBm9qqO1 YL4W7qj7dyPXx0/lHe7Z7VskfhjEeKURN/nXhrDZMIm0APA39e2zkRqpLnjBCX7F qPjAhdxq37U2bK1qt2IxMftTrKZD7dFg80V6usM4EHRrFq8BygUNG84C0gl5j/m7 NjCwwbWdfij0qM9vFOWTDh4qO/S2y78PpEj6pg1ZXWs5VdAIBy9RmHxyEc1kQNM/ 2KtQiJu8CW5JAgncfM+xxlgeqE7jP12G3U749haLqxMf1LsFFFbQWHC1h4h/gz9A 05hwQqfXcEm2bV3Qv8wfB/fQ58U9lMFSN0PI5ZlvvodAoEauAl8TvBLkSp3F/oc/ qTuJVBTUArJWDeE5c/70qSNRoJNs+HyzaE3Q2QBu73/RF1fKztQyhApFRY6AOKQ1 PEfSEgN9FJDgOyGDPg+mshRgYWVurlByThVM9IhgskH/NyeUa6JxphJsMfzhHCJO p2MC9aVn9uBLswOf1pRL =ZAz8 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org