Jenkins build is still unstable: Hadoop-Hdfs-0.23-Build #471

2012-12-22 Thread Apache Jenkins Server
See 



Hadoop-Hdfs-0.23-Build - Build # 471 - Still Unstable

2012-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/471/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 12341 lines...]
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.8.1:jar (module-javadocs) @ 
hadoop-hdfs-project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
hadoop-hdfs-project ---
[INFO] Installing 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-0.23-Build/trunk/hadoop-hdfs-project/pom.xml
 to 
/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-hdfs-project/0.23.6-SNAPSHOT/hadoop-hdfs-project-0.23.6-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (create-testdirs) @ hadoop-hdfs-project 
---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath (build-classpath) @ 
hadoop-hdfs-project ---
[INFO] Skipped writing classpath file 
'/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-0.23-Build/trunk/hadoop-hdfs-project/target/classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (hadoop-java-sources) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.8.1:jar (module-javadocs) @ 
hadoop-hdfs-project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.6:checkstyle (default-cli) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- findbugs-maven-plugin:2.3.2:findbugs (default-cli) @ 
hadoop-hdfs-project ---
[INFO] ** FindBugsMojo execute ***
[INFO] canGenerate is false
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop HDFS  SUCCESS [5:25.592s]
[INFO] Apache Hadoop HttpFS .. SUCCESS [43.424s]
[INFO] Apache Hadoop HDFS Project  SUCCESS [0.059s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 6:09.677s
[INFO] Finished at: Sat Dec 22 11:40:27 UTC 2012
[INFO] Final Memory: 52M/746M
[INFO] 
+ /home/jenkins/tools/maven/latest/bin/mvn test 
-Dmaven.test.failure.ignore=true -Pclover 
-DcloverLicenseLocation=/home/jenkins/tools/clover/latest/lib/clover.license
Archiving artifacts
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Publishing Javadoc
Recording fingerprints
Updating MAPREDUCE-4842
Updating MAPREDUCE-4890
Updating MAPREDUCE-4833
Updating MAPREDUCE-4899
Updating YARN-280
Updating HADOOP-9152
Updating MAPREDUCE-4793
Updating YARN-285
Sending e-mails to: hdfs-dev@hadoop.apache.org
Email was triggered for: Unstable
Sending email for trigger: Unstable



###
## FAILED TESTS (if any) 
##
1 tests failed.
REGRESSION:  org.apache.hadoop.fs.TestFcHdfsSymlink.testRenameDirToSymlinkToFile

Error Message:
IPC server unable to read call parameters: readObject can't find class 
java.lang.String

Stack Trace:
java.lang.RuntimeException: IPC server unable to read call parameters: 
readObject can't find class java.lang.String
at org.apache.hadoop.ipc.Client.call(Client.java:1088)
at 
org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:195)
at $Proxy16.complete(Unknown Source)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:102)
at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:67)
at $Proxy16.complete(Unknown Source)
at 
org.apache.hadoop.hdfs.DFSOutputStream.completeFile(DFSOutputStream.java:1671)
at 
org.apache.hadoop.hdfs.DFSOutputStream.close(DFSOutputStream.java:1658)
at 
org.apache.hadoop.fs.FSDataOutputStream$PositionCache.close(FSDataOutputStream.java:66)
at 
org.apache.hadoop.fs.FSDataOutputStream.close(FSDataOutputStream.java:99)
at 
org.apache.hadoop.fs.FileContextTestHelper.createFile(FileContextTestHelper.java:105)
at 
org.apache.had

Build failed in Jenkins: Hadoop-Hdfs-trunk #1262

2012-12-22 Thread Apache Jenkins Server
See 

Changes:

[vinodkv] Fixing CHANGES.txt for YARN-285.

[vinodkv] MAPREDUCE-4899. Implemented a MR specific plugin for tracking 
finished applications that YARN's ResourceManager doesn't keep track off 
anymore. Contributed by Derek Dagit.

[jlowe] MAPREDUCE-4890. Invalid TaskImpl state transitions when task fails 
while speculating. Contributed by Jason Lowe

