Full log here: http://pastebin.com/ZF5h3y9e
[INFO] Loaded 0 module information files [INFO] Completed Sonatype CLM scan [INFO] Uploading scan to https://lunabuild.akamai.com/clm [INFO] Waiting for report to be processed (estimate 5s) [ssh-agent] Stopped. Skipping sonar analysis due to bad build status FAILURE Sending e-mails to: kromanow@na wgorski@na agorecki@na pkiebasi@na mmatejcz@na ppiotrow@na Finished: SUCCESS The red ball also thinks this build is a failure, and yet it's marked as a success and everything I can find marks it as success. This is a maven build, maven 3.2.1 with jenkins 1.573. All plugins are up to date. After removing the email plugin, I saw this: Caused by: hudson.os.PosixException: native error calling stat: No such file or directory /usr/local/jenkins/workspace/lake-billing-center-master/target/contractusage-sources.jar ENOENT at hudson.os.PosixAPI$1.error(PosixAPI.java:35) at jnr.posix.LinuxPOSIX.stat(LinuxPOSIX.java:117) at jnr.posix.CheckedPOSIX.stat(CheckedPOSIX.java:265) at jnr.posix.LazyPOSIX.stat(LazyPOSIX.java:267) at hudson.util.IOUtils.mode(IOUtils.java:128) at hudson.util.io.TarArchiver.visit(TarArchiver.java:101) at hudson.util.DirScanner.scanSingle(DirScanner.java:49) at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2553) at hudson.FilePath.writeToTar(FilePath.java:2065) at hudson.FilePath.access$1000(FilePath.java:178) at hudson.FilePath$41.invoke(FilePath.java:2006) at hudson.FilePath$41.invoke(FilePath.java:2002) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:328) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Which makes it appear that it's an archiving error, but disabling archive also continues to have it fail. Only disabling email makes it succeed. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
