jvpp is in process of moving to separate fd.io project, so we are not building jars anymore. Those tests should be removed soon...
> On 18 Feb 2019, at 07:27, jean-christophe manciot <actionmysti...@gmail.com> > wrote: > > On Ubuntu disco & Debian buster: > Testing with: > {code:java} > make V=0 PLATFORM=vpp TAG=vpp test-all > {code} > leads to: > {code:java} > ... > ============================================================================== > JVPP Core Test Case > ============================================================================== > JVPP Acl Callback Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Acl Future Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Core Callback Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Core Future Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Ioamexport Callback Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Ioamexport Future Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Ioampot Callback Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Ioampot Future Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Ioamtrace Callback Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Ioamtrace Future Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Snat Callback Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr ] > JVPP Snat Future Api Test Case > ERROR [ temp dir used by test case: /tmp/vpp-unittest-TestJVpp-Qd4Mmr > ]============================================================================== > ERROR: JVPP Acl Callback Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 40, in test_vpp_acl_callback_api > test_class_name="io.fd.vpp.jvpp.acl.test." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Acl Future Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 46, in test_vpp_acl_future_api > test_class_name="io.fd.vpp.jvpp.acl.test." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Core Callback Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 28, in test_vpp_core_callback_api > test_class_name="io.fd.vpp.jvpp.core.test." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Core Future Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 34, in test_vpp_core_future_api > test_class_name="io.fd.vpp.jvpp.core.test." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Ioamexport Callback Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 52, in test_vpp_ioamexport_callback_api > test_class_name="io.fd.vpp.jvpp.ioamexport." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Ioamexport Future Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 58, in test_vpp_ioamexport_future_api > test_class_name="io.fd.vpp.jvpp.ioamexport." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Ioampot Callback Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 64, in test_vpp_ioampot_callback_api > test_class_name="io.fd.vpp.jvpp.ioampot." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Ioampot Future Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 70, in test_vpp_ioampot_future_api > test_class_name="io.fd.vpp.jvpp.ioampot." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Ioamtrace Callback Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 76, in test_vpp_ioamtrace_callback_api > test_class_name="io.fd.vpp.jvpp.ioamtrace." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Ioamtrace Future Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 82, in test_vpp_ioamtrace_future_api > test_class_name="io.fd.vpp.jvpp.ioamtrace." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Snat Callback Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 88, in test_vpp_snat_callback_api > test_class_name="io.fd.vpp.jvpp.nat.test." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 > given)============================================================================== > ERROR: JVPP Snat Future Api Test Case > ------------------------------------------------------------------------------ > Traceback (most recent call last): > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 94, in test_vpp_snat_future_api > test_class_name="io.fd.vpp.jvpp.nat.test." > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 23, in invoke_for_jvpp_core > timeout=10) > File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_jvpp.py", > line 141, in jvpp_connection_test > .format(command, self.process.returncode, os.linesep, err)) > TypeError: __init__() takes at least 3 arguments (2 given)10:59:13,419 > Symlink to failed testcase directory: > /tmp/vpp-failed-unittests/vpp-unittest-TestJVpp-Qd4Mmr-FAILED -> > vpp-unittest-TestJVpp-Qd4Mmr > > {code} > {code:java} > > ============================================================================== > Fragments in fragments reassembly > ============================================================================== > Fragments in fragments (4o4) OK 10:59:43,316 REG: Couldn't remove > configuration for object(s): 10:59:43,319 <vpp_ip_...af7cf1d0> Fragments in > fragments (6o6) ERROR [ temp dir used by test case: > /tmp/vpp-unittest-TestFIFReassembly-_pK690 > ]============================================================================== > ERROR: Fragments in fragments (6o6) > ------------------------------------------------------------------------------ > Traceback (most recent call last): File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_reassembly.py", > line 1179, in test_fif6 packets = > self.dst_if.get_capture(len(self._packet_infos)) File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/vpp_pg_interface.py", > line 242, in get_capture raise Exception("No packets captured on %s" % name) > Exception: No packets captured on > pg1============================================================================== > ERROR: Fragments in fragments (6o6) > ------------------------------------------------------------------------------ > Traceback (most recent call last): File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/test_reassembly.py", > line 1011, in tearDown super(TestFIFReassembly, self).tearDown() File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/framework.py", > line 563, in tearDown self.registry.remove_vpp_config(self.logger) File > "/media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/VPP/git-vpp/test/vpp_object.py", > line 88, in remove_vpp_config (", ".join(str(x) for x in failed))) > Exception: Couldn't remove configuration for object(s): > 0:1002::1/12810:59:43,334 Symlink to failed testcase directory: > /tmp/vpp-failed-unittests/vpp-unittest-TestFIFReassembly-_pK690-FAILED -> > vpp-unittest-TestFIFReassembly-_pK690 > {code} > > Other failed tests are detailed in the attached log. > -- > Jean-Christophe > <test-vpp.19.01.log.txt>-=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > > View/Reply Online (#12272): https://lists.fd.io/g/vpp-dev/message/12272 > Mute This Topic: https://lists.fd.io/mt/29690074/675642 > Group Owner: vpp-dev+ow...@lists.fd.io > Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [dmar...@me.com] > -=-=-=-=-=-=-=-=-=-=-=- -- Damjan
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12275): https://lists.fd.io/g/vpp-dev/message/12275 Mute This Topic: https://lists.fd.io/mt/29690074/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-