Re: Build failed in Jenkins: HBase-0.94 #197

2013-05-29 Thread Andrew Purtell
Uncheck the Jenkins job setting to use a private repository. Somehow this
was changed. Or, change it to use ~/.m2/repository instead.

On Wednesday, May 29, 2013, lars hofhansl wrote:

 Yeah. I saw that. Does anybody have an idea why this is happening?
 I looked through the pom and other changes, but did not see any change
 that could this. Since this happens only on the EC2 machines, maybe M2_REPO
 was changed or something.
 I'll check...

 -- Lars
 
 From: Ted Yu yuzhih...@gmail.com javascript:;
 To: dev@hbase.apache.org javascript:;; lars hofhansl 
 la...@apache.orgjavascript:;
 
 Sent: Saturday, May 25, 2013 8:52 AM
 Subject: Re: Build failed in Jenkins: HBase-0.94 #197



 According to
 http://54.241.6.143/job/HBase-0.94/198/artifact/target/rat.txt , the
 build performed RAT check on files under .repository/

 FYI


 On Sat, May 25, 2013 at 12:22 AM, lars hofhansl la...@apache.org wrote:

 All the recent 0.94 EC2 jenkins builds failed with this:
 
 Stack trace :
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
 goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project hbase:
 Too many unapproved licenses: 1785
 I'll check it out as soon as possible.
 
 -- Lars
 
 
 
 - Original Message -
 From: apurt...@apache.org apurt...@apache.org
 To: dev@hbase.apache.org
 Cc:
 Sent: Friday, May 24, 2013 11:40 PM
 Subject: Build failed in Jenkins: HBase-0.94 #197
 
 See http://54.241.6.143/job/HBase-0.94/197/
 
 --
 [...truncated 33909 lines...]
 85 warnings
 [WARNING] Javadoc Warnings
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:44:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
 future release
 [WARNING] import sun.misc.Unsafe;
 [WARNING] ^
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:1051:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
 future release
 [WARNING] static final Unsafe theUnsafe;
 [WARNING] ^
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:91:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument timestamp is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument CF is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument CF is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:131:
 warning - @param argument region is nDownloaded:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.1/maven-common-artifact-filters-1.1.pom(3
  KB at 168.9 KB/sec)
 Downloading:
 http://people.apache.org/~garyh/mvn/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom
 Downloading:
 http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom
 Downloaded:
 http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom(3
  KB at 83.5 KB/sec)
 Downloading:
 http://people.apache.org/~garyh/mvn/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
 Downloaded:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom(3
  KB at 199.7 KB/sec)
 Downloading:
 http://people.apache.org/~garyh/mvn/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
 Downloaded:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom(3
  KB at 246.5 KB/sec)
 Downloading:
 http://people.apache.org/~garyh/mvn/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom
 Downloading

Re: Build failed in Jenkins: HBase-0.94 #197

2013-05-29 Thread Andrew Purtell
I found that option checked for the 0.94 build, unchecked it, and kicked
off a new build. Lets see if that is better.

On Wednesday, May 29, 2013, Andrew Purtell wrote:

 Uncheck the Jenkins job setting to use a private repository. Somehow this
 was changed. Or, change it to use ~/.m2/repository instead.

 On Wednesday, May 29, 2013, lars hofhansl wrote:

 Yeah. I saw that. Does anybody have an idea why this is happening?
 I looked through the pom and other changes, but did not see any change
 that could this. Since this happens only on the EC2 machines, maybe M2_REPO
 was changed or something.
 I'll check...

 -- Lars
 
 From: Ted Yu yuzhih...@gmail.com
 To: dev@hbase.apache.org; lars hofhansl la...@apache.org
 Sent: Saturday, May 25, 2013 8:52 AM
 Subject: Re: Build failed in Jenkins: HBase-0.94 #197



 According to
 http://54.241.6.143/job/HBase-0.94/198/artifact/target/rat.txt , the
 build performed RAT check on files under .repository/

 FYI


 On Sat, May 25, 2013 at 12:22 AM, lars hofhansl la...@apache.org wrote:

 All the recent 0.94 EC2 jenkins builds failed with this:
 
 Stack trace :
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
 execute goal org.apache.rat:apache-rat-plugin:0.8:check (default) on
 project hbase: Too many unapproved licenses: 1785
 I'll check it out as soon as possible.
 
 -- Lars
 
 
 
 - Original Message -
 From: apurt...@apache.org apurt...@apache.org
 To: dev@hbase.apache.org
 Cc:
 Sent: Friday, May 24, 2013 11:40 PM
 Subject: Build failed in Jenkins: HBase-0.94 #197
 
 See http://54.241.6.143/job/HBase-0.94/197/
 
 --
 [...truncated 33909 lines...]
 85 warnings
 [WARNING] Javadoc Warnings
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:44:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
 future release
 [WARNING] import sun.misc.Unsafe;
 [WARNING] ^
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:1051:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
 future release
 [WARNING] static final Unsafe theUnsafe;
 [WARNING] ^
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:91:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument timestamp is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument CF is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java[WARNING]
  
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:131:
 warning - @param argument region is nDownloaded:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.1/maven-common-artifact-filters-1.1.pom(3
  KB at 168.9 KB/sec)
 Downloading:
 http://people.apache.org/~garyh/mvn/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom
 Downloading:
 http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom
 Downloaded:
 http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom(3
  KB at 83.5 KB/sec)
 Downloading:
 http://people.apache.org/~garyh/mvn/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
 Downloaded:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom(3
  KB at 199.7 KB/sec)
 Downloading:
 http://people.apache.org/~garyh/mvn/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
 Downloaded:
 http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom(3
  KB at 246.5 KB/sec)
 Downloading:
 http://people.apache.org/~garyh/mvn/org/apache/maven/shared