[vinodkv] YARN-285. Added a temporary plugin interface for RM to be able to 
redirect to JobHistory server for apps that it no longer tracks. Contributed by 
Derek Dagit.

[llu] MAPREDUCE-4272. SortedRanges.Range#compareTo was not spec compliant. (Yu 
Gao via llu)

[jlowe] MAPREDUCE-4793. Problem with adding resources when using both -files 
and -file to hadoop streaming. Contributed by Jason Lowe

[jlowe] MAPREDUCE-4833. Task can get stuck in FAIL_CONTAINER_CLEANUP. 
Contributed by Robert Parker

[tgraves] YARN-280. RM does not reject app submission with invalid tokens 
(Daryn Sharp via tgraves)

[jlowe] MAPREDUCE-4842. Shuffle race can hang reducer. Contributed by Mariappan 
Asokan

[tucu] YARN-283. Fair scheduler fails to get queue info without root prefix. 
(sandyr via tucu)

[tucu] YARN-282. Fair scheduler web UI double counts Apps Submitted. (sandyr 
via tucu)

[tucu] YARN-278. Fair scheduler maxRunningApps config causes no apps to make 
progress. (sandyr via tucu)

[tucu] YARN-272. Fair scheduler log messages try to print objects without 
overridden toString methods. (sandyr via tucu)

[tomwhite] YARN-271. Fair scheduler hits IllegalStateException trying to 
reserve different apps on same node. Contributed by Sandy Ryza.

--
[...truncated 9652 lines...]
Running org.apache.hadoop.hdfs.server.namenode.ha.TestDNFencingWithReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.511 sec
Running org.apache.hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 106.03 sec
Running org.apache.hadoop.hdfs.server.namenode.TestTransferFsImage
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.661 sec
Running org.apache.hadoop.hdfs.server.namenode.TestProcessCorruptBlocks
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.813 sec
Running org.apache.hadoop.hdfs.server.namenode.TestAllowFormat
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.242 sec
Running org.apache.hadoop.hdfs.server.namenode.TestEditLog
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.642 sec
Running 
org.apache.hadoop.hdfs.server.namenode.web.resources.TestWebHdfsDataLocality
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.455 sec
Running org.apache.hadoop.hdfs.server.namenode.TestEditsDoubleBuffer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Running org.apache.hadoop.hdfs.server.namenode.TestValidateConfigurationSettings
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.784 sec
Running org.apache.hadoop.hdfs.server.namenode.TestGetImageServlet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec
Running org.apache.hadoop.hdfs.server.namenode.TestParallelImageWrite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.198 sec
Running org.apache.hadoop.hdfs.server.namenode.TestFSDirectory
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.204 sec
Running org.apache.hadoop.hdfs.server.namenode.TestLargeDirectoryDelete
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.205 sec
Running org.apache.hadoop.hdfs.server.namenode.TestFileLimit
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.799 sec
Running org.apache.hadoop.hdfs.server.namenode.TestNNStorageRetentionFunctional
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.86 sec
Running org.apache.hadoop.hdfs.server.namenode.TestNameCache
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running org.apache.hadoop.hdfs.server.namenode.TestNNStorageRetentionManager
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 sec
Running org.apache.hadoop.hdfs.server.namenode.TestNameNodeResourcePolicy
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec
Running org.apache.hadoop.hdfs.server.namenode.TestCorruptFilesJsp
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.003 sec
Running org.apache.hadoop.hdfs.server.namenode.TestDeadDatanode
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.788 sec
Running org.apache.hadoop.hdfs.server.namenode.TestFSImageStorageInspector
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 sec
Running org.apache.hadoop.hdfs.server.namenode.TestFsck
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.937 sec
Running org.apache.hadoop.hdfs.server.namenode.TestGenericJournalConf
Tests r

Hadoop-Hdfs-trunk - Build # 1262 - Still Failing

