Traceback (most recent call last):
File "/builds/eclipse/oniro-core/meta-openharmony/repo/oe-core/meta/lib/oeqa/runtime/cases/ping.py", line 20, in test_ping
proc = Popen(cmd, shell=True, stdout=PIPE)
File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
oeqa.core.exception.OEQATimeoutError: Timed out after 30 seconds of execution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/builds/eclipse/oniro-core/meta-openharmony/repo/oe-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
return func(*args, **kwargs)
File "/builds/eclipse/oniro-core/meta-openharmony/repo/oe-core/meta/lib/oeqa/runtime/cases/ping.py", line 27, in test_ping
self.fail("Ping timeout error for address %s, count %s, output: %s" % (self.target.ip, count, output))
AssertionError: Ping timeout error for address localhost, count 0, output:
Test case ssh.SSHTest.test_ssh depends on ping.PingTest.test_ping but it didn't pass/run.
Test case ptest.PtestRunnerTest.test_ptestrunner_expectfail depends on ssh.SSHTest.test_ssh but it didn't pass/run.
Test case ptest.PtestRunnerTest.test_ptestrunner_expectsuccess depends on ssh.SSHTest.test_ssh but it didn't pass/run.
Output from runqemu:
runqemu - INFO - SIGTERM received
runqemu - INFO - Cleaning up
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
RESULTS:
RESULTS - ptest.PtestRunnerTest.test_ptestrunner_expectfail: SKIPPED (0.00s)
RESULTS - ptest.PtestRunnerTest.test_ptestrunner_expectsuccess: SKIPPED (0.00s)
RESULTS - ssh.SSHTest.test_ssh: SKIPPED (0.00s)
RESULTS - ping.PingTest.test_ping: FAILED (30.00s)
SUMMARY:
openharmony-standard-image-tests () - Ran 4 tests in 30.006s
openharmony-standard-image-tests - FAIL - Required tests failed (successes=0, skipped=3, failures=1, errors=0)
ERROR: openharmony-standard-image-tests-1.0-r0 do_testimage: openharmony-standard-image-tests - FAILED - also check the logs in /builds/eclipse/oniro-core/meta-openharmony/build/tmp-musl/log
ERROR: Logfile of failure stored in: /builds/eclipse/oniro-core/meta-openharmony/build/tmp-musl/work/qemuarma7-oe-linux-musleabi/openharmony-standard-image-tests/1.0-r0/temp/log.do_testimage.100264
NOTE: recipe openharmony-standard-image-tests-1.0-r0: task do_testimage: Failed
ERROR: Task (/builds/eclipse/oniro-core/meta-openharmony/repo/oe-core/../meta-openharmony/recipes-openharmony/images/openharmony-standard-image-tests.bb:do_testimage) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5357 tasks of which 4938 didn't need to be rerun and 1 failed.