Re: Build failed in Jenkins: HBase-0.94 #197

2013-05-29 Thread lars hofhansl
Thanks Andy. Looks like it's working fine now.




 From: Andrew Purtell apurt...@apache.org
To: Andrew Purtell apurt...@apache.org 
Cc: dev@hbase.apache.org dev@hbase.apache.org; lars hofhansl 
la...@apache.org; Ted Yu yuzhih...@gmail.com 
Sent: Wednesday, May 29, 2013 8:12 AM
Subject: Re: Build failed in Jenkins: HBase-0.94 #197
 


I found that option checked for the 0.94 build, unchecked it, and kicked off a 
new build. Lets see if that is better. 

On Wednesday, May 29, 2013, Andrew Purtell  wrote:

Uncheck the Jenkins job setting to use a private repository. Somehow this was 
changed. Or, change it to use ~/.m2/repository instead. 

On Wednesday, May 29, 2013, lars hofhansl  wrote:

Yeah. I saw that. Does anybody have an idea why this is happening?
I looked through the pom and other changes, but did not see any change that 
could this. Since this happens only on the EC2 machines, maybe M2_REPO was 
changed or something.
I'll check...

-- Lars

From: Ted Yu yuzhih...@gmail.com
To: dev@hbase.apache.org; lars hofhansl la...@apache.org
Sent: Saturday, May 25, 2013 8:52 AM
Subject: Re: Build failed in Jenkins: HBase-0.94 #197



According to http://54.241.6.143/job/HBase-0.94/198/artifact/target/rat.txt , 
the build performed RAT check on files under .repository/

FYI


On Sat, May 25, 2013 at 12:22 AM, lars hofhansl la...@apache.org wrote:

All the recent 0.94 EC2 jenkins builds failed with this:

Stack trace :
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project hbase: 
Too many unapproved licenses: 1785
I'll check it out as soon as possible.

-- Lars



- Original Message -
From: apurt...@apache.org apurt...@apache.org
To: dev@hbase.apache.org
Cc:
Sent: Friday, May 24, 2013 11:40 PM
Subject: Build failed in Jenkins: HBase-0.94 #197

See http://54.241.6.143/job/HBase-0.94/197/

