Build failed in Jenkins: Hadoop-Common-trunk #1000

2014-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/1000/

--
[...truncated 61086 lines...]
Adding reference: maven.local.repository
[DEBUG] Initialize Maven Ant Tasks
parsing buildfile 
jar:file:/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar!/org/apache/maven/ant/tasks/antlib.xml
 with URI = 
jar:file:/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar!/org/apache/maven/ant/tasks/antlib.xml
 from a zip file
parsing buildfile 
jar:file:/home/jenkins/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar!/org/apache/tools/ant/antlib.xml
 with URI = 
jar:file:/home/jenkins/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar!/org/apache/tools/ant/antlib.xml
 from a zip file
Class org.apache.maven.ant.tasks.AttachArtifactTask loaded from parent loader 
(parentFirst)
 +Datatype attachartifact org.apache.maven.ant.tasks.AttachArtifactTask
Class org.apache.maven.ant.tasks.DependencyFilesetsTask loaded from parent 
loader (parentFirst)
 +Datatype dependencyfilesets org.apache.maven.ant.tasks.DependencyFilesetsTask
Setting project property: test.build.dir - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir
Setting project property: test.exclude.pattern - _
Setting project property: hadoop.assemblies.version - 3.0.0-SNAPSHOT
Setting project property: test.exclude - _
Setting project property: distMgmtSnapshotsId - apache.snapshots.https
Setting project property: project.build.sourceEncoding - UTF-8
Setting project property: java.security.egd - file:///dev/urandom
Setting project property: distMgmtSnapshotsUrl - 
https://repository.apache.org/content/repositories/snapshots
Setting project property: distMgmtStagingUrl - 
https://repository.apache.org/service/local/staging/deploy/maven2
Setting project property: avro.version - 1.7.4
Setting project property: test.build.data - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir
Setting project property: commons-daemon.version - 1.0.13
Setting project property: hadoop.common.build.dir - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/../../hadoop-common-project/hadoop-common/target
Setting project property: testsThreadCount - 4
Setting project property: maven.test.redirectTestOutputToFile - true
Setting project property: jdiff.version - 1.0.9
Setting project property: distMgmtStagingName - Apache Release Distribution 
Repository
Setting project property: project.reporting.outputEncoding - UTF-8
Setting project property: build.platform - Linux-i386-32
Setting project property: protobuf.version - 2.5.0
Setting project property: failIfNoTests - false
Setting project property: protoc.path - ${env.HADOOP_PROTOC_PATH}
Setting project property: jersey.version - 1.9
Setting project property: distMgmtStagingId - apache.staging.https
Setting project property: distMgmtSnapshotsName - Apache Development Snapshot 
Repository
Setting project property: ant.file - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml
[DEBUG] Setting properties with prefix: 
Setting project property: project.groupId - org.apache.hadoop
Setting project property: project.artifactId - hadoop-common-project
Setting project property: project.name - Apache Hadoop Common Project
Setting project property: project.description - Apache Hadoop Common Project
Setting project property: project.version - 3.0.0-SNAPSHOT
Setting project property: project.packaging - pom
Setting project property: project.build.directory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target
Setting project property: project.build.outputDirectory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/classes
Setting project property: project.build.testOutputDirectory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-classes
Setting project property: project.build.sourceDirectory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/main/java
Setting project property: project.build.testSourceDirectory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/test/java
Setting project property: localRepository -id: local
  url: file:///home/jenkins/.m2/repository/
   layout: none
