Lars Hofhansl created PHOENIX-5356:
--------------------------------------
Summary: Jenkins build fails in 4.x-HBase-1.4 only when trying to
archive artifacts
Key: PHOENIX-5356
URL: https://issues.apache.org/jira/browse/PHOENIX-5356
Project: Phoenix
Issue Type: Test
Affects Versions: 4.15.0
Reporter: Lars Hofhansl
It's really bizarre. I've seen this multiple times now, and it so far it only
happen with 4.x-HBase-1.4. The build passes but then it cannot archive the
artifacts.
{code:java}
[INFO]
[INFO] Apache Phoenix ..................................... SUCCESS [ 2.712 s]
[INFO] Phoenix Core ....................................... SUCCESS [ 02:47 h]
[INFO] Phoenix - Pherf .................................... SUCCESS [03:36 min]
[INFO] Phoenix Client ..................................... SUCCESS [04:30 min]
[INFO] Phoenix Server ..................................... SUCCESS [ 8.618 s]
[INFO] Phoenix Assembly ................................... SUCCESS [ 42.536 s]
[INFO] Phoenix - Tracing Web Application .................. SUCCESS [ 14.504 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:57 h
[INFO] Finished at: 2019-06-18T03:58:42Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
ERROR: Step ?Archive the artifacts? aborted due to exception:
java.io.EOFException
at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268)
at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258)
at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164)
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79)
at
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.inflate(JSyncArtifactManager.java:282)
Caused: hudson.util.IOException2: null
stream=
at
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.inflate(JSyncArtifactManager.java:286)
at
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:155)
at
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:235)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Recording test results
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user Rajeshbabu Chintaguntla
Not sending mail to unregistered user [email protected]
Sending e-mails to: [email protected] [email protected]
[email protected] [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected]
[email protected] [email protected]
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
An attempt to send an e-mail to empty list of recipients, ignored.
Finished: FAILURE{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)