--
[...truncated 33909 lines...]
85 warnings
[WARNING] Javadoc Warnings
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:44:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a 
future release
[WARNING] import sun.misc.Unsafe;
[WARNING] ^
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:1051:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a 
future release
[WARNING] static final Unsafe theUnsafe;
[WARNING] ^
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:91:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument timestamp is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument CF is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java
 [WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:131:
 warning - @param argument region is nDownloaded: 
http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.1/maven-common-artifact-filters-1.1.pom
 (3 KB at 168.9 KB/sec)
Downloading: 
http://people.apache.org/~garyh/mvn/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom
 (3 KB at 83.5 KB/sec)
Downloading: 
http://people.apache.org/~garyh/mvn/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
 (3 KB at 199.7 KB/sec)
Downloading: 
http://people.apache.org/~garyh/mvn/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloading: 
http

Re: Build failed in Jenkins: HBase-0.94 #197

2013-05-28 Thread lars hofhansl
Yeah. I saw that. Does anybody have an idea why this is happening?
I looked through the pom and other changes, but did not see any change that 
could this. Since this happens only on the EC2 machines, maybe M2_REPO was 
changed or something.
I'll check...

-- Lars

From: Ted Yu yuzhih...@gmail.com
To: dev@hbase.apache.org; lars hofhansl la...@apache.org 
Sent: Saturday, May 25, 2013 8:52 AM
Subject: Re: Build failed in Jenkins: HBase-0.94 #197



According to http://54.241.6.143/job/HBase-0.94/198/artifact/target/rat.txt , 
the build performed RAT check on files under .repository/

FYI


On Sat, May 25, 2013 at 12:22 AM, lars hofhansl la...@apache.org wrote:

All the recent 0.94 EC2 jenkins builds failed with this:

Stack trace :
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.rat:apache-rat-plugin:0.8:check (default) on project hbase: Too 
many unapproved licenses: 1785
I'll check it out as soon as possible.

-- Lars



- Original Message -
From: apurt...@apache.org apurt...@apache.org
To: dev@hbase.apache.org
Cc:
Sent: Friday, May 24, 2013 11:40 PM
Subject: Build failed in Jenkins: HBase-0.94 #197

See http://54.241.6.143/job/HBase-0.94/197/

--
[...truncated 33909 lines...]
85 warnings
[WARNING] Javadoc Warnings
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:44:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a 
future release
[WARNING] import sun.misc.Unsafe;
[WARNING] ^
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:1051:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a 
future release
[WARNING] static final Unsafe theUnsafe;
[WARNING] ^
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:91:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument timestamp is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument CF is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument CF is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:131:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:175:
 warning - @return tag has no arguments.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:203:
 warning - @return tag has no arguments.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:228:
 warning - @param argument dir is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It 
can only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It 
can only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:50:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It 
can only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It 
can only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation

Build failed in Jenkins: HBase-0.94 #197

2013-05-25 Thread apurtell
See http://54.241.6.143/job/HBase-0.94/197/

--
[...truncated 33909 lines...]
85 warnings
[WARNING] Javadoc Warnings
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:44:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future 
release
[WARNING] import sun.misc.Unsafe;
[WARNING] ^
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:1051:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future 
release
[WARNING] static final Unsafe theUnsafe;
[WARNING] ^
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:91:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument timestamp is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument CF is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument CF is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:131:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:175:
 warning - @return tag has no arguments.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:203:
 warning - @return tag has no arguments.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:228:
 warning - @param argument dir is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:50:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:50:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:50:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 

Re: Build failed in Jenkins: HBase-0.94 #197

2013-05-25 Thread lars hofhansl
All the recent 0.94 EC2 jenkins builds failed with this:
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.rat:apache-rat-plugin:0.8:check (default) on project hbase: Too many 
unapproved licenses: 1785
I'll check it out as soon as possible.

-- Lars


- Original Message -
From: apurt...@apache.org apurt...@apache.org
To: dev@hbase.apache.org
Cc: 
Sent: Friday, May 24, 2013 11:40 PM
Subject: Build failed in Jenkins: HBase-0.94 #197

See http://54.241.6.143/job/HBase-0.94/197/

--
[...truncated 33909 lines...]
85 warnings
[WARNING] Javadoc Warnings
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:44:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future 
release
[WARNING] import sun.misc.Unsafe;
[WARNING] ^
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:1051:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future 
release
[WARNING] static final Unsafe theUnsafe;
[WARNING] ^
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:91:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument timestamp is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument CF is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument CF is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:131:
 warning - @param argument region is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:175:
 warning - @return tag has no arguments.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:203:
 warning - @return tag has no arguments.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:228:
 warning - @param argument dir is not a parameter name.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:50:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It can 
only be used in the following types of documentation: method, inline text.
[WARNING] 
http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache

Re: Build failed in Jenkins: HBase-0.94 #197

2013-05-25 Thread Ted Yu
According to http://54.241.6.143/job/HBase-0.94/198/artifact/target/rat.txt,
the build performed RAT check on files under
.repository/

FYI

On Sat, May 25, 2013 at 12:22 AM, lars hofhansl la...@apache.org wrote:

 All the recent 0.94 EC2 jenkins builds failed with this:
 Stack trace :
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
 goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project hbase:
 Too many unapproved licenses: 1785
 I'll check it out as soon as possible.

 -- Lars


 - Original Message -
 From: apurt...@apache.org apurt...@apache.org
 To: dev@hbase.apache.org
 Cc:
 Sent: Friday, May 24, 2013 11:40 PM
 Subject: Build failed in Jenkins: HBase-0.94 #197

 See http://54.241.6.143/job/HBase-0.94/197/

 --
 [...truncated 33909 lines...]
 85 warnings
 [WARNING] Javadoc Warnings
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:44:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
 future release
 [WARNING] import sun.misc.Unsafe;
 [WARNING] ^
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:1051:
 warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
 future release
 [WARNING] static final Unsafe theUnsafe;
 [WARNING] ^
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:91:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:99:
 warning - @param argument timestamp is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:114:
 warning - @param argument CF is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:123:
 warning - @param argument CF is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:131:
 warning - @param argument region is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:175:
 warning - @return tag has no arguments.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:203:
 warning - @return tag has no arguments.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseFileSystem.java:228:
 warning - @param argument dir is not a parameter name.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It
 can only be used in the following types of documentation: method, inline
 text.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It
 can only be used in the following types of documentation: method, inline
 text.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:50:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It
 can only be used in the following types of documentation: method, inline
 text.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It
 can only be used in the following types of documentation: method, inline
 text.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:36:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It
 can only be used in the following types of documentation: method, inline
 text.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java:43:
 warning - Tag @inheritDoc cannot be used in constructor documentation.  It
 can only be used in the following types of documentation: method, inline
 text.
 [WARNING] 
 http://54.241.6.143/job/HBase-0.94/ws/src/main/java/org

Build failed in Jenkins: HBase-0.94 #197

2012-05-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/197/changes

Changes:

[jmhsieh] HBASE-6018 hbck fails with a RejectedExecutionException when 50 
regions present

--
[...truncated 569 lines...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.71 sec
Running org.apache.hadoop.hbase.client.TestShell
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.928 sec
Running org.apache.hadoop.hbase.client.TestMetaScanner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.964 sec
Running org.apache.hadoop.hbase.client.TestHTableUtil
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.725 sec
Running org.apache.hadoop.hbase.client.TestMultiParallel
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.496 sec
Running org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.848 sec
Running org.apache.hadoop.hbase.client.TestMultipleTimestamps
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.255 sec
Running org.apache.hadoop.hbase.client.TestHCM
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.04 sec
Running org.apache.hadoop.hbase.client.TestHTablePool$TestHTableReusablePool
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.132 sec
Running org.apache.hadoop.hbase.master.TestMasterShutdown
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.236 sec
Running org.apache.hadoop.hbase.master.TestActiveMasterManager
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 sec
Running org.apache.hadoop.hbase.master.TestMasterStatusServlet
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 sec
Running org.apache.hadoop.hbase.master.TestHMasterRPCException
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 sec
Running org.apache.hadoop.hbase.master.TestDeadServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec
Running org.apache.hadoop.hbase.client.TestHTablePool$TestHTableThreadLocalPool
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.55 sec
Running org.apache.hadoop.hbase.master.TestLogsCleaner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.055 sec
Running org.apache.hadoop.hbase.client.TestAdmin
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 173.08 sec
Running org.apache.hadoop.hbase.client.TestFromClientSide
Tests run: 55, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 162.259 sec
Running org.apache.hadoop.hbase.master.TestOpenedRegionHandler
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.575 sec
Running org.apache.hadoop.hbase.master.TestMasterTransitions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 18.86 sec
Running org.apache.hadoop.hbase.master.TestDefaultLoadBalancer
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 sec
Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.723 sec
Running org.apache.hadoop.hbase.master.TestClockSkewDetection
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 sec
Running org.apache.hadoop.hbase.master.TestRollingRestart
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.281 sec
Running org.apache.hadoop.hbase.master.TestRestartCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.529 sec
Running org.apache.hadoop.hbase.master.TestMaster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.367 sec
Running org.apache.hadoop.hbase.master.TestSplitLogManager
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.602 sec
Running org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.743 sec
Running org.apache.hadoop.hbase.master.TestMasterFailover
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.94 sec
Running org.apache.hadoop.hbase.metrics.TestMetricsMBeanBase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 sec
Running org.apache.hadoop.hbase.TestGlobalMemStoreSize
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.673 sec
Running org.apache.hadoop.hbase.TestFullLogReconstruction
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.101 sec
Running org.apache.hadoop.hbase.replication.TestReplicationZookeeper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 sec
Running org.apache.hadoop.hbase.master.TestMasterRestartAfterDisablingTable
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.694 sec
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.295 sec
Running org.apache.hadoop.hbase.master.TestDistributedLogSplitting
Tests run: 4,