|
||||||||
|
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.

The same stack trace here after upgrading from 1.609 to 1.610 when saving jobs using copyArtifact. Our OS is WIndows 7 on the slaves and Windows Server 2008 R2 on the master.
Additional info: Some jobs (not all, I do not see a rule yet) now fail when archiving artifacts:
11:18:55 ERROR: Failed to archive artifacts: *\TestResults*.trx, TestResults*\Out\Logs*, **\TestData**new.txt, TestResults**.csv, TestResults**.properties, TestResults**.xml, TestResults*\Out\ParameterFiles*, **\ReportTransferService.txt, ***build.tag
11:18:55 java.io.IOException: Failed to extract D:\WS\ClimateChamber_Tests/transfer of 12 files
11:18:55 at hudson.FilePath.readFromTar(FilePath.java:2299)
11:18:55 at hudson.FilePath.copyRecursiveTo(FilePath.java:2208)
11:18:55 at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
11:18:55 at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:219)
11:18:55 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
11:18:55 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
11:18:55 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
11:18:55 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
11:18:55 at hudson.model.Build$BuildExecution.post2(Build.java:183)
11:18:55 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
11:18:55 at hudson.model.Run.execute(Run.java:1766)
11:18:55 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
11:18:55 at hudson.model.ResourceController.execute(ResourceController.java:98)
11:18:55 at hudson.model.Executor.run(Executor.java:374)
11:18:55 Caused by: java.io.IOException: Truncated TAR archive
11:18:55 at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.read(TarArchiveInputStream.java:614)
11:18:55 at java.io.InputStream.read(InputStream.java:101)
11:18:55 at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getLongNameData(TarArchiveInputStream.java:346)
11:18:55 at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getNextTarEntry(TarArchiveInputStream.java:296)
11:18:55 at hudson.FilePath.readFromTar(FilePath.java:2277)