|
Ted Yu
2012-05-03, 19:24
Stack
2012-05-14, 19:09
Ted Yu
2012-05-19, 02:11
Ted Yu
2012-05-22, 04:32
Stack
2012-05-26, 22:54
Jesse Yates
2012-05-26, 23:00
Ted Yu
2012-05-26, 23:34
Ted Yu
2012-05-27, 01:15
Jesse Yates
2012-05-27, 01:18
Jesse Yates
2012-05-27, 01:49
Jesse Yates
2012-05-26, 23:42
Ted Yu
2012-05-30, 20:05
Stack
2012-05-30, 20:58
Stack
2012-05-30, 21:15
Ted Yu
2012-05-30, 21:13
Stack
2012-06-06, 17:01
Jimmy Xiang
2012-06-06, 17:15
Stack
2012-06-06, 17:51
Stack
2012-06-06, 19:09
Ted Yu
2012-07-13, 02:46
|
-
Re: Build failed in Jenkins: HBase-0.92 #396Ted Yu 2012-05-03, 19:24
I found this hanging test - TestMetaReaderEditor:
Running org.apache.hadoop.hbase.catalog.TestMetaReaderEditor Running org.apache.hadoop.hbase.catalog.TestMetaReaderEditorNoCluster Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.07 sec It has been flaky for a long time. FYI +
Ted Yu 2012-05-03, 19:24
-
Re: Build failed in Jenkins: HBase-TRUNK #2884Stack 2012-05-14, 19:09
On Mon, May 14, 2012 at 11:53 AM, Apache Jenkins Server
<[EMAIL PROTECTED]> wrote: > See <https://builds.apache.org/job/HBase-TRUNK/2884/changes> > Anyone know why this failed? St.Ack +
Stack 2012-05-14, 19:09
-
Re: Build failed in Jenkins: HBase-0.92 #413Ted Yu 2012-05-19, 02:11
>From https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/lastCompletedBuild/testReport/org.apache.hadoop.hbase/TestLocalHBaseCluster/testLocalHBaseCluster/
: 2012-05-18 23:19:09,152 ERROR [RS_OPEN_ROOT-vesta.apache.org,36857,1337383143273-0] handler.OpenRegionHandler(347): Failed open of region=-ROOT-,,0.70236052, starting to roll back the global memstore size. java.io.IOException: java.lang.IllegalArgumentException: Invalid HFile version: 16777218 (expected to be between 1 and 2) at org.apache.hadoop.hbase.io.hfile.FixedFileTrailer.readFromStream(FixedFileTrailer.java:306) at org.apache.hadoop.hbase.io.hfile.HFile.pickReaderVersion(HFile.java:371) at org.apache.hadoop.hbase.io.hfile.HFile.createReader(HFile.java:387) at org.apache.hadoop.hbase.regionserver.StoreFile$Reader.<init>(StoreFile.java:1008) at org.apache.hadoop.hbase.regionserver.StoreFile.open(StoreFile.java:470) at org.apache.hadoop.hbase.regionserver.StoreFile.createReader(StoreFile.java:548) at org.apache.hadoop.hbase.regionserver.Store.loadStoreFiles(Store.java:291) at org.apache.hadoop.hbase.regionserver.Store.<init>(Store.java:228) at org.apache.hadoop.hbase.regionserver.HRegion.instantiateHStore(HRegion.java:2555) at org.apache.hadoop.hbase.regionserver.HRegion.initialize(HRegion.java:454) at org.apache.hadoop.hbase.regionserver.HRegion.openHRegion(HRegion.java:3303) at org.apache.hadoop.hbase.regionserver.HRegion.openHRegion(HRegion.java:3251) at org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.openRegion(OpenRegionHandler.java:332) at org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.process(OpenRegionHandler.java:108) at org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:169) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.IllegalArgumentException: Invalid HFile version: 16777218 (expected to be between 1 and 2) at org.apache.hadoop.hbase.io.hfile.HFile.checkFormatVersion(HFile.java:515) at org.apache.hadoop.hbase.io.hfile.FixedFileTrailer.readFromStream(FixedFileTrailer.java:303) ... 17 more On Fri, May 18, 2012 at 6:09 PM, Apache Jenkins Server < [EMAIL PROTECTED]> wrote: > See <https://builds.apache.org/job/HBase-0.92/413/changes> > > Changes: > > [stack] HBASE-5920 New Compactions Logic can silently prevent > user-initiated compactions from occurring > > [stack] HBASE-6054 0.92 failing because of missing commons-io after > upgrade to hadoop 1.0.3. > > +
Ted Yu 2012-05-19, 02:11
-
Re: Build failed in Jenkins: HBase-0.92 #416Ted Yu 2012-05-22, 04:32
From
https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/lastCompletedBuild/testReport/org.apache.hadoop.hbase/TestLocalHBaseCluster/testLocalHBaseCluster/ : 2012-05-22 01:41:55,780 FATAL [Master:0;janus.apache.org,54741,1337650915418] master.HMaster(1361): Unhandled exception. Starting shutdown. org.apache.hadoop.hbase.util.FileSystemVersionException: File system needs to be upgraded. You have version null and I want version 7. Run the '${HBASE_HOME}/bin/hbase migrate' script. at org.apache.hadoop.hbase.util.FSUtils.checkVersion(FSUtils.java:245) at org.apache.hadoop.hbase.master.MasterFileSystem.checkRootDir(MasterFileSystem.java:347) at org.apache.hadoop.hbase.master.MasterFileSystem.createInitialFileSystemLayout(MasterFileSystem.java:127) at org.apache.hadoop.hbase.master.MasterFileSystem.<init>(MasterFileSystem.java:112) at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:479) at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:342) at org.apache.hadoop.hbase.TestLocalHBaseCluster$MyHMaster.run(TestLocalHBaseCluster.java:97) at java.lang.Thread.run(Thread.java:662) Looks like file 'hbase.version' wasn't found. FYI +
Ted Yu 2012-05-22, 04:32
-
Re: Build failed in Jenkins: HBase-TRUNK #2927Stack 2012-05-26, 22:54
I removed the assembly goal up on jenkins until we've fixed it.
Removed call to clean and site. Seems to at least run tests. Lets see how it does (its running now). St.Ack On Sat, May 26, 2012 at 3:34 PM, Apache Jenkins Server <[EMAIL PROTECTED]> wrote: > See <https://builds.apache.org/job/HBase-TRUNK/2927/> > > ------------------------------------------ > [...truncated 3785 lines...] > not part of the command. > [INFO] Executed tasks > [INFO] > [INFO] --- build-helper-maven-plugin:1.5:add-source (jspcSource-packageInfo-Avro-source) @ hbase-server --- > [DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:1.5: > [DEBUG] org.apache.maven:maven-model:jar:2.0.2:compile > [DEBUG] org.apache.maven:maven-project:jar:2.0.2:compile > [DEBUG] org.apache.maven:maven-profile:jar:2.0.2:compile > [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.2:compile > [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile > [DEBUG] junit:junit:jar:3.8.2:test (scope managed from compile) (version managed from 3.8.1) > [DEBUG] org.apache.maven:maven-core:jar:2.0.2:compile > [DEBUG] org.apache.maven:maven-settings:jar:2.0.2:compile > [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.2:compile > [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.2:compile > [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile > [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.2:compile > [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.2:compile > [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.2:compile > [DEBUG] commons-cli:commons-cli:jar:1.0:compile > [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.2:compile > [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile > [DEBUG] org.apache.maven:maven-monitor:jar:2.0.2:compile > [DEBUG] classworlds:classworlds:jar:1.1:compile > [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.2:compile > [DEBUG] org.apache.maven:maven-artifact:jar:2.0.2:compile > [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile > [DEBUG] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 > [DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 > [DEBUG] Imported: < maven.api > [DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 > [DEBUG] Included: org.codehaus.mojo:build-helper-maven-plugin:jar:1.5 > [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.2 > [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 > [DEBUG] Included: commons-cli:commons-cli:jar:1.0 > [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 > [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8 > [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.2 > [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 > [DEBUG] Excluded: junit:junit:jar:3.8.2 > [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.2 > [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.2 > [DEBUG] Excluded: classworlds:classworlds:jar:1.1 > [DEBUG] Excluded: org.apache.maven +
Stack 2012-05-26, 22:54
-
Re: Build failed in Jenkins: HBase-TRUNK #2927Jesse Yates 2012-05-26, 23:00
Yeah, it looks like its the site running that was breaking it.
Specifically, building the javadocs it seems. I'm working on it. Thanks for the hack stack. ------------------- Jesse Yates @jesse_yates jyates.github.com On Sat, May 26, 2012 at 3:54 PM, Stack <[EMAIL PROTECTED]> wrote: > I removed the assembly goal up on jenkins until we've fixed it. > Removed call to clean and site. Seems to at least run tests. Lets > see how it does (its running now). > St.Ack > > On Sat, May 26, 2012 at 3:34 PM, Apache Jenkins Server > <[EMAIL PROTECTED]> wrote: > > See <https://builds.apache.org/job/HBase-TRUNK/2927/> > > > > ------------------------------------------ > > [...truncated 3785 lines...] > > not part of the command. > > [INFO] Executed tasks > > [INFO] > > [INFO] --- build-helper-maven-plugin:1.5:add-source > (jspcSource-packageInfo-Avro-source) @ hbase-server --- > > [DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:1.5: > > [DEBUG] org.apache.maven:maven-model:jar:2.0.2:compile > > [DEBUG] org.apache.maven:maven-project:jar:2.0.2:compile > > [DEBUG] org.apache.maven:maven-profile:jar:2.0.2:compile > > [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.2:compile > > [DEBUG] > org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile > > [DEBUG] junit:junit:jar:3.8.2:test (scope managed from compile) > (version managed from 3.8.1) > > [DEBUG] org.apache.maven:maven-core:jar:2.0.2:compile > > [DEBUG] org.apache.maven:maven-settings:jar:2.0.2:compile > > [DEBUG] > org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.2:compile > > [DEBUG] > org.apache.maven.reporting:maven-reporting-api:jar:2.0.2:compile > > [DEBUG] > org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile > > [DEBUG] > org.apache.maven:maven-repository-metadata:jar:2.0.2:compile > > [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.2:compile > > [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.2:compile > > [DEBUG] commons-cli:commons-cli:jar:1.0:compile > > [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.2:compile > > [DEBUG] > org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile > > [DEBUG] org.apache.maven:maven-monitor:jar:2.0.2:compile > > [DEBUG] classworlds:classworlds:jar:1.1:compile > > [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.2:compile > > [DEBUG] org.apache.maven:maven-artifact:jar:2.0.2:compile > > [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile > > [DEBUG] Created new class realm > plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 > > [DEBUG] Importing foreign packages into class realm > plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 > > [DEBUG] Imported: < maven.api > > [DEBUG] Populating class realm > plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 > > [DEBUG] Included: org.codehaus.mojo:build-helper-maven-plugin:jar:1.5 > > [DEBUG] Included: > org.apache.maven.reporting:maven-reporting-api:jar:2.0.2 > > [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 > > [DEBUG] Included: commons-cli:commons-cli:jar:1.0 > > [DEBUG] Included: > org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 > > [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8 > > [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.2 > > [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.2 > > [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.2 > > [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.2 > > [DEBUG] Excluded: > org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 > > [DEBUG] Excluded: junit:junit:jar:3.8.2 > > [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.2 > > [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.2 > > [DEBUG] Excluded: > org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.2 > > [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.2 +
Jesse Yates 2012-05-26, 23:00
-
Re: Build failed in Jenkins: HBase-TRUNK #2930Ted Yu 2012-05-26, 23:34
I saw the following in
target/surefire-reports/org.apache.hadoop.hbase.TestInfoServers-output.txt: 2012-05-26 16:22:38,181 FATAL [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1605): Master server abort: loaded coprocessors are: [] 2012-05-26 16:22:38,181 FATAL [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1610): Unhandled exception. Starting shutdown. java.io.FileNotFoundException: hbase-webapps/master not found in CLASSPATH at org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:110) at org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:127) at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:159) at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:113) at org.apache.hadoop.hbase.util.InfoServer.<init>(InfoServer.java:62) at org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:925) at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:585) at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:386) at java.lang.Thread.run(Thread.java:680) On Sat, May 26, 2012 at 4:30 PM, Apache Jenkins Server < [EMAIL PROTECTED]> wrote: > See <https://builds.apache.org/job/HBase-TRUNK/2930/> > > ------------------------------------------ > [...truncated 6048 lines...] > Running org.apache.hadoop.hbase.replication.TestReplication > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 151.071 > sec > > Results : > > Tests in error: > org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion: Shutting down > org.apache.hadoop.hbase.TestInfoServers: Shutting down > > Tests run: 993, Failures: 0, Errors: 2, Skipped: 9 > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] HBase ............................................. SUCCESS [1.898s] > [INFO] HBase - Server .................................... FAILURE > [38:00.596s] > [INFO] HBase - Assembly .................................. SKIPPED > [INFO] HBase - Site ...................................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 38:05.792s > [INFO] Finished at: Sat May 26 23:30:17 UTC 2012 > [INFO] Final Memory: 42M/458M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test > (secondPartTestsExecution) on project hbase-server: There are test failures. > [ERROR] > [ERROR] Please refer to < > https://builds.apache.org/job/HBase-TRUNK/ws/trunk/hbase-server/target/surefire-reports> > for the individual test results. > [ERROR] -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test > (secondPartTestsExecution) on project hbase-server: There are test failures. > > Please refer to < > https://builds.apache.org/job/HBase-TRUNK/ws/trunk/hbase-server/target/surefire-reports> > for the individual test results. > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) +
Ted Yu 2012-05-26, 23:34
-
Re: Build failed in Jenkins: HBase-TRUNK #2930Ted Yu 2012-05-27, 01:15
The following change allows TestZKBasedOpenCloseRegion and TestInfoServers
to pass: Index: hbase-server/pom.xml ==================================================================--- hbase-server/pom.xml (revision 1342991) +++ hbase-server/pom.xml (working copy) @@ -33,6 +33,20 @@ <description>Main functionality for HBase</description> <build> + <resources> + <resource> + <directory>src/main/resources/</directory> + <includes> + <include>hbase-default.xml</include> + </includes> + </resource> + <resource> + <directory>${project.build.directory}</directory> + <includes> + <include>hbase-webapps/**</include> + </includes> + </resource> + </resources> <plugins> <plugin> <groupId>org.apache.avro</groupId> On Sat, May 26, 2012 at 4:34 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > I saw the following in > target/surefire-reports/org.apache.hadoop.hbase.TestInfoServers-output.txt: > > 2012-05-26 16:22:38,181 FATAL > [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1605): Master > server abort: loaded coprocessors are: [] > > 2012-05-26 16:22:38,181 FATAL > [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1610): > Unhandled exception. Starting shutdown. > java.io.FileNotFoundException: hbase-webapps/master not found in CLASSPATH > at > org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:110) > at > org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:127) > at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:159) > at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:113) > at org.apache.hadoop.hbase.util.InfoServer.<init>(InfoServer.java:62) > at > org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:925) > at > org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:585) > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:386) > at java.lang.Thread.run(Thread.java:680) > > On Sat, May 26, 2012 at 4:30 PM, Apache Jenkins Server < > [EMAIL PROTECTED]> wrote: > >> See <https://builds.apache.org/job/HBase-TRUNK/2930/> >> >> ------------------------------------------ >> [...truncated 6048 lines...] >> Running org.apache.hadoop.hbase.replication.TestReplication >> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 151.071 >> sec >> >> Results : >> >> Tests in error: >> org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion: Shutting down >> org.apache.hadoop.hbase.TestInfoServers: Shutting down >> >> Tests run: 993, Failures: 0, Errors: 2, Skipped: 9 >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] HBase ............................................. SUCCESS >> [1.898s] >> [INFO] HBase - Server .................................... FAILURE >> [38:00.596s] >> [INFO] HBase - Assembly .................................. SKIPPED >> [INFO] HBase - Site ...................................... SKIPPED >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 38:05.792s >> [INFO] Finished at: Sat May 26 23:30:17 UTC 2012 >> [INFO] Final Memory: 42M/458M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test >> (secondPartTestsExecution) on project hbase-server: There are test failures. >> [ERROR] >> [ERROR] Please refer to < >> https://builds.apache.org/job/HBase-TRUNK/ws/trunk/hbase-server/target/surefire-reports> >> for the individual test results. >> [ERROR] -> [Help 1] >> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute >> goal org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test +
Ted Yu 2012-05-27, 01:15
-
Re: Build failed in Jenkins: HBase-TRUNK #2930Jesse Yates 2012-05-27, 01:18
Yeah, but there are bigger issues afoot.
For some reason that change borks the master status page when running the cluster from a built package. Also, the submodules will attempt to be tested, so they need to be pom packaged. I'm working on getting the master status page to work (or rather, redirect to /master-status from the port). ------------------- Jesse Yates @jesse_yates jyates.github.com On Sat, May 26, 2012 at 6:15 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > The following change allows TestZKBasedOpenCloseRegion and TestInfoServers > to pass: > > Index: hbase-server/pom.xml > ==================================================================> --- hbase-server/pom.xml (revision 1342991) > +++ hbase-server/pom.xml (working copy) > @@ -33,6 +33,20 @@ > <description>Main functionality for HBase</description> > > <build> > + <resources> > + <resource> > + <directory>src/main/resources/</directory> > + <includes> > + <include>hbase-default.xml</include> > + </includes> > + </resource> > + <resource> > + <directory>${project.build.directory}</directory> > + <includes> > + <include>hbase-webapps/**</include> > + </includes> > + </resource> > + </resources> > <plugins> > <plugin> > <groupId>org.apache.avro</groupId> > > On Sat, May 26, 2012 at 4:34 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > > > I saw the following in > > > target/surefire-reports/org.apache.hadoop.hbase.TestInfoServers-output.txt: > > > > 2012-05-26 16:22:38,181 FATAL > > [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1605): > Master > > server abort: loaded coprocessors are: [] > > > > 2012-05-26 16:22:38,181 FATAL > > [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1610): > > Unhandled exception. Starting shutdown. > > java.io.FileNotFoundException: hbase-webapps/master not found in > CLASSPATH > > at > > > org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:110) > > at > > > org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:127) > > at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:159) > > at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:113) > > at org.apache.hadoop.hbase.util.InfoServer.<init>(InfoServer.java:62) > > at > > > org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:925) > > at > > > org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:585) > > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:386) > > at java.lang.Thread.run(Thread.java:680) > > > > On Sat, May 26, 2012 at 4:30 PM, Apache Jenkins Server < > > [EMAIL PROTECTED]> wrote: > > > >> See <https://builds.apache.org/job/HBase-TRUNK/2930/> > >> > >> ------------------------------------------ > >> [...truncated 6048 lines...] > >> Running org.apache.hadoop.hbase.replication.TestReplication > >> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 151.071 > >> sec > >> > >> Results : > >> > >> Tests in error: > >> org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion: Shutting > down > >> org.apache.hadoop.hbase.TestInfoServers: Shutting down > >> > >> Tests run: 993, Failures: 0, Errors: 2, Skipped: 9 > >> > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] Reactor Summary: > >> [INFO] > >> [INFO] HBase ............................................. SUCCESS > >> [1.898s] > >> [INFO] HBase - Server .................................... FAILURE > >> [38:00.596s] > >> [INFO] HBase - Assembly .................................. SKIPPED > >> [INFO] HBase - Site ...................................... SKIPPED > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] BUILD FAILURE > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] Total time: 38:05.792s > >> [INFO] Finished at: Sat May 26 23:30:17 UTC 2012 +
Jesse Yates 2012-05-27, 01:18
-
Re: Build failed in Jenkins: HBase-TRUNK #2930Jesse Yates 2012-05-27, 01:49
Created https://issues.apache.org/jira/browse/HBASE-6110 to track this
issue. ------------------- Jesse Yates @jesse_yates jyates.github.com On Sat, May 26, 2012 at 6:18 PM, Jesse Yates <[EMAIL PROTECTED]>wrote: > Yeah, but there are bigger issues afoot. > > For some reason that change borks the master status page when running the > cluster from a built package. > > Also, the submodules will attempt to be tested, so they need to be pom > packaged. > > I'm working on getting the master status page to work (or rather, redirect > to /master-status from the port). > > > ------------------- > Jesse Yates > @jesse_yates > jyates.github.com > > > On Sat, May 26, 2012 at 6:15 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > >> The following change allows TestZKBasedOpenCloseRegion and TestInfoServers >> to pass: >> >> Index: hbase-server/pom.xml >> ==================================================================>> --- hbase-server/pom.xml (revision 1342991) >> +++ hbase-server/pom.xml (working copy) >> @@ -33,6 +33,20 @@ >> <description>Main functionality for HBase</description> >> >> <build> >> + <resources> >> + <resource> >> + <directory>src/main/resources/</directory> >> + <includes> >> + <include>hbase-default.xml</include> >> + </includes> >> + </resource> >> + <resource> >> + <directory>${project.build.directory}</directory> >> + <includes> >> + <include>hbase-webapps/**</include> >> + </includes> >> + </resource> >> + </resources> >> <plugins> >> <plugin> >> <groupId>org.apache.avro</groupId> >> >> On Sat, May 26, 2012 at 4:34 PM, Ted Yu <[EMAIL PROTECTED]> wrote: >> >> > I saw the following in >> > >> target/surefire-reports/org.apache.hadoop.hbase.TestInfoServers-output.txt: >> > >> > 2012-05-26 16:22:38,181 FATAL >> > [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1605): >> Master >> > server abort: loaded coprocessors are: [] >> > >> > 2012-05-26 16:22:38,181 FATAL >> > [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1610): >> > Unhandled exception. Starting shutdown. >> > java.io.FileNotFoundException: hbase-webapps/master not found in >> CLASSPATH >> > at >> > >> org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:110) >> > at >> > >> org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:127) >> > at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:159) >> > at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:113) >> > at org.apache.hadoop.hbase.util.InfoServer.<init>(InfoServer.java:62) >> > at >> > >> org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:925) >> > at >> > >> org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:585) >> > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:386) >> > at java.lang.Thread.run(Thread.java:680) >> > >> > On Sat, May 26, 2012 at 4:30 PM, Apache Jenkins Server < >> > [EMAIL PROTECTED]> wrote: >> > >> >> See <https://builds.apache.org/job/HBase-TRUNK/2930/> >> >> >> >> ------------------------------------------ >> >> [...truncated 6048 lines...] >> >> Running org.apache.hadoop.hbase.replication.TestReplication >> >> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >> 151.071 >> >> sec >> >> >> >> Results : >> >> >> >> Tests in error: >> >> org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion: Shutting >> down >> >> org.apache.hadoop.hbase.TestInfoServers: Shutting down >> >> >> >> Tests run: 993, Failures: 0, Errors: 2, Skipped: 9 >> >> >> >> [INFO] >> >> >> ------------------------------------------------------------------------ >> >> [INFO] Reactor Summary: >> >> [INFO] >> >> [INFO] HBase ............................................. SUCCESS >> >> [1.898s] >> >> [INFO] HBase - Server .................................... FAILURE >> >> [38:00.596s] >> >> [INFO] HBase - Assembly .................................. SKIPPED +
Jesse Yates 2012-05-27, 01:49
-
Re: Build failed in Jenkins: HBase-TRUNK #2930Jesse Yates 2012-05-26, 23:42
Working on a patch.
------------------- Jesse Yates @jesse_yates jyates.github.com On Sat, May 26, 2012 at 4:34 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > I saw the following in > target/surefire-reports/org.apache.hadoop.hbase.TestInfoServers-output.txt: > > 2012-05-26 16:22:38,181 FATAL [Master:0;198.134.91.122,58958,1338074554839] > master.HMaster(1605): Master server abort: loaded coprocessors are: [] > > 2012-05-26 16:22:38,181 FATAL [Master:0;198.134.91.122,58958,1338074554839] > master.HMaster(1610): Unhandled exception. Starting shutdown. > java.io.FileNotFoundException: hbase-webapps/master not found in CLASSPATH > at > org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:110) > at > org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:127) > at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:159) > at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:113) > at org.apache.hadoop.hbase.util.InfoServer.<init>(InfoServer.java:62) > at > > org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:925) > at > > org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:585) > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:386) > at java.lang.Thread.run(Thread.java:680) > > On Sat, May 26, 2012 at 4:30 PM, Apache Jenkins Server < > [EMAIL PROTECTED]> wrote: > > > See <https://builds.apache.org/job/HBase-TRUNK/2930/> > > > > ------------------------------------------ > > [...truncated 6048 lines...] > > Running org.apache.hadoop.hbase.replication.TestReplication > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 151.071 > > sec > > > > Results : > > > > Tests in error: > > org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion: Shutting down > > org.apache.hadoop.hbase.TestInfoServers: Shutting down > > > > Tests run: 993, Failures: 0, Errors: 2, Skipped: 9 > > > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Reactor Summary: > > [INFO] > > [INFO] HBase ............................................. SUCCESS > [1.898s] > > [INFO] HBase - Server .................................... FAILURE > > [38:00.596s] > > [INFO] HBase - Assembly .................................. SKIPPED > > [INFO] HBase - Site ...................................... SKIPPED > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 38:05.792s > > [INFO] Finished at: Sat May 26 23:30:17 UTC 2012 > > [INFO] Final Memory: 42M/458M > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test > > (secondPartTestsExecution) on project hbase-server: There are test > failures. > > [ERROR] > > [ERROR] Please refer to < > > > https://builds.apache.org/job/HBase-TRUNK/ws/trunk/hbase-server/target/surefire-reports > > > > for the individual test results. > > [ERROR] -> [Help 1] > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > > goal > org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test > > (secondPartTestsExecution) on project hbase-server: There are test > failures. > > > > Please refer to < > > > https://builds.apache.org/job/HBase-TRUNK/ws/trunk/hbase-server/target/surefire-reports > > > > for the individual test results. > > at > > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) > > at > > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > > at > > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > > at > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) > > at +
Jesse Yates 2012-05-26, 23:42
-
Re: Build failed in Jenkins: HBase-0.92 #433Ted Yu 2012-05-30, 20:05
I ran the test on MacBook and it failed:
testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery) Time elapsed: 21.634 sec <<< FAILURE! java.lang.AssertionError at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertTrue(Assert.java:54) at org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery.testMasterZKSessionRecoveryFailure(TestMasterZKSessionRecovery.java:73) On Wed, May 30, 2012 at 12:53 PM, Apache Jenkins Server < [EMAIL PROTECTED]> wrote: > See <https://builds.apache.org/job/HBase-0.92/433/changes> > > Changes: > > [ramkrishna] HBASE-5733 > AssignmentManager#processDeadServersAndRegionsInTransition can fail with > NPE. (Uma) > > [ramkrishna] HBASE-6122 Backup master does not become Active master after > ZK exception (Ram) > > Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.179 sec > > Results : > > Failed tests: > testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery) > > Tests run: 1138, Failures: 1, Errors: 0, Skipped: 8 > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1:54:40.198s > [INFO] Finished at: Wed May 30 19:53:24 UTC 2012 > [INFO] Final Memory: 42M/658M > [INFO] > ------------------------------------------------------------------------ > [WARNING] The requested profile "runAllTests" could not be activated > because it does not exist. > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on > project hbase: There are test failures. > [ERROR] > [ERROR] Please refer to < > https://builds.apache.org/job/HBase-0.92/ws/trunk/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 > Build step 'Invoke top-level Maven targets' marked build as failure > Archiving artifacts > Recording test results > Updating HBASE-6122 > Updating HBASE-5733 > +
Ted Yu 2012-05-30, 20:05
-
Re: Build failed in Jenkins: HBase-0.92 #433Stack 2012-05-30, 20:58
Fails for me too locally. Will back out the recent changes.
St.Ack On Wed, May 30, 2012 at 1:05 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > I ran the test on MacBook and it failed: > > testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery) > Time elapsed: 21.634 sec <<< FAILURE! > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:92) > at org.junit.Assert.assertTrue(Assert.java:43) > at org.junit.Assert.assertTrue(Assert.java:54) > at > org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery.testMasterZKSessionRecoveryFailure(TestMasterZKSessionRecovery.java:73) > > On Wed, May 30, 2012 at 12:53 PM, Apache Jenkins Server < > [EMAIL PROTECTED]> wrote: > >> See <https://builds.apache.org/job/HBase-0.92/433/changes> >> >> Changes: >> >> [ramkrishna] HBASE-5733 >> AssignmentManager#processDeadServersAndRegionsInTransition can fail with >> NPE. (Uma) >> >> [ramkrishna] HBASE-6122 Backup master does not become Active master after >> ZK exception (Ram) >> > > >> Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.179 sec >> >> Results : >> >> Failed tests: >> testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery) >> >> Tests run: 1138, Failures: 1, Errors: 0, Skipped: 8 >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 1:54:40.198s >> [INFO] Finished at: Wed May 30 19:53:24 UTC 2012 >> [INFO] Final Memory: 42M/658M >> [INFO] >> ------------------------------------------------------------------------ >> [WARNING] The requested profile "runAllTests" could not be activated >> because it does not exist. >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on >> project hbase: There are test failures. >> [ERROR] >> [ERROR] Please refer to < >> https://builds.apache.org/job/HBase-0.92/ws/trunk/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 >> Build step 'Invoke top-level Maven targets' marked build as failure >> Archiving artifacts >> Recording test results >> Updating HBASE-6122 >> Updating HBASE-5733 >> +
Stack 2012-05-30, 20:58
-
Re: Build failed in Jenkins: HBase-0.92 #433Stack 2012-05-30, 21:15
On Wed, May 30, 2012 at 1:58 PM, Stack <[EMAIL PROTECTED]> wrote:
> Fails for me too locally. Will back out the recent changes. > St.Ack > It looks to be "HBASE-6122 Backup master does not become Active master after ZK exception". Let me back it out. St.Ack +
Stack 2012-05-30, 21:15
-
Re: Build failed in Jenkins: HBase-0.92 #433Ted Yu 2012-05-30, 21:13
I think we should try backing out recent changes individually locally to
pinpoint the one change that caused the test failure. Cheers On Wed, May 30, 2012 at 1:58 PM, Stack <[EMAIL PROTECTED]> wrote: > Fails for me too locally. Will back out the recent changes. > St.Ack > > On Wed, May 30, 2012 at 1:05 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > > I ran the test on MacBook and it failed: > > > > > testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery) > > Time elapsed: 21.634 sec <<< FAILURE! > > java.lang.AssertionError > > at org.junit.Assert.fail(Assert.java:92) > > at org.junit.Assert.assertTrue(Assert.java:43) > > at org.junit.Assert.assertTrue(Assert.java:54) > > at > > > org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery.testMasterZKSessionRecoveryFailure(TestMasterZKSessionRecovery.java:73) > > > > On Wed, May 30, 2012 at 12:53 PM, Apache Jenkins Server < > > [EMAIL PROTECTED]> wrote: > > > >> See <https://builds.apache.org/job/HBase-0.92/433/changes> > >> > >> Changes: > >> > >> [ramkrishna] HBASE-5733 > >> AssignmentManager#processDeadServersAndRegionsInTransition can fail with > >> NPE. (Uma) > >> > >> [ramkrishna] HBASE-6122 Backup master does not become Active master > after > >> ZK exception (Ram) > >> > > > > > >> Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion > >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.179 > sec > >> > >> Results : > >> > >> Failed tests: > >> > testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery) > >> > >> Tests run: 1138, Failures: 1, Errors: 0, Skipped: 8 > >> > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] BUILD FAILURE > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] Total time: 1:54:40.198s > >> [INFO] Finished at: Wed May 30 19:53:24 UTC 2012 > >> [INFO] Final Memory: 42M/658M > >> [INFO] > >> ------------------------------------------------------------------------ > >> [WARNING] The requested profile "runAllTests" could not be activated > >> because it does not exist. > >> [ERROR] Failed to execute goal > >> org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) > on > >> project hbase: There are test failures. > >> [ERROR] > >> [ERROR] Please refer to < > >> > https://builds.apache.org/job/HBase-0.92/ws/trunk/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 > >> Build step 'Invoke top-level Maven targets' marked build as failure > >> Archiving artifacts > >> Recording test results > >> Updating HBASE-6122 > >> Updating HBASE-5733 > >> > +
Ted Yu 2012-05-30, 21:13
-
Re: Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #44Stack 2012-06-06, 17:01
I don't get the below if I run same mvn command locally:
mvn -Dmaven.test.redirectTestOutputToFile=true help:active-profiles site package assembly:assembly -Prelease -Dhadoop.profile=2.0 it works. I'll dig in more. I did find that we have a hard failure w/ the hadoop.profile in place if anyone interested in taking a look: HBASE-6174 TestPBOnWritableRpc failing with -Dhadoop.profile=2.0 St.Ack On Wed, Jun 6, 2012 at 8:57 AM, Apache Jenkins Server <[EMAIL PROTECTED]> wrote: > See <https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/44/> > > ------------------------------------------ > [...truncated 1412 lines...] > A hbase-server/src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableListMessage.proto > A hbase-server/src/main/resources/org/apache/hadoop/hbase/rest/protobuf/VersionMessage.proto > A hbase-server/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd > A hbase-server/src/saveVersion.sh > A hbase-server/pom.xml > A src > A src/assembly > A src/assembly/all.xml > A src/site > A src/site/site.xml > A src/site/site.vm > A src/site/resources > A src/site/resources/doap_Hbase.rdf > A src/site/resources/images > A src/site/resources/images/hbase_logo.svg > AU src/site/resources/images/hfilev2.png > AU src/site/resources/images/replication_overview.png > AU src/site/resources/images/hbase_logo.png > AU src/site/resources/images/architecture.gif > AU src/site/resources/images/hadoop-logo.jpg > AU src/site/resources/images/hfile.png > AU src/site/resources/images/favicon.ico > A src/site/resources/css > A src/site/resources/css/freebsd_docbook.css > A src/site/resources/css/site.css > A src/site/xdoc > A src/site/xdoc/cygwin.xml > A src/site/xdoc/acid-semantics.xml > A src/site/xdoc/metrics.xml > A src/site/xdoc/sponsors.xml > A src/site/xdoc/index.xml > A src/site/xdoc/replication.xml > A src/site/xdoc/old_news.xml > A src/site/xdoc/bulk-loads.xml > A src/site/xdoc/pseudo-distributed.xml > A src/docbkx > A src/docbkx/upgrading.xml > A src/docbkx/performance.xml > A src/docbkx/developer.xml > A src/docbkx/preface.xml > A src/docbkx/configuration.xml > A src/docbkx/getting_started.xml > A src/docbkx/security.xml > A src/docbkx/shell.xml > A src/docbkx/troubleshooting.xml > A src/docbkx/ops_mgt.xml > A src/docbkx/book.xml > A src/docbkx/case_studies.xml > A src/docbkx/customization.xsl > A src/docbkx/external_apis.xml > A src/xslt > A src/xslt/configuration_to_docbook_section.xsl > A bin > A bin/test > AU bin/test/process_based_cluster.sh > AU bin/hbase-daemons.sh > AU bin/hbase > A bin/copy_table.rb > A bin/get-active-master.rb > AU bin/start-hbase.sh > A bin/hirb.rb > A bin/region_status.rb > AU bin/hbase-daemon.sh > A bin/region_mover.rb > A bin/hbase-config.sh > AU bin/local-regionservers.sh > AU bin/zookeepers.sh > AU bin/local-master-backup.sh > AU bin/rolling-restart.sh > AU bin/regionservers.sh > AU bin/graceful_stop.sh > AU bin/master-backup.sh > A bin/replication > A bin/replication/copy_tables_desc.rb > A bin/hbase-jruby > AU bin/stop-hbase.sh > A dev-support > AU dev-support/smart-apply-patch.sh > AU dev-support/test-util.sh > AU dev-support/findHangingTest.sh > AU dev-support/test-patch.sh > A dev-support/findbugs-exclude.xml > A dev-support/test-patch.properties > AU dev-support/hbasetests.sh > A hbase-common > A hbase-common/src +
Stack 2012-06-06, 17:01
-
Re: Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #44Jimmy Xiang 2012-06-06, 17:15
The test is green for me.
Can you try this (adding -U)? mvn -PlocalTests test -Dtest=TestPBOnWritableRpc -Dhadoop.profile=2.0 -U Thanks, Jimmy On Wed, Jun 6, 2012 at 10:01 AM, Stack <[EMAIL PROTECTED]> wrote: > > I don't get the below if I run same mvn command locally: > > mvn -Dmaven.test.redirectTestOutputToFile=true help:active-profiles > site package assembly:assembly -Prelease -Dhadoop.profile=2.0 > > it works. I'll dig in more. > > I did find that we have a hard failure w/ the hadoop.profile in place > if anyone interested in taking a look: > > HBASE-6174 TestPBOnWritableRpc failing with -Dhadoop.profile=2.0 > > St.Ack > > > > > On Wed, Jun 6, 2012 at 8:57 AM, Apache Jenkins Server > <[EMAIL PROTECTED]> wrote: > > See <https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/44/> > > > > ------------------------------------------ > > [...truncated 1412 lines...] > > A hbase-server/src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableListMessage.proto > > A hbase-server/src/main/resources/org/apache/hadoop/hbase/rest/protobuf/VersionMessage.proto > > A hbase-server/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd > > A hbase-server/src/saveVersion.sh > > A hbase-server/pom.xml > > A src > > A src/assembly > > A src/assembly/all.xml > > A src/site > > A src/site/site.xml > > A src/site/site.vm > > A src/site/resources > > A src/site/resources/doap_Hbase.rdf > > A src/site/resources/images > > A src/site/resources/images/hbase_logo.svg > > AU src/site/resources/images/hfilev2.png > > AU src/site/resources/images/replication_overview.png > > AU src/site/resources/images/hbase_logo.png > > AU src/site/resources/images/architecture.gif > > AU src/site/resources/images/hadoop-logo.jpg > > AU src/site/resources/images/hfile.png > > AU src/site/resources/images/favicon.ico > > A src/site/resources/css > > A src/site/resources/css/freebsd_docbook.css > > A src/site/resources/css/site.css > > A src/site/xdoc > > A src/site/xdoc/cygwin.xml > > A src/site/xdoc/acid-semantics.xml > > A src/site/xdoc/metrics.xml > > A src/site/xdoc/sponsors.xml > > A src/site/xdoc/index.xml > > A src/site/xdoc/replication.xml > > A src/site/xdoc/old_news.xml > > A src/site/xdoc/bulk-loads.xml > > A src/site/xdoc/pseudo-distributed.xml > > A src/docbkx > > A src/docbkx/upgrading.xml > > A src/docbkx/performance.xml > > A src/docbkx/developer.xml > > A src/docbkx/preface.xml > > A src/docbkx/configuration.xml > > A src/docbkx/getting_started.xml > > A src/docbkx/security.xml > > A src/docbkx/shell.xml > > A src/docbkx/troubleshooting.xml > > A src/docbkx/ops_mgt.xml > > A src/docbkx/book.xml > > A src/docbkx/case_studies.xml > > A src/docbkx/customization.xsl > > A src/docbkx/external_apis.xml > > A src/xslt > > A src/xslt/configuration_to_docbook_section.xsl > > A bin > > A bin/test > > AU bin/test/process_based_cluster.sh > > AU bin/hbase-daemons.sh > > AU bin/hbase > > A bin/copy_table.rb > > A bin/get-active-master.rb > > AU bin/start-hbase.sh > > A bin/hirb.rb > > A bin/region_status.rb > > AU bin/hbase-daemon.sh > > A bin/region_mover.rb > > A bin/hbase-config.sh > > AU bin/local-regionservers.sh > > AU bin/zookeepers.sh > > AU bin/local-master-backup.sh > > AU bin/rolling-restart.sh > > AU bin/regionservers.sh > > AU bin/graceful_stop.sh > > AU bin/master-backup.sh > > A bin/replication > > A bin/replication/copy_tables_desc.rb > > A bin/hbase-jruby +
Jimmy Xiang 2012-06-06, 17:15
-
Re: Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #44Stack 2012-06-06, 17:51
On Wed, Jun 6, 2012 at 10:15 AM, Jimmy Xiang <[EMAIL PROTECTED]> wrote:
> The test is green for me. > > Can you try this (adding -U)? > > mvn -PlocalTests test -Dtest=TestPBOnWritableRpc -Dhadoop.profile=2.0 -U > hmm... my bad. Works for me too now. Resolved issue as invalid. Sorry for noise. St.Ack +
Stack 2012-06-06, 17:51
-
Re: Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #44Stack 2012-06-06, 19:09
It looks like hadoop 2.0 build is now working again failing on
localhbasecluster test. St.Ack On Wed, Jun 6, 2012 at 10:51 AM, Stack <[EMAIL PROTECTED]> wrote: > On Wed, Jun 6, 2012 at 10:15 AM, Jimmy Xiang <[EMAIL PROTECTED]> wrote: >> The test is green for me. >> >> Can you try this (adding -U)? >> >> mvn -PlocalTests test -Dtest=TestPBOnWritableRpc -Dhadoop.profile=2.0 -U >> > > hmm... my bad. Works for me too now. Resolved issue as invalid. > Sorry for noise. > > St.Ack +
Stack 2012-06-06, 19:09
-
Re: Build failed in Jenkins: HBase-TRUNK #3122Ted Yu 2012-07-13, 02:46
This was the first time I saw NumberFormatException in trunk build:
Running org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.667 sec # # A fatal error has been detected by the Java Runtime Environment: # NumberFormatException: # SIGSEGV (0xb) at pc=0xf6c13079, pid=31814, tid=4293966704 # # JRE version: 6.0_27-b07 # Java VM: Java HotSpot(TM) Server VM (20.2-b06 mixed mode linux-x86 ) # Problematic frame: NumberFormatException: # V [libjvm.so+0x238079] frame::frame(int*, int*)+0x19 # # An error report file with more information is saved as: # /home/jenkins/jenkins-slave/workspace/HBase-TRUNK/trunk/hbase-server/hs_err_pid31814.log # NumberFormatException: # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Aborted org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:238) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$000(ForkStarter.java:64) at org.apache.maven.plugin.surefire.booterclient.ForkStarter$ParallelFork.call(ForkStarter.java:303) at org.apache.maven.plugin.surefire.booterclient.ForkStarter$ParallelFork.call(ForkStarter.java:285) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) FYI +
Ted Yu 2012-07-13, 02:46
|