[cpu/clocktest] Always fails on servers
Bug #833696 reported by
Brendan Donegan
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
Medium
|
Daniel Manrique |
Bug Description
cpu/clocktest always fails on servers with this not very descriptive message:
cpu/clocktest __cpu__ Unresolved Command not found.
At a pinch, I'd say this is because the command clocktest is a binary compiled from clocktest.c and this may not be getting built for amd64 architecture.
Related branches
lp://staging/~roadmr/checkbox/833696
- Brendan Donegan (community): Approve
-
Diff: 32 lines (+4/-2)2 files modifieddebian/changelog (+3/-1)
debian/control (+1/-1)
lp://staging/~roadmr/ubuntu/oneiric/checkbox/0.12.7
- Daniel Holbach: Needs Information
-
Diff: 8336 lines (+2048/-1194)32 files modifiedcheckbox/job.py (+9/-0)
checkbox/lib/transport.py (+26/-1)
checkbox/parsers/udev.py (+16/-4)
checkbox/report.py (+39/-12)
checkbox/tests/report.py (+1/-1)
checkbox/variables.py (+1/-1)
checkbox_gtk/gtk_interface.py (+6/-5)
checkbox_gtk/hyper_text_view.py (+3/-1)
data/whitelists/default.whitelist (+1/-0)
debian/changelog (+27/-0)
debian/control (+2/-2)
debian/po/it.po (+17/-9)
jobs/disk.txt.in (+1/-1)
jobs/info.txt.in (+9/-0)
jobs/mediacard.txt.in (+1/-1)
jobs/memory.txt.in (+2/-2)
jobs/monitor.txt.in (+1/-1)
jobs/suspend.txt.in (+2/-2)
plugins/intro_prompt.py (+2/-4)
plugins/jobs_prompt.py (+5/-0)
plugins/launchpad_prompt.py (+2/-2)
plugins/launchpad_report.py (+25/-18)
plugins/recover_prompt.py (+1/-2)
plugins/report_prompt.py (+7/-0)
plugins/suites_prompt.py (+2/-3)
po/es.po (+91/-92)
po/hu.po (+230/-209)
po/it.po (+588/-363)
po/zh_CN.po (+250/-233)
po/zh_TW.po (+147/-224)
report/hardware-1_0.rng (+533/-0)
scripts/gconf_resource (+1/-1)
tags: | added: test |
Changed in checkbox: | |
assignee: | nobody → Daniel Manrique (roadmr) |
status: | Triaged → In Progress |
Changed in checkbox: | |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Confirming as both Brendan and I have seen this failure on the servers.
One thing I noticed was that the clocktest job was not configured to run as root. clocktest needs to be run as root, so the branch linked for now fixes that issue. I do not know yet if that will have any effect on the test itself within checkbox.
For the record, on a 64bit server, the clocktest binary, according to 'file' is a 32bit ELF binary, so perhaps that is the reason it's not actually doing anything.