[ 
https://issues.apache.org/jira/browse/OOZIE-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251706#comment-16251706
 ] 

Artem Ervits commented on OOZIE-3119:
-------------------------------------

the failure is sporadic and happens at different stages, just rebased to master 
and executed findbugs goal.

git: 567ce9fd2aa1da2da24f7941b218e1ef1ae0f09b

{noformat}
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (default-cli) @ 
oozie-sharelib-sqoop ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   org.apache.oozie.action.hadoop.SqoopActionExecutor
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Oozie Examples 5.0.0-beta1
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Oozie Main .................................. SUCCESS [  0.892 s]
[INFO] Apache Oozie Client ................................ SUCCESS [  9.502 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [  6.988 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [  3.873 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [  3.639 s]
[INFO] Apache Oozie Core .................................. SUCCESS [ 48.198 s]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [  3.574 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [  4.183 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [  4.145 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [  4.377 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [  3.636 s]
[INFO] Apache Oozie Examples .............................. FAILURE [  0.120 s]
[INFO] Apache Oozie Share Lib Spark ....................... SKIPPED
[INFO] Apache Oozie Share Lib ............................. SKIPPED
[INFO] Apache Oozie Docs .................................. SKIPPED
[INFO] Apache Oozie WebApp ................................ SKIPPED
[INFO] Apache Oozie Tools ................................. SKIPPED
[INFO] Apache Oozie MiniOozie ............................. SKIPPED
[INFO] Apache Oozie Server ................................ SKIPPED
[INFO] Apache Oozie Distro ................................ SKIPPED
[INFO] Apache Oozie ZooKeeper Security Tests .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:33 min
[INFO] Finished at: 2017-11-14T11:47:17-05:00
[INFO] Final Memory: 63M/994M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project oozie-examples: Could not resolve 
dependencies for project org.apache.oozie:oozie-examples:jar:5.0.0-beta1: 
Failure to find org.apache.oozie:oozie-sharelib-pig:jar:5.0.0-beta1 in 
http://repo1.maven.org/maven2 was cached in the local repository, resolution 
will not be reattempted until the update interval of central has elapsed or 
updates are forced -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :oozie-examples
{noformat}

> fix for Could not resolve dependencies for project 
> org.apache.oozie:oozie-sharelib-hcatalog:jar:5.0.0-beta1: Failure to find 
> org.apache.oozie:oozie-sharelib-oozie:jar:5.0.0-beta1 in 
> http://repo1.maven.org/maven2 was cached in the local repositor
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-3119
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3119
>             Project: Oozie
>          Issue Type: Sub-task
>    Affects Versions: 4.3.0
>         Environment: mvn: 3.5.2
> jdk: 1.8.0.144
> git: 5d9c6a5c9951455e6cb29a097de5f53b0fdbe899
>            Reporter: Artem Ervits
>            Assignee: Artem Ervits
>            Priority: Blocker
>             Fix For: 5.0.0b1
>
>
> {code}
> mvn javadoc:javadoc
> {code}
> {noformat}
> Command line was: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/../bin/javadoc
>  @options @packages
> Refer to the generated Javadoc files in 
> '/Users/aervits/NetBeansProjects/OOZIE/oozie/sharelib/oozie/target/site/apidocs'
>  dir.
>     at 
> org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeJavadocCommandLine 
> (AbstractJavadocMojo.java:5188)
>     at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport 
> (AbstractJavadocMojo.java:2075)
>     at org.apache.maven.plugin.javadoc.JavadocReport.generate 
> (JavadocReport.java:130)
>     at org.apache.maven.plugin.javadoc.JavadocReport.execute 
> (JavadocReport.java:318)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:134)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:208)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:154)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:146)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
>     at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:51)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
> (Launcher.java:229)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main 
> (Launcher.java:356)
> [INFO]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Apache Oozie Share Lib HCatalog 5.0.0-beta1
> [INFO] 
> ------------------------------------------------------------------------
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.10.4:javadoc (default-cli) > 
> generate-sources @ oozie-sharelib-hcatalog >>>
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.10.4:javadoc (default-cli) < 
> generate-sources @ oozie-sharelib-hcatalog <<<
> [INFO]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Oozie Main .................................. SUCCESS [  0.544 
> s]
> [INFO] Apache Oozie Client ................................ SUCCESS [  2.133 
> s]
> [INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [  1.708 
> s]
> [INFO] Apache Oozie Share Lib HCatalog .................... FAILURE [  0.134 
> s]
> [INFO] Apache Oozie Share Lib Distcp ...................... SKIPPED
> [INFO] Apache Oozie Core .................................. SKIPPED
> [INFO] Apache Oozie Share Lib Streaming ................... SKIPPED
> [INFO] Apache Oozie Share Lib Pig ......................... SKIPPED
> [INFO] Apache Oozie Share Lib Hive ........................ SKIPPED
> [INFO] Apache Oozie Share Lib Hive 2 ...................... SKIPPED
> [INFO] Apache Oozie Share Lib Sqoop ....................... SKIPPED
> [INFO] Apache Oozie Examples .............................. SKIPPED
> [INFO] Apache Oozie Share Lib Spark ....................... SKIPPED
> [INFO] Apache Oozie Share Lib ............................. SKIPPED
> [INFO] Apache Oozie Docs .................................. SKIPPED
> [INFO] Apache Oozie WebApp ................................ SKIPPED
> [INFO] Apache Oozie Tools ................................. SKIPPED
> [INFO] Apache Oozie MiniOozie ............................. SKIPPED
> [INFO] Apache Oozie Server ................................ SKIPPED
> [INFO] Apache Oozie Distro ................................ SKIPPED
> [INFO] Apache Oozie ZooKeeper Security Tests .............. SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 5.322 s
> [INFO] Finished at: 2017-11-10T09:10:14-05:00
> [INFO] Final Memory: 36M/437M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project oozie-sharelib-hcatalog: Could not 
> resolve dependencies for project 
> org.apache.oozie:oozie-sharelib-hcatalog:jar:5.0.0-beta1: Failure to find 
> org.apache.oozie:oozie-sharelib-oozie:jar:5.0.0-beta1 in 
> http://repo1.maven.org/maven2 was cached in the local repository, resolution 
> will not be reattempted until the update interval of central has elapsed or 
> updates are forced -> [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/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <goals> -rf :oozie-sharelib-hcatalog
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to