autotest: Invalid error message: "post-reboot sysinfo error:" when DUT disk space runs out |
|||
Issue description
In //src/third_party/autotest/files/client/bin/base_sysinfo.py
@log.log_and_ignore_errors("post-reboot sysinfo error:")
def log_per_reboot_data(self):
post-reboot sysinfo error:Exception occurred formatting message: 'post-reboot sysinfo error:' using args ()
,
Apr 26 2017
has several VMTests failing with the same message: 04/25 22:02:50.225 ERROR| log:0027| post-reboot sysinfo error: 04/25 22:02:50.228 ERROR| setup_modules:0085| post-reboot sysinfo error:Exception occurred formatting message: 'post-reboot sysinfo error:' using args () 04/25 22:02:50.231 ERROR| traceback:0013| File "/usr/local/autotest/bin/autotest", line 97, in <module> 04/25 22:02:50.233 ERROR| traceback:0013| job.runjob(os.path.realpath(args[0]), drop_caches, options) Is this masking the true failure?
,
Apr 26 2017
Whoops, left the link out of #2: https://uberchromegw.corp.google.com/i/chromeos/builders/amd64-generic-chromium-pfq/builds/10007
,
Apr 26 2017
And looking at /var/log/messages, these were also caused by "No space left on device". |
|||
►
Sign in to add a comment |
|||
Comment 1 by gwendal@chromium.org
, Mar 26 2017