travis: Attempt to see if oom kills anything

There's a suspicion that the OOM killer is killing sccache (maybe) so this adds
some logging to test out that assumption to see if anything dies and is logged
by `dmesg`
This commit is contained in:
Alex Crichton 2017-03-23 12:33:24 -07:00
parent 7bed84f17e
commit 37fd1320bd
1 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,10 @@ after_failure:
# anything shows up.
- ls $HOME/Library/Logs/DiagnosticReports/
# attempt to debug anything killed by the oom killer on linux, just to see if
# it happened
- dmesg | grep -i kill
# Save tagged docker images we created and load them if they're available
before_cache:
- docker history -q rust-ci |