qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] travis builds: failing because of duff data in ccache cache?
@ 2016-08-18 17:10 Peter Maydell
  2016-08-22  9:33 ` Alex Bennée
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2016-08-18 17:10 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Alex Bennée

Hi; since commit 4b887ae travis builds have been persistently
failing on one particular config with the error:
exec.o: could not read symbols: File truncated
trying to link the mipsn32-linux-user binary.

My theory is that the problem here is that:
 * for one build, the build host ran out of disk space or otherwise
   hiccupped, resulting in a truncated .o file
 * since travis saves the ccache cache across builds, the truncated .o
   file has persisted and now every build is going to fail the same
   way (until something gets committed that results in exec.c or one
   of its included headers changing)

It looks like there's a way to manually clear the cache, so that
seems like a good first step to see if it fixes things:
https://docs.travis-ci.com/user/caching/#Clearing-Caches

Could somebody with admin access to our travis config try this, please?

thanks
-- PMM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-22  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 17:10 [Qemu-devel] travis builds: failing because of duff data in ccache cache? Peter Maydell
2016-08-22  9:33 ` Alex Bennée
2016-08-22  9:36   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).