Setting project property: settings.localRepository - 
/home/jenkins/.m2/repository
Setting project property: maven.project.dependencies.versions - 
[INFO] Executing tasks
Build sequence for target(s) `main' is [main]
Complete build sequence is [main, ]

main:
[mkdir] Created dir: 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir
[mkdir] Skipping 

[jira] [Created] (HADOOP-10197) Disable additional m2eclipse plugin execution

2014-01-02 Thread Eric Charles (JIRA)
Eric Charles created HADOOP-10197:
-

 Summary: Disable additional m2eclipse plugin execution
 Key: HADOOP-10197
 URL: https://issues.apache.org/jira/browse/HADOOP-10197
 Project: Hadoop Common
  Issue Type: Improvement
  Components: build
Reporter: Eric Charles


M2Eclipse complains on when importing the maven modules into Eclipse.
We should add more filter in the org.eclipse.m2e.lifecycle-mapping plugin.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (HADOOP-10198) DomainSocket: add support for socketpair

2014-01-02 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-10198:
-

 Summary: DomainSocket: add support for socketpair
 Key: HADOOP-10198
 URL: https://issues.apache.org/jira/browse/HADOOP-10198
 Project: Hadoop Common
  Issue Type: Improvement
  Components: native
Affects Versions: 2.4.0
Reporter: Colin Patrick McCabe
Assignee: Colin Patrick McCabe
Priority: Minor
 Attachments: HADOOP-10198.001.patch

Add support for {{DomainSocket#socketpair}}.  This function uses the POSIX 
function of the same name to create two UNIX domain sockets which are connected 
to each other.  This will be useful for HDFS-5182.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (HADOOP-10199) Precommit Admin build is not running because no previous successful build is available

2014-01-02 Thread Brock Noland (JIRA)
Brock Noland created HADOOP-10199:
-

 Summary: Precommit Admin build is not running because no previous 
successful build is available
 Key: HADOOP-10199
 URL: https://issues.apache.org/jira/browse/HADOOP-10199
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Brock Noland
Assignee: Brock Noland
Priority: Blocker
 Attachments: HADOOP-10199.patch

It seems at some point the builds started failing for an unknown reason and 
eventually the last successful was rolled off. At that point the precommit 
builds started failing because they pull an artifact from the last successful 
build.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (HADOOP-10199) Precommit Admin build is not running because no previous successful build is available

2014-01-02 Thread Todd Lipcon (JIRA)

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

Todd Lipcon resolved HADOOP-10199.
--

  Resolution: Fixed
Hadoop Flags: Reviewed

 Precommit Admin build is not running because no previous successful build is 
 available
 --

 Key: HADOOP-10199
 URL: https://issues.apache.org/jira/browse/HADOOP-10199
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Brock Noland
Assignee: Brock Noland
Priority: Blocker
 Attachments: HADOOP-10199.patch


 It seems at some point the builds started failing for an unknown reason and 
 eventually the last successful was rolled off. At that point the precommit 
 builds started failing because they pull an artifact from the last successful 
 build.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (HADOOP-10200) Fix precommit script fallback option

2014-01-02 Thread Brock Noland (JIRA)
Brock Noland created HADOOP-10200:
-

 Summary: Fix precommit script fallback option
 Key: HADOOP-10200
 URL: https://issues.apache.org/jira/browse/HADOOP-10200
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Brock Noland
Assignee: Brock Noland


HADOOP-10199 created a fallback option when there is successful artifact. 
However that fallback option used the jenkins lastBuild build indicator. It 
appears that does not mean the last completed build, but strictly the last 
build, which in this context is the current build.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (HADOOP-10201) Add Listing Support to Key Management APIs

2014-01-02 Thread Larry McCay (JIRA)
Larry McCay created HADOOP-10201:


 Summary: Add Listing Support to Key Management APIs
 Key: HADOOP-10201
 URL: https://issues.apache.org/jira/browse/HADOOP-10201
 Project: Hadoop Common
  Issue Type: Sub-task
  Components: security
Reporter: Larry McCay
Assignee: Larry McCay


Extend the key management APIs from HADOOP-10141 to include the ability to list 
the available keys.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (HADOOP-10163) Attachment Id for last tested patch should be passed to test-patch.sh

2014-01-02 Thread Ted Yu (JIRA)

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

Ted Yu resolved HADOOP-10163.
-

Resolution: Later

 Attachment Id for last tested patch should be passed to test-patch.sh
 -

 Key: HADOOP-10163
 URL: https://issues.apache.org/jira/browse/HADOOP-10163
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Ted Yu

 In HBASE-10044, attempt was made to filter attachments according to known 
 file extensions.
 However, that change alone wouldn't work because when non-patch is attached, 
 QA bot doesn't provide attachment Id for last tested patch.
 This results in the modified test-patch.sh to seek backward and launch 
 duplicate test run for last tested patch.
 If attachment Id for last tested patch is provided, test-patch.sh can decide 
 whether there is need to run test.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (HADOOP-10202) OK_JAVADOC_WARNINGS is out of date, leading to negative javadoc warning count

2014-01-02 Thread Ted Yu (JIRA)
Ted Yu created HADOOP-10202:
---

 Summary: OK_JAVADOC_WARNINGS is out of date, leading to negative 
javadoc warning count
 Key: HADOOP-10202
 URL: https://issues.apache.org/jira/browse/HADOOP-10202
 Project: Hadoop Common
  Issue Type: Task
Reporter: Ted Yu
Priority: Minor


From https://builds.apache.org/job/PreCommit-HDFS-Build/5813//testReport/ :
{code}
-1 javadoc. The javadoc tool appears to have generated -14 warning messages.
{code}
OK_JAVADOC_WARNINGS should be updated.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Reopened] (HADOOP-10198) DomainSocket: add support for socketpair

2014-01-02 Thread Andrew Wang (JIRA)

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

Andrew Wang reopened HADOOP-10198:
--


Sorry, need to reopen this so we can get a Jenkins run for completeness.

 DomainSocket: add support for socketpair
 

 Key: HADOOP-10198
 URL: https://issues.apache.org/jira/browse/HADOOP-10198
 Project: Hadoop Common
  Issue Type: Improvement
  Components: native
Affects Versions: 2.4.0
Reporter: Colin Patrick McCabe
Assignee: Colin Patrick McCabe
Priority: Minor
 Fix For: 2.4.0

 Attachments: HADOOP-10198.001.patch


 Add support for {{DomainSocket#socketpair}}.  This function uses the POSIX 
 function of the same name to create two UNIX domain sockets which are 
 connected to each other.  This will be useful for HDFS-5182.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (HADOOP-10200) Fix precommit script patch_tested.txt fallback option

2014-01-02 Thread Todd Lipcon (JIRA)

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

Todd Lipcon resolved HADOOP-10200.
--

  Resolution: Fixed
Hadoop Flags: Reviewed

 Fix precommit script patch_tested.txt fallback option
 -

 Key: HADOOP-10200
 URL: https://issues.apache.org/jira/browse/HADOOP-10200
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Brock Noland
Assignee: Brock Noland
 Attachments: HADOOP-10200.patch


 HADOOP-10199 created a fallback option when there is successful artifact. 
 However that fallback option used the jenkins lastBuild build indicator. It 
 appears that does not mean the last completed build, but strictly the last 
 build, which in this context is the current build. The current build is 
 running so it doesn't have any artifacts.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)