canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #07992
[Bug 2129813] [NEW] link_netns.py in ubuntu_kselftests_net fails because s390x is missing vxcan support
Public bug reported:
test_peer_net in link_netns.py tests network types:
types = [
"vxcan",
"netkit",
"veth",
]
However VXCAN annotation is missing in questing for s390x, resulting in
Error: Unknown device type
21386 14:03:21 INFO | START ubuntu_kselftests_net.net:link_netns.py ubuntu_kselftests_net.net:link_netns.py timeout=2700 timestamp=1760969001 localtime=Oct 20 14:03:21
21387 14:03:21 DEBUG| Persistent state client._record_indent now set to 2
21388 14:03:21 DEBUG| Persistent state client.unexpected_reboot now set to ('ubuntu_kselftests_net.net:link_netns.py', 'ubuntu_kselftests_net.net:link_netns.py')
21389 14:03:21 DEBUG| Waiting for pid 1366388 for 2700 seconds
21390 14:03:21 WARNI| System python is too old, crash handling disabled
21391 14:03:21 DEBUG| Running 'make run_tests -C net TEST_PROGS=link_netns.py TEST_GEN_PROGS='' TEST_CUSTOM_PROGS='''
21392 14:03:21 DEBUG| [stdout] make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net'
21393 14:03:21 DEBUG| [stdout] TAP version 13
21394 14:03:21 DEBUG| [stdout] 1..1
21395 14:03:21 DEBUG| [stdout] # timeout set to 0
21396 14:03:21 DEBUG| [stdout] # selftests: net: link_netns.py
21397 14:03:21 DEBUG| [stdout] # TAP version 13
21398 14:03:21 DEBUG| [stdout] # 1..3
21399 14:03:22 DEBUG| [stdout] # ok 1 link_netns.test_event
21400 14:03:29 DEBUG| [stdout] # ok 2 link_netns.test_link_net
21401 14:03:29 DEBUG| [stdout] # # Exception| Traceback (most recent call last):
21402 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/ksft.py", line 244, in ksft_run
21403 14:03:29 DEBUG| [stdout] # # Exception| case(*args)
21404 14:03:29 DEBUG| [stdout] # # Exception| ~~~~^^^^^^^
21405 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/./link_netns.py", line 129, in test_peer_net
21406 14:03:29 DEBUG| [stdout] # # Exception| ip(cmd, ns=src_net)
21407 14:03:29 DEBUG| [stdout] # # Exception| ~~^^^^^^^^^^^^^^^^^
21408 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/utils.py", line 185, in ip
21409 14:03:29 DEBUG| [stdout] # # Exception| return tool('ip', args, json=json, host=host)
21410 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/utils.py", line 172, in tool
21411 14:03:29 DEBUG| [stdout] # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host)
21412 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/utils.py", line 71, in __init__
21413 14:03:29 DEBUG| [stdout] # # Exception| self.process(terminate=False, fail=fail, timeout=timeout)
21414 14:03:29 DEBUG| [stdout] # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21415 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/utils.py", line 91, in process
21416 14:03:29 DEBUG| [stdout] # # Exception| raise CmdExitFailure("Command failed: %s\nSTDOUT: %s\nSTDERR: %s" %
21417 14:03:29 DEBUG| [stdout] # # Exception| (self.proc.args, stdout, stderr), self)
21418 14:03:29 DEBUG| [stdout] # # Exception| lib.py.utils.CmdExitFailure: Command failed: ip -netns cwmeffkj link add foo type vxcan
21419 14:03:29 DEBUG| [stdout] # # Exception| STDOUT: b''
21420 14:03:29 DEBUG| [stdout] # # Exception| STDERR: b'Error: Unknown device type.\n'
21421 14:03:29 DEBUG| [stdout] # not ok 3 link_netns.test_peer_net
21422 14:03:29 DEBUG| [stdout] # # Totals: pass:2 fail:1 xfail:0 xpass:0 skip:0 error:0
21423 14:03:29 DEBUG| [stdout] not ok 1 selftests: net: link_netns.py # exit=1
21424 14:03:29 DEBUG| [stdout] make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net'
21425 14:03:29 ERROR| Exception escaping from test:
21426 Traceback (most recent call last):
21427 File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
21428 _call_test_function(self.execute, *p_args, **p_dargs)
21429 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21430 File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
21431 return func(*args, **dargs)
21432 File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute
21433 self._call_run_once(constraints, profile_only,
21434 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
21435 postprocess_profiled_run, args, dargs)
21436 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21437 File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
21438 self.run_once(*args, **dargs)
21439 ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
21440 File "/home/ubuntu/autotest/client/tests/ubuntu_kselftests_net/ubuntu_kselftests_net.py", line 174, in run_once
21441 raise error.TestError(test_name + ' failed.')
21442 autotest.client.shared.error.TestError: net:link_netns.py failed.
21443 14:03:29 ERROR| child process failed
21444 14:03:29 DEBUG| Traceback (most recent call last):
21445 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
21446 14:03:29 DEBUG| _call_test_function(self.execute, *p_args, **p_dargs)
21447 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21448 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
21449 14:03:29 DEBUG| return func(*args, **dargs)
21450 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute
21451 14:03:29 DEBUG| self._call_run_once(constraints, profile_only,
21452 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
21453 14:03:29 DEBUG| postprocess_profiled_run, args, dargs)
21454 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21455 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
21456 14:03:29 DEBUG| self.run_once(*args, **dargs)
21457 14:03:29 DEBUG| ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
21458 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/tests/ubuntu_kselftests_net/ubuntu_kselftests_net.py", line 174, in run_once
21459 14:03:29 DEBUG| raise error.TestError(test_name + ' failed.')
21460 14:03:29 DEBUG| autotest.client.shared.error.TestError: net:link_netns.py failed.
21461 14:03:29 DEBUG|
21462 14:03:29 DEBUG| During handling of the above exception, another exception occurred:
21463 14:03:29 DEBUG|
21464 14:03:29 DEBUG| Traceback (most recent call last):
21465 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/parallel.py", line 25, in fork_start
21466 14:03:29 DEBUG| l()
21467 14:03:29 DEBUG| ~^^
21468 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/job.py", line 506, in
21469 14:03:29 DEBUG| l = lambda: test.runtest(self, url, tag, args, dargs)
21470 14:03:29 DEBUG| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21471 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/test.py", line 121, in runtest
21472 14:03:29 DEBUG| common_test.runtest(job, url, tag, args, dargs, locals(), globals(),
21473 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21474 14:03:29 DEBUG| job.sysinfo.log_before_each_test,
21475 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21476 14:03:29 DEBUG| job.sysinfo.log_after_each_test,
21477 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21478 14:03:29 DEBUG| job.sysinfo.log_before_each_iteration,
21479 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21480 14:03:29 DEBUG| job.sysinfo.log_after_each_iteration)
21481 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21482 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 913, in runtest
21483 14:03:29 DEBUG| mytest._exec(args, dargs)
21484 14:03:29 DEBUG| ~~~~~~~~~~~~^^^^^^^^^^^^^
21485 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 434, in _exec
21486 14:03:29 DEBUG| raise exc_info[0](exc_info[1]).with_traceback(exc_info[2])
21487 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
21488 14:03:29 DEBUG| _call_test_function(self.execute, *p_args, **p_dargs)
21489 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21490 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
21491 14:03:29 DEBUG| return func(*args, **dargs)
21492 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute
21493 14:03:29 DEBUG| self._call_run_once(constraints, profile_only,
21494 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
21495 14:03:29 DEBUG| postprocess_profiled_run, args, dargs)
21496 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21497 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
21498 14:03:29 DEBUG| self.run_once(*args, **dargs)
21499 14:03:29 DEBUG| ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
21500 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/tests/ubuntu_kselftests_net/ubuntu_kselftests_net.py", line 174, in run_once
21501 14:03:29 DEBUG| raise error.TestError(test_name + ' failed.')
21502 14:03:29 DEBUG| autotest.client.shared.error.TestError: net:link_netns.py failed.
21503 14:03:31 INFO | ERROR ubuntu_kselftests_net.net:link_netns.py ubuntu_kselftests_net.net:link_netns.py timestamp=1760969011 localtime=Oct 20 14:03:31 net:link_netns.py failed.
21504 14:03:31 INFO | END ERROR ubuntu_kselftests_net.net:link_netns.py
ubuntu_kselftests_net.net:link_netns.py timestamp=1760969011
localtime=Oct 20 14:03:31
** Affects: ubuntu-kernel-tests
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Canonical
Platform QA Team, which is subscribed to ubuntu-kernel-tests.
https://bugs.launchpad.net/bugs/2129813
Title:
link_netns.py in ubuntu_kselftests_net fails because s390x is missing
vxcan support
Status in ubuntu-kernel-tests:
New
Bug description:
test_peer_net in link_netns.py tests network types:
types = [
"vxcan",
"netkit",
"veth",
]
However VXCAN annotation is missing in questing for s390x, resulting in
Error: Unknown device type
21386 14:03:21 INFO | START ubuntu_kselftests_net.net:link_netns.py ubuntu_kselftests_net.net:link_netns.py timeout=2700 timestamp=1760969001 localtime=Oct 20 14:03:21
21387 14:03:21 DEBUG| Persistent state client._record_indent now set to 2
21388 14:03:21 DEBUG| Persistent state client.unexpected_reboot now set to ('ubuntu_kselftests_net.net:link_netns.py', 'ubuntu_kselftests_net.net:link_netns.py')
21389 14:03:21 DEBUG| Waiting for pid 1366388 for 2700 seconds
21390 14:03:21 WARNI| System python is too old, crash handling disabled
21391 14:03:21 DEBUG| Running 'make run_tests -C net TEST_PROGS=link_netns.py TEST_GEN_PROGS='' TEST_CUSTOM_PROGS='''
21392 14:03:21 DEBUG| [stdout] make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net'
21393 14:03:21 DEBUG| [stdout] TAP version 13
21394 14:03:21 DEBUG| [stdout] 1..1
21395 14:03:21 DEBUG| [stdout] # timeout set to 0
21396 14:03:21 DEBUG| [stdout] # selftests: net: link_netns.py
21397 14:03:21 DEBUG| [stdout] # TAP version 13
21398 14:03:21 DEBUG| [stdout] # 1..3
21399 14:03:22 DEBUG| [stdout] # ok 1 link_netns.test_event
21400 14:03:29 DEBUG| [stdout] # ok 2 link_netns.test_link_net
21401 14:03:29 DEBUG| [stdout] # # Exception| Traceback (most recent call last):
21402 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/ksft.py", line 244, in ksft_run
21403 14:03:29 DEBUG| [stdout] # # Exception| case(*args)
21404 14:03:29 DEBUG| [stdout] # # Exception| ~~~~^^^^^^^
21405 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/./link_netns.py", line 129, in test_peer_net
21406 14:03:29 DEBUG| [stdout] # # Exception| ip(cmd, ns=src_net)
21407 14:03:29 DEBUG| [stdout] # # Exception| ~~^^^^^^^^^^^^^^^^^
21408 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/utils.py", line 185, in ip
21409 14:03:29 DEBUG| [stdout] # # Exception| return tool('ip', args, json=json, host=host)
21410 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/utils.py", line 172, in tool
21411 14:03:29 DEBUG| [stdout] # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host)
21412 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/utils.py", line 71, in __init__
21413 14:03:29 DEBUG| [stdout] # # Exception| self.process(terminate=False, fail=fail, timeout=timeout)
21414 14:03:29 DEBUG| [stdout] # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21415 14:03:29 DEBUG| [stdout] # # Exception| File "/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net/lib/py/utils.py", line 91, in process
21416 14:03:29 DEBUG| [stdout] # # Exception| raise CmdExitFailure("Command failed: %s\nSTDOUT: %s\nSTDERR: %s" %
21417 14:03:29 DEBUG| [stdout] # # Exception| (self.proc.args, stdout, stderr), self)
21418 14:03:29 DEBUG| [stdout] # # Exception| lib.py.utils.CmdExitFailure: Command failed: ip -netns cwmeffkj link add foo type vxcan
21419 14:03:29 DEBUG| [stdout] # # Exception| STDOUT: b''
21420 14:03:29 DEBUG| [stdout] # # Exception| STDERR: b'Error: Unknown device type.\n'
21421 14:03:29 DEBUG| [stdout] # not ok 3 link_netns.test_peer_net
21422 14:03:29 DEBUG| [stdout] # # Totals: pass:2 fail:1 xfail:0 xpass:0 skip:0 error:0
21423 14:03:29 DEBUG| [stdout] not ok 1 selftests: net: link_netns.py # exit=1
21424 14:03:29 DEBUG| [stdout] make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kselftests_net/src/linux/tools/testing/selftests/net'
21425 14:03:29 ERROR| Exception escaping from test:
21426 Traceback (most recent call last):
21427 File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
21428 _call_test_function(self.execute, *p_args, **p_dargs)
21429 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21430 File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
21431 return func(*args, **dargs)
21432 File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute
21433 self._call_run_once(constraints, profile_only,
21434 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
21435 postprocess_profiled_run, args, dargs)
21436 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21437 File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
21438 self.run_once(*args, **dargs)
21439 ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
21440 File "/home/ubuntu/autotest/client/tests/ubuntu_kselftests_net/ubuntu_kselftests_net.py", line 174, in run_once
21441 raise error.TestError(test_name + ' failed.')
21442 autotest.client.shared.error.TestError: net:link_netns.py failed.
21443 14:03:29 ERROR| child process failed
21444 14:03:29 DEBUG| Traceback (most recent call last):
21445 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
21446 14:03:29 DEBUG| _call_test_function(self.execute, *p_args, **p_dargs)
21447 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21448 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
21449 14:03:29 DEBUG| return func(*args, **dargs)
21450 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute
21451 14:03:29 DEBUG| self._call_run_once(constraints, profile_only,
21452 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
21453 14:03:29 DEBUG| postprocess_profiled_run, args, dargs)
21454 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21455 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
21456 14:03:29 DEBUG| self.run_once(*args, **dargs)
21457 14:03:29 DEBUG| ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
21458 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/tests/ubuntu_kselftests_net/ubuntu_kselftests_net.py", line 174, in run_once
21459 14:03:29 DEBUG| raise error.TestError(test_name + ' failed.')
21460 14:03:29 DEBUG| autotest.client.shared.error.TestError: net:link_netns.py failed.
21461 14:03:29 DEBUG|
21462 14:03:29 DEBUG| During handling of the above exception, another exception occurred:
21463 14:03:29 DEBUG|
21464 14:03:29 DEBUG| Traceback (most recent call last):
21465 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/parallel.py", line 25, in fork_start
21466 14:03:29 DEBUG| l()
21467 14:03:29 DEBUG| ~^^
21468 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/job.py", line 506, in
21469 14:03:29 DEBUG| l = lambda: test.runtest(self, url, tag, args, dargs)
21470 14:03:29 DEBUG| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21471 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/test.py", line 121, in runtest
21472 14:03:29 DEBUG| common_test.runtest(job, url, tag, args, dargs, locals(), globals(),
21473 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21474 14:03:29 DEBUG| job.sysinfo.log_before_each_test,
21475 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21476 14:03:29 DEBUG| job.sysinfo.log_after_each_test,
21477 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21478 14:03:29 DEBUG| job.sysinfo.log_before_each_iteration,
21479 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21480 14:03:29 DEBUG| job.sysinfo.log_after_each_iteration)
21481 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21482 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 913, in runtest
21483 14:03:29 DEBUG| mytest._exec(args, dargs)
21484 14:03:29 DEBUG| ~~~~~~~~~~~~^^^^^^^^^^^^^
21485 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 434, in _exec
21486 14:03:29 DEBUG| raise exc_info[0](exc_info[1]).with_traceback(exc_info[2])
21487 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
21488 14:03:29 DEBUG| _call_test_function(self.execute, *p_args, **p_dargs)
21489 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21490 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
21491 14:03:29 DEBUG| return func(*args, **dargs)
21492 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute
21493 14:03:29 DEBUG| self._call_run_once(constraints, profile_only,
21494 14:03:29 DEBUG| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
21495 14:03:29 DEBUG| postprocess_profiled_run, args, dargs)
21496 14:03:29 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21497 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
21498 14:03:29 DEBUG| self.run_once(*args, **dargs)
21499 14:03:29 DEBUG| ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
21500 14:03:29 DEBUG| File "/home/ubuntu/autotest/client/tests/ubuntu_kselftests_net/ubuntu_kselftests_net.py", line 174, in run_once
21501 14:03:29 DEBUG| raise error.TestError(test_name + ' failed.')
21502 14:03:29 DEBUG| autotest.client.shared.error.TestError: net:link_netns.py failed.
21503 14:03:31 INFO | ERROR ubuntu_kselftests_net.net:link_netns.py ubuntu_kselftests_net.net:link_netns.py timestamp=1760969011 localtime=Oct 20 14:03:31 net:link_netns.py failed.
21504 14:03:31 INFO | END ERROR
ubuntu_kselftests_net.net:link_netns.py
ubuntu_kselftests_net.net:link_netns.py timestamp=1760969011
localtime=Oct 20 14:03:31
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2129813/+subscriptions