Hi,
Yes, the upgrade was from 1.10 to 1.11. There are no errors in the log, but
there are several INFO messages related to the Warning plugin – but they all
look OK:
Aug 28, 2008 9:09:46 AM hudson.plugins.warnings.util.AnnotationsBuildResult
loadResult
INFO: Loaded data file
/builds.hudson/hudson/jobs/Zero-Build/builds/2008-08-28_03-28-46/compiler-warnings.xml
for build 254
Aug 28, 2008 9:09:46 AM hudson.plugins.warnings.util.AnnotationsBuildResult
loadResult
INFO: Loaded data file
/builds.hudson/hudson/jobs/Zero-Build/builds/2008-08-28_05-25-34/compiler-warnings.xml
for build 255
Today as soon as a window opens I am going to go back to 1.10 and I will let you
know the result of moving back.
Another possibility that the problem was caused by the new GCC warning support.
Our build compiles some code on both Mac and Linux, and that code has warnings
that appear in both. (cc and gcc, respectively.) The code is the same for
both, perhaps it is confused by the same warnings being in the console log twice
but slightly differently. Linux is compiled via an jsch SSH session.
We do a similar remote compile for Microsoft too – although MS compiler
warnings were working OK before the upgrade.
I am attaching a compiler-warnings.xml file from the last run, in case that
might help.
Thanks much.
Created an attachment (id=360)
screenshot of problem