[ https://issues.apache.org/jira/browse/OOZIE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904312#comment-17904312 ]
Attila Sasvári commented on OOZIE-3725: --------------------------------------- Investigated a bit why PreCommit-OOZIE-Build failed using the following options 1. {{--skip-tasks=JAVADOC,RAT,SPOTBUGS_DIFF}} to skip JAVADOC/RAT/SPOTBUGS_DIFF tasks * build failed : https://ci-hadoop.apache.org/job/PreCommit-OOZIE-Build/229/console {code} 00:14:08.111 [INFO] Running org.apache.oozie.service.TestEventHandlerService 00:14:08.127 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.529 s - in org.apache.oozie.service.TestEventHandlerService 00:14:10.353 FATAL: command execution failed {code} * This time, build only took 14 minutes. This indicates the failure is not related to a build timeout. * A previous failure, https://ci-hadoop.apache.org/job/PreCommit-OOZIE-Build/226/consoleFull, also occurred after org.apache.oozie.service.TestEventHandlerService * Unfortunately, metrics about the Jenkins executor are not available. * It would also be interesting to see whether (and why) the JVM crashed when running the tests. 2. {{--skip-tasks=JAVADOC,RAT,SPOTBUGS_DIFF,TESTS}} to skip JAVADOC/RAT/SPOTBUGS_DIFF/TESTS tasks * build failed when generating the report: https://ci-hadoop.apache.org/job/PreCommit-OOZIE-Build/230/console * This failure is in line with expectations: {{No test report files were found. Configuration error?}} ( reverted my change on https://ci-hadoop.apache.org/job/PreCommit-OOZIE-Build/configure ) > Drop support for the webui > -------------------------- > > Key: OOZIE-3725 > URL: https://issues.apache.org/jira/browse/OOZIE-3725 > Project: Oozie > Issue Type: Task > Reporter: Gézapeti > Assignee: Gézapeti > Priority: Major > Attachments: OOZIE-3725-1.patch, OOZIE-3725-2.patch, > OOZIE-3725-3.patch > > > The recent CVEs were reported on the oozie webui which is old and > unmaintained. > Let's drop support for it. -- This message was sent by Atlassian Jira (v8.20.10#820010)