New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 705267 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

autotest: Invalid error message: "post-reboot sysinfo error:" when DUT disk space runs out

Project Member Reported by gwendal@chromium.org, Mar 26 2017

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 ()




 
client.0.DEBUG
4.0 KB Download
Full test output on GS:
gs://chromeos-moblab-asus/results/00:0d:aa:55:66:55/2f07a3c0-f505-11e6-af44-001d73e66e9b/306-moblab/192.168.231.101/debug

The test failed because the dut /tmp tmpfs was full.
Cc: steve...@chromium.org warx@chromium.org
Labels: -Pri-3 Build-PFQ-Failures OS-Chrome Pri-2
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?
Summary: autotest: Invalid error message: "post-reboot sysinfo error:" when DUT disk space runs out (was: autotest: Invalid error message: "post-reboot sysinfo error:")
And looking at /var/log/messages, these were also caused by "No space left on device". 

Sign in to add a comment