Hello,
I have problem to run a test on validation.linaro.org. Here is the link to my log_file http://validation.linaro.org/scheduler/job/67185/log_file
I'm guessing this is the problem: "/lava/tests/0_nohz-test/run.sh: line 8: wget: command not found"
I'm guessing that I do something wrong. However, I'm not sure what. =/
Anyone with ideas?
With kind regards, Anders
Hi Roxell,
On Wednesday 14 August 2013 04:55 PM, Anders Roxell wrote:
I have problem to run a test on validation.linaro.org. Here is the link to my log_file http://validation.linaro.org/scheduler/job/67185/log_file
I'm guessing this is the problem: "/lava/tests/0_nohz-test/run.sh: line 8: wget: command not found"
I'm guessing that I do something wrong. However, I'm not sure what. =/
You aren't doing anything wrong. The problem is you are using nano rootfs which does not have 'wget' package. See the following package list contained in the rootfs you are using in your job file.
http://snapshots.linaro.org/ubuntu/images/nano-lava/448/linaro-raring-nano-l...
wget is packaged in developer/server/desktop/alip rootfs. See the following for details:
http://snapshots.linaro.org/ubuntu/images/developer/448/linaro-raring-develo...
Thank You.
On 14 August 2013 12:46, Senthil Kumaran senthil.kumaran@linaro.org wrote:
Hi Roxell,
On Wednesday 14 August 2013 04:55 PM, Anders Roxell wrote:
I have problem to run a test on validation.linaro.org. Here is the link to my log_file http://validation.linaro.org/scheduler/job/67185/log_file
I'm guessing this is the problem: "/lava/tests/0_nohz-test/run.sh: line 8: wget: command not found"
I'm guessing that I do something wrong. However, I'm not sure what. =/
You aren't doing anything wrong. The problem is you are using nano rootfs which does not have 'wget' package. See the following package list contained in the rootfs you are using in your job file.
http://snapshots.linaro.org/ubuntu/images/nano-lava/448/linaro-raring-nano-l...
wget is packaged in developer/server/desktop/alip rootfs. See the following for details:
http://snapshots.linaro.org/ubuntu/images/developer/448/linaro-raring-develo...
Senthil,
The problem is, that yaml file lists wget as dependency. Is there any reason why dependency is not installed before the test is started?
metadata: name: nohz-test format: "Lava-Test-Shell Test Definition 1.0" version: 1.0 description: "Run nohz test on Ubuntu."
install: deps: - wget
run: steps: - 'wget http://people.linaro.org/~anders.roxell/nohz-test-cpuset.sh' - './nohz-test-cpuset.sh'
parse: pattern: "^(?P<test_case_id>.+):Result:\s+(?P<result>.+)" fixupdict: { "PASS": "pass", "FAIL": "fail" }
milosz
Thank You.
Senthil Kumaran http://www.stylesen.org/ http://www.sasenthilkumaran.com/
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
Hi Milosz,
On Wednesday 14 August 2013 05:21 PM, Milosz Wasilewski wrote:
On 14 August 2013 12:46, Senthil Kumaran senthil.kumaran@linaro.org wrote: The problem is, that yaml file lists wget as dependency. Is there any reason why dependency is not installed before the test is started?
Thanks for pointing it out. I missed it :( I am trying to reproduce the bug in my local. Looks like the run.sh script is not picking up any clues for installing wget.
Thank You.
On 14 August 2013 13:10, Senthil Kumaran senthil.kumaran@linaro.org wrote:
Hi Milosz,
On Wednesday 14 August 2013 05:21 PM, Milosz Wasilewski wrote:
On 14 August 2013 12:46, Senthil Kumaran senthil.kumaran@linaro.org wrote: The problem is, that yaml file lists wget as dependency. Is there any reason why dependency is not installed before the test is started?
Thanks for pointing it out. I missed it :( I am trying to reproduce the bug in my local. Looks like the run.sh script is not picking up any clues for installing wget.
I thought the arndale is the guilty one, but than I tried similar yaml on panda and it also failed. I will report a bug about that.
milosz
Thank You.
Senthil Kumaran http://www.stylesen.org/ http://www.sasenthilkumaran.com/
On 15 August 2013 09:17, Milosz Wasilewski milosz.wasilewski@linaro.org wrote:
On 14 August 2013 13:10, Senthil Kumaran senthil.kumaran@linaro.org wrote:
Hi Milosz,
On Wednesday 14 August 2013 05:21 PM, Milosz Wasilewski wrote:
On 14 August 2013 12:46, Senthil Kumaran senthil.kumaran@linaro.org wrote: The problem is, that yaml file lists wget as dependency. Is there any reason why dependency is not installed before the test is started?
Thanks for pointing it out. I missed it :( I am trying to reproduce the bug in my local. Looks like the run.sh script is not picking up any clues for installing wget.
I thought the arndale is the guilty one, but than I tried similar yaml on panda and it also failed. I will report a bug about that.
https://bugs.launchpad.net/lava-dispatcher/+bug/1212589
milosz
linaro-validation@lists.linaro.org