Advertisement
4da

Untitled

4da
Apr 16th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. (testinstance)root@ubuntu:/home/dc/my_tests# lava-dispatch qemu_simple.json
  2. <LAVA_DISPATCHER>2013-04-16 06:41:47 AM INFO: [ACTION-B] deploy_linaro_image is started with {u'image': u'file:///home/dc/my_tests/newbeagle.img'}
  3. <LAVA_DISPATCHER>2013-04-16 06:41:47 AM INFO: Downloading image: file:///home/dc/my_tests/newbeagle.img
  4. <LAVA_DISPATCHER>2013-04-16 06:42:31 AM WARNING: [ACTION-E] deploy_linaro_image is finished with error ([Errno 2] No such file or directory: '/tmp/tmpn_JziL/root/.bash
  5. rc').
  6. Lava failed at action deploy_linaro_image with error:[Errno 2] No such file or directory: '/tmp/tmpn_JziL/root/.bashrc'
  7. Traceback (most recent call last):
  8. File "/srv/lava/instances/testinstance/code/r123/branch-cache/lava-dispatcher/checkouts/578-senthil.kumaran@linaro.org-20130408045750-3yfjh4aintx0mee9/lava_dispatche
  9. r/job.py", line 178, in run
  10. action.run(**params)
  11. File "/srv/lava/instances/testinstance/code/r123/branch-cache/lava-dispatcher/checkouts/578-senthil.kumaran@linaro.org-20130408045750-3yfjh4aintx0mee9/lava_dispatche
  12. r/actions/deploy.py", line 75, in run
  13. hwpack=hwpack, rootfs=rootfs, image=image, rootfstype=rootfstype, bootloader=bootloader)
  14. File "/srv/lava/instances/testinstance/code/r123/branch-cache/lava-dispatcher/checkouts/578-senthil.kumaran@linaro.org-20130408045750-3yfjh4aintx0mee9/lava_dispatche
  15. r/client/targetdevice.py", line 65, in deploy_linaro
  16. self.target_device.deploy_linaro_prebuilt(image)
  17. File "/srv/lava/instances/testinstance/code/r123/branch-cache/lava-dispatcher/checkouts/578-senthil.kumaran@linaro.org-20130408045750-3yfjh4aintx0mee9/lava_dispatche
  18. r/device/qemu.py", line 55, in deploy_linaro_prebuilt
  19. self._customize_linux(self._sd_image)
  20. File "/srv/lava/instances/testinstance/code/r123/branch-cache/lava-dispatcher/checkouts/578-senthil.kumaran@linaro.org-20130408045750-3yfjh4aintx0mee9/lava_dispatche
  21. r/device/target.py", line 170, in _customize_linux
  22. self._customize_ubuntu(mnt)
  23. File "/srv/lava/instances/testinstance/code/r123/branch-cache/lava-dispatcher/checkouts/578-senthil.kumaran@linaro.org-20130408045750-3yfjh4aintx0mee9/lava_dispatche
  24. r/device/target.py", line 154, in _customize_ubuntu
  25. with open('%s/root/.bashrc' % rootdir, 'a') as f:
  26. IOError: [Errno 2] No such file or directory: '/tmp/tmpn_JziL/root/.bashrc'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement