You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/21 08:22:12 UTC

Build failed in Jenkins: Tez-Build #586

See <https://builds.apache.org/job/Tez-Build/586/changes>

Changes:

[bikas] TEZ-1469. AM/Session LRs are not shipped to vertices in new API use-case (bikas)

[bikas] TEZ-1472. Separate method calls for creating InputDataInformationEvent with serialized/unserialized payloads (Siddharth Seth via bikas)

------------------------------------------
[...truncated 1112 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec
Running org.apache.tez.dag.app.dag.impl.TestVertexStats
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 sec
Running org.apache.tez.dag.app.dag.impl.TestEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 sec
Running org.apache.tez.dag.app.dag.impl.TestDAGImpl
Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.037 sec
Running org.apache.tez.dag.app.dag.impl.TestTaskImpl
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.922 sec
Running org.apache.tez.dag.app.dag.impl.TestTaskRecovery
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.624 sec
Running org.apache.tez.dag.app.TestRecoveryParser
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 sec
Running org.apache.tez.dag.app.rm.TestTezAMRMClient
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
Running org.apache.tez.dag.app.rm.TestTaskScheduler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.558 sec
Running org.apache.tez.dag.app.rm.TestTaskSchedulerEventHandler
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.982 sec
Running org.apache.tez.dag.app.rm.TestContainerReuse
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.785 sec
Running org.apache.tez.dag.app.rm.node.TestAMNodeMap
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.011 sec
Running org.apache.tez.dag.app.rm.TestLocalTaskScheduler
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 sec
Running org.apache.tez.dag.app.rm.container.TestAMContainer
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.613 sec
Running org.apache.tez.dag.api.client.TestDAGClientServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.99 sec
Running org.apache.tez.dag.api.client.TestDAGClientHandler
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.106 sec <<< FAILURE!
testDAGClientHandler(org.apache.tez.dag.api.client.TestDAGClientHandler)  Time elapsed: 1.021 sec  <<< ERROR!
java.lang.Exception: test timed out after 1000 milliseconds
	at java.util.zip.ZipFile.getEntry(Native Method)
	at java.util.zip.ZipFile.getEntry(ZipFile.java:161)
	at java.util.jar.JarFile.getEntry(JarFile.java:209)
	at java.util.jar.JarFile.getJarEntry(JarFile.java:192)
	at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:757)
	at sun.misc.URLClassPath.getResource(URLClassPath.java:169)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	at com.google.common.cache.LocalCache$EntryFactory$1.newEntry(LocalCache.java:442)
	at com.google.common.cache.LocalCache$Segment.newEntry(LocalCache.java:2178)
	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2295)
	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228)
	at com.google.common.cache.LocalCache.get(LocalCache.java:3965)
	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3969)
	at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4829)
	at com.google.common.cache.LocalCache$LocalManualCache.getUnchecked(LocalCache.java:4834)
	at org.apache.tez.dag.records.TezDAGID.getInstance(TezDAGID.java:81)
	at org.apache.tez.dag.records.TezDAGID.fromString(TezDAGID.java:179)
	at org.apache.tez.dag.api.client.DAGClientHandler.getDAG(DAGClientHandler.java:72)
	at org.apache.tez.dag.api.client.DAGClientHandler.getDAGStatus(DAGClientHandler.java:57)
	at org.apache.tez.dag.api.client.TestDAGClientHandler.testDAGClientHandler(TestDAGClientHandler.java:73)

Running org.apache.tez.dag.api.client.TestVertexStatusBuilder
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.apache.tez.dag.utils.TestTaskSpecificLaunchCmdOption
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 sec
Running org.apache.tez.runtime.task.TestTaskExecution
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.222 sec
Running org.apache.tez.client.TestLocalMode
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.271 sec

Results :

Tests in error: 
  TestDAGClientHandler.testDAGClientHandler:73 ?  test timed out after 1000 mill...

Tests run: 168, Failures: 0, Errors: 1, Skipped: 4

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping tez-tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building tez-plugins 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tez-plugins ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/target>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-plugins ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408601949567
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-plugins ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-plugins ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408601949599
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-plugins ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-plugins ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/target/tez-plugins-0.5.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tez-plugins ---
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/pom.xml> to /home/jenkins/.m2/repository/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/tez-plugins-0.5.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/target/tez-plugins-0.5.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/tez-plugins-0.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tez-plugins ---
[INFO] Deploying org.apache.tez:tez-plugins:0.5.0-SNAPSHOT at end
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-plugins ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408601949747
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-plugins ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-plugins ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping tez-yarn-timeline-history
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping tez-dist
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tez 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tez-docs ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/docs/target>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408601949835
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408601949864
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-docs ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/docs/target/tez-docs-0.5.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tez-docs ---
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/docs/pom.xml> to /home/jenkins/.m2/repository/org/apache/tez/tez-docs/0.5.0-SNAPSHOT/tez-docs-0.5.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/docs/target/tez-docs-0.5.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-docs/0.5.0-SNAPSHOT/tez-docs-0.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tez-docs ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408601950048
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-docs ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] tez ............................................... SUCCESS [  2.820 s]
[INFO] tez-api ........................................... SUCCESS [ 54.983 s]
[INFO] tez-common ........................................ SUCCESS [  3.400 s]
[INFO] tez-runtime-internals ............................. SUCCESS [  9.992 s]
[INFO] tez-runtime-library ............................... SUCCESS [ 45.494 s]
[INFO] tez-mapreduce ..................................... SUCCESS [ 32.299 s]
[INFO] tez-examples ...................................... SUCCESS [  0.935 s]
[INFO] tez-dag ........................................... FAILURE [01:43 min]
[INFO] tez-tests ......................................... SKIPPED
[INFO] tez-plugins ....................................... SUCCESS [  0.271 s]
[INFO] tez-yarn-timeline-history ......................... SKIPPED
[INFO] tez-dist .......................................... SKIPPED
[INFO] Tez ............................................... SUCCESS [  0.293 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:14 min
[INFO] Finished at: 2014-08-21T06:19:10+00:00
[INFO] Final Memory: 45M/1138M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project tez-dag: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Tez-Build/ws/tez-dag/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tez-dag
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to Tez-Build #585
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 41430353 bytes
Compression is 0.0%
Took 29 sec
Recording test results

Jenkins build is back to normal : Tez-Build #589

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tez-Build/589/>


Build failed in Jenkins: Tez-Build #588

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tez-Build/588/changes>

Changes:

[bikas] TEZ-1436. Fix javadoc warnings (Jonathan Eagles via bikas)

------------------------------------------
[...truncated 13812 lines...]
130/187 KB   
132/187 KB   
134/187 KB   
136/187 KB   
138/187 KB   
140/187 KB   
142/187 KB   
144/187 KB   
146/187 KB   
148/187 KB   
150/187 KB   
152/187 KB   
154/187 KB   
156/187 KB   
158/187 KB   
160/187 KB   
162/187 KB   
164/187 KB   
166/187 KB   
168/187 KB   
170/187 KB   
172/187 KB   
174/187 KB   
176/187 KB   
178/187 KB   
180/187 KB   
182/187 KB   
184/187 KB   
186/187 KB   
187/187 KB   
             
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/tez-tests-0.5.0-20140822.001848-59.jar (187 KB at 20.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/tez-tests-0.5.0-20140822.001848-59.pom
2/5 KB       
4/5 KB   
5/5 KB   
         
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/tez-tests-0.5.0-20140822.001848-59.pom (5 KB at 10.0 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/maven-metadata.xml
445/445 B   
            
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/maven-metadata.xml (445 B at 2.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/maven-metadata.xml
989/989 B   
            
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/maven-metadata.xml (989 B at 4.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/maven-metadata.xml
445/445 B   
            
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/maven-metadata.xml (445 B at 1.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/tez-tests-0.5.0-20140822.001848-59-tests.jar
2/96 KB     
4/96 KB   
6/96 KB   
8/96 KB   
10/96 KB   
12/96 KB   
14/96 KB   
16/96 KB   
18/96 KB   
20/96 KB   
22/96 KB   
24/96 KB   
26/96 KB   
28/96 KB   
30/96 KB   
32/96 KB   
34/96 KB   
36/96 KB   
38/96 KB   
40/96 KB   
42/96 KB   
44/96 KB   
46/96 KB   
48/96 KB   
50/96 KB   
52/96 KB   
54/96 KB   
56/96 KB   
58/96 KB   
60/96 KB   
62/96 KB   
64/96 KB   
66/96 KB   
68/96 KB   
70/96 KB   
72/96 KB   
74/96 KB   
76/96 KB   
78/96 KB   
80/96 KB   
82/96 KB   
84/96 KB   
86/96 KB   
88/96 KB   
90/96 KB   
92/96 KB   
94/96 KB   
96/96 KB   
           
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/tez-tests-0.5.0-20140822.001848-59-tests.jar (96 KB at 298.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/maven-metadata.xml
989/989 B   
            
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-tests/0.5.0-SNAPSHOT/maven-metadata.xml (989 B at 5.3 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/maven-metadata.xml
817/817 B   
            
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/maven-metadata.xml (817 B at 0.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/tez-plugins-0.5.0-20140822.001900-59.pom
2/2 KB      
         
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/tez-plugins-0.5.0-20140822.001900-59.pom (2 KB at 4.3 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/maven-metadata.xml
407/407 B   
            
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/maven-metadata.xml (407 B at 0.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/maven-metadata.xml
817/817 B   
            
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/maven-metadata.xml (817 B at 0.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/maven-metadata.xml
407/407 B   
            
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/maven-metadata.xml (407 B at 0.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/tez-plugins-0.5.0-20140822.001900-59-tests.jar
2/3 KB      
3/3 KB   
         
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/tez-plugins-0.5.0-20140822.001900-59-tests.jar (3 KB at 0.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/maven-metadata.xml
817/817 B   
            
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/maven-metadata.xml (817 B at 0.1 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/maven-metadata.xml
1005/1005 B   
              
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/maven-metadata.xml (1005 B at 0.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-20140822.001936-59.jar
2/20 KB       
4/20 KB   
6/20 KB   
8/20 KB   
10/20 KB   
12/20 KB   
14/20 KB   
16/20 KB   
18/20 KB   
20/20 KB   
           
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-20140822.001936-59.jar (20 KB at 12.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-20140822.001936-59.pom
2/3 KB     
3/3 KB   
         
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-20140822.001936-59.pom (3 KB at 2.3 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/maven-metadata.xml
421/421 B   
            
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/maven-metadata.xml (421 B at 0.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/maven-metadata.xml
1005/1005 B   
              
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/maven-metadata.xml (1005 B at 0.7 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/maven-metadata.xml
421/421 B     
            
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/maven-metadata.xml (421 B at 0.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-20140822.001936-59-tests.jar
2/15 KB     
4/15 KB   
6/15 KB   
8/15 KB   
10/15 KB   
12/15 KB   
14/15 KB   
15/15 KB   
           
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-20140822.001936-59-tests.jar (15 KB at 6.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/maven-metadata.xml
1005/1005 B   
              
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/maven-metadata.xml (1005 B at 2.2 KB/sec)
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 4842c3a6784f8b20c4f62e52dc220c64614e0045 at timestamp: 1408666787710
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-docs ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] tez ............................................... SUCCESS [ 21.180 s]
[INFO] tez-api ........................................... SUCCESS [ 53.064 s]
[INFO] tez-common ........................................ SUCCESS [  1.656 s]
[INFO] tez-runtime-internals ............................. SUCCESS [  5.817 s]
[INFO] tez-runtime-library ............................... SUCCESS [ 22.962 s]
[INFO] tez-mapreduce ..................................... SUCCESS [ 17.870 s]
[INFO] tez-examples ...................................... SUCCESS [  0.362 s]
[INFO] tez-dag ........................................... SUCCESS [01:19 min]
[INFO] tez-tests ......................................... SUCCESS [15:59 min]
[INFO] tez-plugins ....................................... SUCCESS [  0.095 s]
[INFO] tez-yarn-timeline-history ......................... SUCCESS [  5.640 s]
[INFO] tez-dist .......................................... SUCCESS [ 38.818 s]
[INFO] Tez ............................................... SUCCESS [05:59 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26:05 min
[INFO] Finished at: 2014-08-22T00:19:47+00:00
[INFO] Final Memory: 62M/1185M
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Sending artifact delta relative to Tez-Build #585
ERROR: Failed to archive artifacts: tez-dist/target/*.tar.gz
java.io.EOFException: Unexpected end of ZLIB input stream
	at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
	at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
	at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:116)
	at com.google.common.io.LimitInputStream.read(LimitInputStream.java:79)
	at jsync.protocol.ChangeInputStream.read(ChangeInputStream.java:69)
	at com.cloudbees.jenkins.plugins.jsync.archiver.MD5DigestingInputStream.read(MD5DigestingInputStream.java:39)
	at com.google.common.io.LimitInputStream.read(LimitInputStream.java:79)
	at java.io.FilterInputStream.read(FilterInputStream.java:107)
	at com.google.common.io.ByteStreams.copy(ByteStreams.java:193)
	at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:35)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:134)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:67)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:725)
	at hudson.model.Run.execute(Run.java:1701)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Build step 'Archive the artifacts' changed build result to FAILURE
Recording test results

Build failed in Jenkins: Tez-Build #587

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tez-Build/587/>

------------------------------------------
[...truncated 1505 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tez-yarn-timeline-history ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-yarn-timeline-history ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tez-yarn-timeline-history ---
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history/target/tez-yarn-timeline-history-0.5.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-yarn-timeline-history ---
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history/target/tez-yarn-timeline-history-0.5.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tez-yarn-timeline-history ---
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history/target/tez-yarn-timeline-history-0.5.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history/pom.xml> to /home/jenkins/.m2/repository/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history/target/tez-yarn-timeline-history-0.5.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-yarn-timeline-history/0.5.0-SNAPSHOT/tez-yarn-timeline-history-0.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tez-yarn-timeline-history ---
[INFO] Deploying org.apache.tez:tez-yarn-timeline-history:0.5.0-SNAPSHOT at end
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-yarn-timeline-history ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408648543746
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/tez-yarn-timeline-history>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-yarn-timeline-history ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-yarn-timeline-history ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tez-yarn-timeline-history ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tez-yarn-timeline-history ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tez-yarn-timeline-history ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-yarn-timeline-history ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tez-yarn-timeline-history ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-yarn-timeline-history ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building tez-dist 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tez-dist ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/tez-dist/target>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-dist ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-dist> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-dist>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408648543911
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-dist> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-dist>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-dist ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-dist ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-dist> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-dist>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408648543923
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-dist> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-dist>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-dist ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (package-tez) @ tez-dist ---
[INFO] Reading assembly descriptor: src/main/assembly/tez-dist.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Copying files to <https://builds.apache.org/job/Tez-Build/ws/tez-dist/target/tez-0.5.0-SNAPSHOT>
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Building tar: <https://builds.apache.org/job/Tez-Build/587/artifact/tez-dist/target/tez-0.5.0-SNAPSHOT.tar.gz>
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (package-tez-minimal) @ tez-dist ---
[INFO] Reading assembly descriptor: src/main/assembly/tez-dist-minimal.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Building tar: <https://builds.apache.org/job/Tez-Build/587/artifact/tez-dist/target/tez-0.5.0-SNAPSHOT-minimal.tar.gz>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-dist ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-dist/target/tez-dist-0.5.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tez-dist ---
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-dist/pom.xml> to /home/jenkins/.m2/repository/org/apache/tez/tez-dist/0.5.0-SNAPSHOT/tez-dist-0.5.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-dist/target/tez-dist-0.5.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-dist/0.5.0-SNAPSHOT/tez-dist-0.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tez-dist ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-dist ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-dist> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-dist>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408648563163
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-dist> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-dist>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-dist ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (package-tez) @ tez-dist ---
[INFO] Reading assembly descriptor: src/main/assembly/tez-dist.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Copying files to <https://builds.apache.org/job/Tez-Build/ws/tez-dist/target/tez-0.5.0-SNAPSHOT>
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Building tar: <https://builds.apache.org/job/Tez-Build/587/artifact/tez-dist/target/tez-0.5.0-SNAPSHOT.tar.gz>
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (package-tez-minimal) @ tez-dist ---
[INFO] Reading assembly descriptor: src/main/assembly/tez-dist-minimal.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Building tar: <https://builds.apache.org/job/Tez-Build/587/artifact/tez-dist/target/tez-0.5.0-SNAPSHOT-minimal.tar.gz>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-dist ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tez 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tez-docs ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/docs/target>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408648580142
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 373793b013877eb5f22965c9d6cf20aac1076a8b at timestamp: 1408648580154
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-docs ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/docs/target/tez-docs-0.5.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tez-docs ---
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/docs/pom.xml> to /home/jenkins/.m2/repository/org/apache/tez/tez-docs/0.5.0-SNAPSHOT/tez-docs-0.5.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/docs/target/tez-docs-0.5.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-docs/0.5.0-SNAPSHOT/tez-docs-0.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tez-docs ---
[INFO] Skipping artifact deployment
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/0.5.0-SNAPSHOT/maven-metadata.xml
809/809 B   
            
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/0.5.0-SNAPSHOT/maven-metadata.xml (809 B at 0.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/0.5.0-SNAPSHOT/tez-0.5.0-20140821.191624-60.pom
2/33 KB     
4/33 KB   
6/33 KB   
8/33 KB   
10/33 KB   
12/33 KB   
14/33 KB   
16/33 KB   
18/33 KB   
20/33 KB   
22/33 KB   
24/33 KB   
26/33 KB   
28/33 KB   
30/33 KB   
32/33 KB   
33/33 KB   
[WARNING] Failed to upload SHA-1 checksum for <https://builds.apache.org/job/Tez-Build/ws/pom.xml>: Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/0.5.0-SNAPSHOT/tez-0.5.0-20140821.191624-60.pom.sha1. Return code is: 502, ReasonPhrase: Proxy Error.
[WARNING] Failed to upload MD5 checksum for <https://builds.apache.org/job/Tez-Build/ws/pom.xml>: Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/0.5.0-SNAPSHOT/tez-0.5.0-20140821.191624-60.pom.md5. Return code is: 502, ReasonPhrase: Proxy Error.
           
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/0.5.0-SNAPSHOT/tez-0.5.0-20140821.191624-60.pom (33 KB at 0.2 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/maven-metadata.xml
           
[WARNING] Could not transfer metadata org.apache.tez:tez/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/maven-metadata.xml. Return code is: 502 , ReasonPhrase:Proxy Error.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] tez ............................................... SUCCESS [  1.276 s]
[INFO] tez-api ........................................... SUCCESS [ 30.273 s]
[INFO] tez-common ........................................ SUCCESS [  1.791 s]
[INFO] tez-runtime-internals ............................. SUCCESS [  5.756 s]
[INFO] tez-runtime-library ............................... SUCCESS [ 23.515 s]
[INFO] tez-mapreduce ..................................... SUCCESS [ 15.822 s]
[INFO] tez-examples ...................................... SUCCESS [  0.426 s]
[INFO] tez-dag ........................................... SUCCESS [01:18 min]
[INFO] tez-tests ......................................... SUCCESS [15:57 min]
[INFO] tez-plugins ....................................... SUCCESS [  0.126 s]
[INFO] tez-yarn-timeline-history ......................... SUCCESS [  5.728 s]
[INFO] tez-dist .......................................... SUCCESS [ 36.312 s]
[INFO] Tez ............................................... FAILURE [03:54 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:12 min
[INFO] Finished at: 2014-08-21T19:20:14+00:00
[INFO] Final Memory: 61M/1184M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project tez-docs: Failed to retrieve remote metadata org.apache.tez:tez/maven-metadata.xml: Could not transfer metadata org.apache.tez:tez/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez/maven-metadata.xml. Return code is: 502 , ReasonPhrase:Proxy Error. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tez-docs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to Tez-Build #585
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 41452521 bytes
Compression is 0.0%
Took 50 sec
Recording test results