2012-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1262/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 9845 lines...]
Running org.apache.hadoop.hdfs.web.TestAuthFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 sec
Running org.apache.hadoop.hdfs.TestConnCache
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.658 sec
Running org.apache.hadoop.hdfs.TestDFSClientRetries
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 139.425 sec
Running org.apache.hadoop.hdfs.TestListPathServlet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.054 sec
Running org.apache.hadoop.hdfs.TestDFSStorageStateRecovery
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 117.474 sec
Running org.apache.hadoop.hdfs.TestFileCreationEmpty
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.977 sec
Running org.apache.hadoop.hdfs.TestSetrepIncreasing
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.279 sec
Running org.apache.hadoop.hdfs.TestEncryptedTransfer

Results :

Tests run: 1114, Failures: 0, Errors: 0, Skipped: 5

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop HDFS  FAILURE 
[1:39:04.456s]
[INFO] Apache Hadoop HttpFS .. SKIPPED
[INFO] Apache Hadoop HDFS BookKeeper Journal . SKIPPED
[INFO] Apache Hadoop HDFS Project  SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 1:39:05.226s
[INFO] Finished at: Sat Dec 22 13:13:29 UTC 2012
[INFO] Final Memory: 39M/672M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project hadoop-hdfs: ExecutionException; nested exception is 
java.util.concurrent.ExecutionException: java.lang.RuntimeException: The forked 
VM terminated without saying properly goodbye. VM crash or System.exit called ? 
-> [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
Build step 'Execute shell' marked build as failure
Archiving artifacts
Updating MAPREDUCE-4272
Updating MAPREDUCE-4793
Updating YARN-278
Updating MAPREDUCE-4890
Updating MAPREDUCE-4842
Updating MAPREDUCE-4833
Updating MAPREDUCE-4899
Updating YARN-271
Updating YARN-280
Updating YARN-282
Updating YARN-283
Updating YARN-285
Updating YARN-272
Sending e-mails to: hdfs-dev@hadoop.apache.org
Email was triggered for: Failure
Sending email for trigger: Failure



###
## FAILED TESTS (if any) 
##
No tests ran.

[jira] [Created] (HDFS-4336) hadoop-hdfs-httpfs fails to build

2012-12-22 Thread Arun C Murthy (JIRA)
Arun C Murthy created HDFS-4336:
---

 Summary: hadoop-hdfs-httpfs fails to build
 Key: HDFS-4336
 URL: https://issues.apache.org/jira/browse/HDFS-4336
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Arun C Murthy
Priority: Blocker




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


[jira] [Reopened] (HDFS-4326) bump up Tomcat version for HttpFS to 6.0.36

2012-12-22 Thread Arun C Murthy (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun C Murthy reopened HDFS-4326:
-


Tucu this seems to have broken 'mvn package' (see HDFS-4336).

I'll revert this to unblock hadoop-2.0.3-alpha testing, please fix it when you 
can. I realize it's a bad time of the year to bug folks. Thanks.

> bump up Tomcat version for HttpFS to 6.0.36
> ---
>
> Key: HDFS-4326
> URL: https://issues.apache.org/jira/browse/HDFS-4326
> Project: Hadoop HDFS
>  Issue Type: Task
>Affects Versions: 2.0.2-alpha
>Reporter: Alejandro Abdelnur
>Assignee: Alejandro Abdelnur
> Fix For: 2.0.3-alpha
>
> Attachments: HDFS-4326.patch
>
>
> As reported in BIGTOP-812 Tomcat 6.0.32 has some known vulnerabilities. While 
> the don't affect HttpFS it would be good to bump it up to the lastest 6.x

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


[jira] [Resolved] (HDFS-4336) hadoop-hdfs-httpfs fails to build during 'mvn package'

2012-12-22 Thread Arun C Murthy (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun C Murthy resolved HDFS-4336.
-

Resolution: Not A Problem

Fixed for now by reverting HDFS-4326.

> hadoop-hdfs-httpfs fails to build during 'mvn package'
> --
>
> Key: HDFS-4336
> URL: https://issues.apache.org/jira/browse/HDFS-4336
> Project: Hadoop HDFS
>  Issue Type: Bug
>Reporter: Arun C Murthy
>Priority: Blocker
>


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