|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

Also see this in 1.582
11:33:56 ERROR: Failed to archive artifacts: _test/**
11:33:56 java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: request to write '1757' bytes exceeds size in header of '132283' bytes for entry '_test/output.log'
11:33:56 at hudson.FilePath.copyRecursiveTo(FilePath.java:2039)
11:33:56 at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
11:33:56 at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:217)
11:33:56 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
11:33:56 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
11:33:56 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
11:33:56 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
11:33:56 at hudson.model.Build$BuildExecution.post2(Build.java:183)
11:33:56 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
11:33:56 at hudson.model.Run.execute(Run.java:1770)
11:33:56 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
11:33:56 at hudson.model.ResourceController.execute(ResourceController.java:89)
11:33:56 at hudson.model.Executor.run(Executor.java:240)
11:33:56 Caused by: java.util.concurrent.ExecutionException: java.io.IOException: request to write '1757' bytes exceeds size in header of '132283' bytes for entry '_test/output.log'
11:33:56 at hudson.remoting.Channel$3.adapt(Channel.java:772)
11:33:56 at hudson.remoting.Channel$3.adapt(Channel.java:767)
11:33:56 at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
11:33:56 at hudson.FilePath.copyRecursiveTo(FilePath.java:2037)
11:33:56 ... 12 more