2013-09-16 12:20:33 |
Andrew McDermott |
description |
The following job:
https://validation.linaro.org/scheduler/job/72876
reports back with:
Dispatcher error or test failure
ErrorMessage: None
The job itself eventually runs the `jtreg' tests which can be seen in
the output starting at:
11:50:45 AM INFO: [ACTION-B] lava_test_shell is started with {u'timeout': 180000, u'testdef_repos': [{u'git-repo': u'git...
and the timeout for that test is 50 hours which, as an aside, I'm
suspecting is not long enough for this particular test/job. I would have
expected LAVA to fail with a `timeout error' but I don't see that.
And looking through the test runs I see that test 'lava_test_shell #13'
fails with:
Lava failed at action lava_test_shell with error:None
Traceback (most recent call last):
File "/srv/lava/.cache/branch-cache/lava-dispatcher/checkouts/678-tyler.baker@linaro.org-20130910171818-p1zj2797s1tu2a42/lava_dispatcher/job.py", line 254, in run
action.run(**params)
File "/srv/lava/.cache/branch-cache/lava-dispatcher/checkouts/678-tyler.baker@linaro.org-20130910171818-p1zj2797s1tu2a42/lava_dispatcher/actions/lava_test_shell.py", line 559, in run
while self._keep_running(runner, timeout, signal_director):
File "/srv/lava/.cache/branch-cache/lava-dispatcher/checkouts/678-tyler.baker@linaro.org-20130910171818-p1zj2797s1tu2a42/lava_dispatcher/actions/lava_test_shell.py", line 574, in _keep_running
idx = runner._connection.expect(patterns, timeout=timeout)
File "/srv/lava/.cache/branch-cache/lava-dispatcher/checkouts/678-tyler.baker@linaro.org-20130910171818-p1zj2797s1tu2a42/lava_dispatcher/utils.py", line 206, in expect
return super(logging_spawn, self).expect(*args, **kw)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 1316, in expect
return self.expect_list(compiled_pattern_list, timeout, searchwindowsize)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 1330, in expect_list
return self.expect_loop(searcher_re(pattern_list), timeout, searchwindowsize)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 1383, in expect_loop
c = self.read_nonblocking (self.maxread, timeout)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 820, in read_nonblocking
r,w,e = self.__select([self.child_fd], [], [], timeout)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 1554, in __select
return select.select (iwtd, owtd, ewtd, timeout)
KeyboardInterrupt
Where is KeyboardInterrupt coming from?
The other thing I notice is that the job itself seems to run for exactly
24 hours (and not 50 hours as specified for the jtreg test case).
From:
https://validation.linaro.org/dashboard/streams/public/team/linaro/pre-built-vexpress64/bundles/0a75f2ca9c78f77fbadf327f8371ea7e5f7287c5/
Started at: Sept. 15, 2013, 7:34 a.m.
Finished at: Sept. 16, 2013, 7:34 a.m. |
The following job:
https://validation.linaro.org/scheduler/job/72876
reports back with:
Dispatcher error or test failure
ErrorMessage: None
The job itself eventually runs the `jtreg' tests which can be seen in
the output starting at:
11:50:45 AM INFO: [ACTION-B] lava_test_shell is started with {u'timeout': 180000, u'testdef_repos': [{u'git-repo': u'git...
and the timeout for that test is 50 hours which, as an aside, I'm
suspecting is not long enough for this particular test/job. I would have
expected LAVA to fail with a `timeout error' but I don't see that.
And looking through the test runs I see that test 'lava_test_shell #13'
fails with:
https://validation.linaro.org/dashboard/streams/public/team/linaro/pre-built-vexpress64/bundles/0a75f2ca9c78f77fbadf327f8371ea7e5f7287c5/344362fe-1dd9-11e3-8b3b-001e671608cd/result/13/
Lava failed at action lava_test_shell with error:None
Traceback (most recent call last):
File "/srv/lava/.cache/branch-cache/lava-dispatcher/checkouts/678-tyler.baker@linaro.org-20130910171818-p1zj2797s1tu2a42/lava_dispatcher/job.py", line 254, in run
action.run(**params)
File "/srv/lava/.cache/branch-cache/lava-dispatcher/checkouts/678-tyler.baker@linaro.org-20130910171818-p1zj2797s1tu2a42/lava_dispatcher/actions/lava_test_shell.py", line 559, in run
while self._keep_running(runner, timeout, signal_director):
File "/srv/lava/.cache/branch-cache/lava-dispatcher/checkouts/678-tyler.baker@linaro.org-20130910171818-p1zj2797s1tu2a42/lava_dispatcher/actions/lava_test_shell.py", line 574, in _keep_running
idx = runner._connection.expect(patterns, timeout=timeout)
File "/srv/lava/.cache/branch-cache/lava-dispatcher/checkouts/678-tyler.baker@linaro.org-20130910171818-p1zj2797s1tu2a42/lava_dispatcher/utils.py", line 206, in expect
return super(logging_spawn, self).expect(*args, **kw)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 1316, in expect
return self.expect_list(compiled_pattern_list, timeout, searchwindowsize)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 1330, in expect_list
return self.expect_loop(searcher_re(pattern_list), timeout, searchwindowsize)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 1383, in expect_loop
c = self.read_nonblocking (self.maxread, timeout)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 820, in read_nonblocking
r,w,e = self.__select([self.child_fd], [], [], timeout)
File "/srv/lava/.cache/eggs/pexpect-2.4-py2.7.egg/pexpect.py", line 1554, in __select
return select.select (iwtd, owtd, ewtd, timeout)
KeyboardInterrupt
Where is KeyboardInterrupt coming from?
The other thing I notice is that the job itself seems to run for exactly
24 hours (and not 50 hours as specified for the jtreg test case).
From:
https://validation.linaro.org/dashboard/streams/public/team/linaro/pre-built-vexpress64/bundles/0a75f2ca9c78f77fbadf327f8371ea7e5f7287c5/
Started at: Sept. 15, 2013, 7:34 a.m.
Finished at: Sept. 16, 2013, 7:34 a.m. |
|