Comment 0 for bug 1896732

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

ubuntu_ltp_syscalls test failed to run on Groovy, test failed with:

        09/16 15:40:32 DEBUG| utils:0116| Running 'systemctl status systemd-timesyncd'
        09/16 15:40:32 INFO |ubuntu_ltp:0152| Checking virt-what to see if we need to set LTP_TIMEOUT_MUL for getrandom02...
        09/16 15:43:44 DEBUG| utils:0116| Running 'systemctl stop systemd-timesyncd'
        09/16 15:43:51 DEBUG| utils:0116| Running 'systemctl start systemd-timesyncd'
        09/16 15:43:51 ERROR| test:0414| Exception escaping from test:
        Traceback (most recent call last):
        File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec
        _call_test_function(self.execute, *p_args, **p_dargs)
        File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function
        return func(*args, **dargs)
        File "/home/ubuntu/autotest/client/shared/test.py", line 291, in execute
        postprocess_profiled_run, args, dargs)
        File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once
        self.run_once(*args, **dargs)
        File "/home/ubuntu/autotest/client/tests/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py", line 179, in run_once
        utils.run('systemctl start systemd-timesyncd')
        File "/home/ubuntu/autotest/client/shared/utils.py", line 918, in run
        "Command returned non-zero exit status")
        CmdError: Command failed, rc=1, Command returned non-zero exit status
        * Command:
        systemctl start systemd-timesyncd
        Exit status: 1
        Duration: 0.00708794593811

        stderr:
        Job for systemd-timesyncd.service failed because the control process exited with error code.
        See "systemctl status systemd-timesyncd.service" and "journalctl -xe" for details.