Hi,
Can somebody help me with the below errors ?
<LAVA_DISPATCHER>2014-06-11 03:03:08 PM DEBUG: [ACTION-B] Single node test! <LAVA_DISPATCHER>2014-06-11 03:03:08 PM INFO: [ACTION-B] dummy_deploy is started with {u'target_type': u'ubuntu'} <LAVA_DISPATCHER>2014-06-11 03:03:08 PM DEBUG: setting status pass <LAVA_DISPATCHER>2014-06-11 03:03:08 PM DEBUG: finally status pass <LAVA_DISPATCHER>2014-06-11 03:03:08 PM INFO: [ACTION-E] dummy_deploy is finished successfully. <LAVA_DISPATCHER>2014-06-11 03:03:08 PM INFO: [ACTION-B] lava_test_shell is started with {u'timeout': 800, u'testdef_repos': [{u'url': u'http://people.linaro.org/~milosz.wasilewski/dummy.yaml%27%7D%5D%7D <LAVA_DISPATCHER>2014-06-11 03:03:08 PM DEBUG: SSH configuration in use: User root Port 22 PasswordAuthentication no StrictHostKeyChecking no IdentityFile /srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora_key
<LAVA_DISPATCHER>2014-06-11 03:03:08 PM INFO: Command error code: 1, without stdout/stderr <LAVA_DISPATCHER>2014-06-11 03:03:08 PM DEBUG: finally status fail <LAVA_DISPATCHER>2014-06-11 03:03:08 PM WARNING: [ACTION-E] lava_test_shell is finished with error (Command '['sshfs', u'ionut-fedora:/', u'/srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora', '-F', u'/srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora_ssh_config']' returned non-zero exit status 1). ErrorMessage: Command '['sshfs', u'ionut-fedora:/', u'/srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora', '-F', u'/srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora_ssh_config']' returned non-zero exit status 1 Lava failed at action lava_test_shell with error:Command '['sshfs', u'ionut-fedora:/', u'/srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora', '-F', u'/srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora_ssh_config']' returned non-zero exit status 1 Traceback (most recent call last): File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.05-2-g12e8cda/lava_dispatcher/job.py", line 356, in run action.run(**params) File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.05-2-g12e8cda/lava_dispatcher/actions/lava_test_shell.py", line 719, in run testdef_repos, skip_install) File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.05-2-g12e8cda/lava_dispatcher/actions/lava_test_shell.py", line 920, in _configure_target with target.file_system(results_part, target.lava_test_results_dir) as d: File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.05-2-g12e8cda/lava_dispatcher/device/dummy.py", line 58, in file_system with self.driver.root() as root: File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.05-2-g12e8cda/lava_dispatcher/device/dummy_drivers.py", line 134, in root '-F', self.ssh_config, File "/usr/lib/python2.7/subprocess.py", line 511, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command '['sshfs', u'ionut-fedora:/', u'/srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora', '-F', u'/srv/lava/instances/lava_server/var/www/lava-server/images/tmpUKq_uz/ionut-fedora_ssh_config']' returned non-zero exit status 1 <LAVA_DISPATCHER>2014-06-11 03:03:08 PM INFO: Submitting the test result with parameters = {u'token': '<HIDDEN>', u'stream': u'/public/personal/admin/fedora-health-check/', u'server': u'http://admin@10.237.112.217/RPC2/%27%7D <LAVA_DISPATCHER>2014-06-11 03:03:08 PM DEBUG: server RPC endpoint URL: http://admin@10.237.112.217/RPC2/ <LAVA_DISPATCHER>2014-06-11 03:03:08 PM INFO: Dashboard : http://10.237.112.217/dashboard/permalink/bundle/7dc20f103bc9fda0ee33ddebc2d...
My test job json is:
{ "actions": [ { "command": "dummy_deploy", "parameters": { "target_type": "ubuntu" } }, { "command": "lava_test_shell", "parameters": { "testdef_repos": [ { "url": "http://people.linaro.org/~milosz.wasilewski/dummy.yaml" }], "timeout": 800 } }, { "command": "submit_results", "parameters": { "server": "http://10.237.112.217/RPC2/", "stream": "/public/personal/admin/fedora-health-check/" } }], "client_type": "dummy", "connection_command": "sh - x - c 'ssh %(dummy_ssh_username)s@%(dummy_ssh_host)s -p %(dummy_ssh_port)s -i %(dummy_ssh_identity_file)s", "device_type": "dummy-ssh", "dummy_driver": "ssh", "dummy_ssh_host": "ionut-fedora", "dummy_ssh_identity_file": "/home/lava/.ssh/id_rsa.pub", "dummy_ssh_port": "22", "dummy_ssh_username": "root", "health_check": false, "hostname": "ionut-fedora", "job_name": "Fedora health check", "logging_level": "DEBUG", "timeout": 1800 }
Thank you, Ionut C
linaro-validation@lists.linaro.org