[Builder] Build failed in Jenkins: platform-builds » carbon-registry » WSO2 Carbon - Platform Aggregator Pom #1771

cbuilder at wso2.org cbuilder at wso2.org
Tue Jul 6 21:09:29 PDT 2021


See <https://wso2.org/jenkins/job/platform-builds/job/carbon-registry/org.wso2.carbon.registry$carbon-registry/1771/display/redirect>

Changes:


------------------------------------------
[...truncated 5.25 MB...]
[INFO] 	at org.wso2.carbon.user.core.common.AbstractUserStoreManager.addInitialAdminData(AbstractUserStoreManager.java:6030)
[INFO] 	at org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.<init>(JDBCUserStoreManager.java:306)
[INFO] 	at org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.<init>(JDBCUserStoreManager.java:245)
[INFO] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[INFO] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[INFO] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[INFO] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[INFO] 	at org.wso2.carbon.user.core.common.DefaultRealm.createObjectWithOptions(DefaultRealm.java:351)
[INFO] 	at org.wso2.carbon.user.core.common.DefaultRealm.initializeObjects(DefaultRealm.java:224)
[INFO] 	at org.wso2.carbon.user.core.common.DefaultRealm.init(DefaultRealm.java:100)
[INFO] 	at org.wso2.carbon.registry.core.jdbc.realm.InMemoryRealmService.initializeRealm(InMemoryRealmService.java:254)
[INFO] 	at org.wso2.carbon.registry.core.jdbc.realm.InMemoryRealmService.<init>(InMemoryRealmService.java:68)
[INFO] 	at org.wso2.carbon.registry.resource.test.base.BaseTestCase.setUp(BaseTestCase.java:60)
[INFO] 	at org.wso2.carbon.registry.resource.services.utils.DeleteVersionUtilTest.setUp(DeleteVersionUtilTest.java:29)
[INFO] 	at junit.framework.TestCase.runBare(TestCase.java:125)
[INFO] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
[INFO] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
[INFO] 	at junit.framework.TestResult.run(TestResult.java:109)
[INFO] 	at junit.framework.TestCase.run(TestCase.java:118)
[INFO] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
[INFO] 	at junit.framework.TestSuite.run(TestSuite.java:203)
[INFO] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
[INFO] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
[INFO] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
[INFO] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
[INFO] 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
[INFO] 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
[INFO] 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
[INFO] Caused by: org.wso2.carbon.user.core.UserStoreException: Error occurred while updating string values to database.
[INFO] 	at org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.updateStringValuesToDatabase(JDBCUserStoreManager.java:2484)
[INFO] 	at org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.doAddRole(JDBCUserStoreManager.java:1477)
[INFO] 	... 28 more
[INFO] Caused by: org.h2.jdbc.JdbcSQLException: Unique index or primary key violation: "CONSTRAINT_INDEX_19 ON PUBLIC.UM_ROLE(UM_ROLE_NAME, UM_TENANT_ID) VALUES ( /* key:4 */ null, 'admin', -1234, null)"; SQL statement:
[INFO] INSERT INTO UM_ROLE (UM_ROLE_NAME, UM_TENANT_ID) VALUES (?, ?) [23505-175]
[INFO] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:332)
[INFO] 	at org.h2.message.DbException.get(DbException.java:172)
[INFO] 	at org.h2.message.DbException.get(DbException.java:149)
[INFO] 	at org.h2.index.BaseIndex.getDuplicateKeyException(BaseIndex.java:101)
[INFO] 	at org.h2.index.PageBtree.find(PageBtree.java:121)
[INFO] 	at org.h2.index.PageBtreeLeaf.addRow(PageBtreeLeaf.java:148)
[INFO] 	at org.h2.index.PageBtreeLeaf.addRowTry(PageBtreeLeaf.java:101)
[INFO] 	at org.h2.index.PageBtreeIndex.addRow(PageBtreeIndex.java:96)
[INFO] 	at org.h2.index.PageBtreeIndex.add(PageBtreeIndex.java:87)
[INFO] 	at org.h2.table.RegularTable.addRow(RegularTable.java:119)
[INFO] 	at org.h2.command.dml.Insert.insertRows(Insert.java:157)
[INFO] 	at org.h2.command.dml.Insert.update(Insert.java:115)
[INFO] 	at org.h2.command.CommandContainer.update(CommandContainer.java:79)
[INFO] 	at org.h2.command.Command.executeUpdate(Command.java:253)
[INFO] 	at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:154)
[INFO] 	at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:140)
[INFO] 	at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
[INFO] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] 	at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] 	at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
[INFO] 	at com.sun.proxy.$Proxy1.executeUpdate(Unknown Source)
[INFO] 	at org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager.updateStringValuesToDatabase(JDBCUserStoreManager.java:2461)
[INFO] 	... 29 more
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Getting roles of user: admin with filter: admin
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Executing Query: SELECT UM_ROLE_NAME FROM UM_USER_ROLE, UM_ROLE, UM_USER WHERE UM_USER.UM_USER_NAME=? AND UM_USER.UM_ID=UM_USER_ROLE.UM_USER_ID AND UM_ROLE.UM_ID=UM_USER_ROLE.UM_ROLE_ID AND UM_USER_ROLE.UM_TENANT_ID=? AND UM_ROLE.UM_TENANT_ID=? AND UM_USER.UM_TENANT_ID=? AND UM_ROLE_NAME LIKE ?
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Input value: admin
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Input value: -1234
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Input value: -1234
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Input value: -1234
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Input value: admin
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Found role: admin
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Is roleName: everyone Exist: true TenantId: -1234
[INFO] [org.wso2.carbon.user.core.common.AbstractUserStoreManager] : User Roles Cache is not configured. Default value: true is taken.
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : Ended 1625630843749
[INFO] [org.wso2.carbon.user.core.common.DefaultRealm] : Start initializing class with the first option
[INFO] [org.wso2.carbon.user.core.authorization.JDBCAuthorizationManager] : The jdbcDataSource being used by JDBCAuthorizationManager :: 710987073
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.OperationStatisticsHandler for all methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.CommentURLHandler for GET DELETE methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.CommentCollectionURLHandler for GET methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.RatingURLHandler for GET methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.RatingCollectionURLHandler for GET methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.TagURLHandler for GET methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.SQLQueryHandler for GET PUT methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.SimulationFilter --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.SimulationHandler for all methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.caching.CachingHandler for all methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.caching.CachingHandler for all methods.
[INFO] [org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager] : Registered the handler org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher --> org.wso2.carbon.registry.core.jdbc.handlers.builtin.RegexBaseRestrictionHandler for RENAME MOVE methods.
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : SELECT * FROM UM_USER WHERE UM_USER_NAME=? AND UM_TENANT_ID=?
[INFO] [org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager] : User admin login attempt. Login success :: true
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.253 sec - in org.wso2.carbon.registry.resource.services.utils.DeleteVersionUtilTest
[INFO] Running org.wso2.carbon.registry.resource.test.Registry2395Test
[INFO] [org.wso2.carbon.registry.resource.services.utils.GetTextContentUtil] : Invalid source URL format invalid.url.test.string.
[INFO] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 32.229 sec <<< FAILURE! - in org.wso2.carbon.registry.resource.test.Registry2395Test
[INFO] testGetByteContent(org.wso2.carbon.registry.resource.test.Registry2395Test)  Time elapsed: 30.162 sec  <<< ERROR!
[INFO] org.wso2.carbon.registry.core.exceptions.RegistryException: Wrong or unavailable source URL https://svn.wso2.org/repos/wso2/carbon/platform/trunk/platform-integration/platform-automated-test-suite/org.wso2.carbon.automation.test.repo/src/main/resources/artifacts/GREG/xsd/purchasing.xsd.
[INFO] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
[INFO] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
[INFO] 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
[INFO] 	at org.wso2.carbon.registry.resource.services.utils.GetTextContentUtil.getByteContent(GetTextContentUtil.java:90)
[INFO] 	at org.wso2.carbon.registry.resource.test.Registry2395Test.testGetByteContent(Registry2395Test.java:71)
[INFO] 
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests in error: 
[INFO]   Registry2395Test.testGetByteContent:71 ?? Registry Wrong or unavailable source ...
[INFO] 
[INFO] Tests run: 39, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO] 
[INFO] [INFO] WSO2 Carbon - Platform Aggregator Pom 4.7.40 ....... SUCCESS [ 18.612 s]
[INFO] [INFO] WSO2 Carbon - Service Stubs - Aggregator Module .... SUCCESS [  0.047 s]
[INFO] [INFO] WSO2 Carbon - Registry - Activities Stub ........... SUCCESS [ 10.567 s]
[INFO] [INFO] WSO2 Carbon - Registry - Extensions Stub ........... SUCCESS [  8.382 s]
[INFO] [INFO] WSO2 Carbon - Registry - Handlers Stub ............. SUCCESS [  4.827 s]
[INFO] [INFO] WSO2 Carbon - Registry - Indexing Stub ............. SUCCESS [  7.017 s]
[INFO] [INFO] WSO2 Carbon - Registry - Info Stub ................. SUCCESS [  6.489 s]
[INFO] [INFO] WSO2 Carbon - Registry - Profiles Stub ............. SUCCESS [  3.919 s]
[INFO] [INFO] WSO2 Carbon - Registry - Relations Stub ............ SUCCESS [  4.227 s]
[INFO] [INFO] WSO2 Carbon - Registry - Resources Stub ............ SUCCESS [ 13.655 s]
[INFO] [INFO] WSO2 Carbon - Registry - Topics Stub ............... SUCCESS [  3.700 s]
[INFO] [INFO] WSO2 Carbon - Registry - Search Stub ............... SUCCESS [  4.874 s]
[INFO] [INFO] WSO2 Carbon - Registry - WS Registry Stub .......... SUCCESS [ 10.679 s]
[INFO] [INFO] WSO2 Carbon - Registry - Properties Stub ........... SUCCESS [  4.827 s]
[INFO] [INFO] WSO2 Carbon - Registry - Reporting Stub ............ SUCCESS [  5.088 s]
[INFO] [INFO] WSO2 Carbon -Registry Security Stub ................ SUCCESS [  4.215 s]
[INFO] [INFO] WSO2 Carbon - Governance - Notifications Work list Human Task Stub SUCCESS [  3.411 s]
[INFO] [INFO] WSO2 Carbon - Registry Aggregator Module ........... SUCCESS [  0.227 s]
[INFO] [INFO] WSO2 Carbon - Registry - Administration ............ SUCCESS [ 21.178 s]
[INFO] [INFO] WSO2 Carbon - Registry - Common BE ................. SUCCESS [  7.150 s]
[INFO] [INFO] WSO2 Carbon - Registry - Common UI ................. SUCCESS [  5.095 s]
[INFO] [INFO] WSO2 Carbon - Event core Module .................... SUCCESS [  5.257 s]
[INFO] [INFO] WSO2 Carbon - Eventing WS .......................... SUCCESS [  7.425 s]
[INFO] [INFO] WSO2 Carbon - Registry - UDDI Service .............. SUCCESS [  6.028 s]
[INFO] [INFO] WSO2 Carbon - Registry - Servlet Registration ...... SUCCESS [  3.579 s]
[INFO] [INFO] WSO2 Carbon - Registry - Extensions ................ SUCCESS [ 23.774 s]
[INFO] [INFO] WSO2 Carbon - Registry - Eventing Implementation ... SUCCESS [  8.836 s]
[INFO] [INFO] WSO2 Carbon - Registry - Indexing BE ............... SUCCESS [ 38.143 s]
[INFO] [INFO] WSO2 Carbon - Registry - Relations UI .............. SUCCESS [  4.766 s]
[INFO] [INFO] WSO2 Carbon - Registry - Resources UI .............. SUCCESS [  6.636 s]
[INFO] [INFO] WSO2 Carbon - Registry - Properties UI ............. SUCCESS [  4.554 s]
[INFO] [INFO] WSO2 Carbon - Registry - Properties BE ............. SUCCESS [  7.676 s]
[INFO] [INFO] WSO2 Carbon - Registry - Extension resources ....... SUCCESS [  0.197 s]
[INFO] [INFO] WSO2 Carbon - Registry - Extensions UI ............. SUCCESS [  4.979 s]
[INFO] [INFO] WSO2 Carbon - Registry - Resources BE .............. FAILURE [01:29 min]
[INFO] [INFO] WSO2 Carbon - Registry - Search UI ................. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Search BE ................. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Profiles BE ............... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Profiles UI ............... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Handlers UI ............... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Handlers BE ............... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Info UI ................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Info BE ................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Activities UI ............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Activities BE ............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Relations BE .............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Web Service ............... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Web Service Client ........ SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Indexing UI ............... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - WebDAV .................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - JCR ....................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Social .................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Social API Impl ........... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Task Implementation ....... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Reporting BE .............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - Reporting UI .............. SKIPPED
[INFO] [INFO] Registry REST API .................................. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry - CMIS ...................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Deployment Synchronizer ..... SKIPPED
[INFO] [INFO] WSO2 Carbon - Caching Invalidator .................. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Security .................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Security-UI ................. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Core Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Core Common Feature ......... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Core Server Feature ......... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Core UI Feature ............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Search UI Feature ........... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Core Feature ................ SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry UI Menu Feature ............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry UI Menu for Governance Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Content Search Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Content Search Server Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Content Search Feature ...... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Content Search UI Feature ... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Resource Properties Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Resource Properties Server Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Resource Properties UI Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Resource Properties Feature . SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Profiles Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Profiles Server Feature ..... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Profiles UI Feature ......... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Profiles Feature ............ SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry WS API Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry WS API Feature .............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Activities Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Activities Server Feature ... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Activities UI Feature ....... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Activities Feature .......... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Handler Config Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Handler Config Server Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Handler Config UI Feature ... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Handler Config Feature ...... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Associations/Dependencies Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Associations/Dependencies Server Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Associations/Dependencies UI Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Associations/Dependencies Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Community Features Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Community Features Server Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Community Features UI Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Community Features Feature .. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Task Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Task Server Feature ......... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Task Feature ................ SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Reporting Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Reporting Server Feature .... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Reporting UI Feature ........ SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Reporting Feature ........... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Social Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Social Feature .............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Webdav Module ............... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Webdav Feature .............. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry JCR Module .................. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry JCR Feature ................. SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry UDDI Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry UDDI Feature ................ SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Deployment Synchronizer Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Deployment Synchronizer Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Global cache invalidation feature module SKIPPED
[INFO] [INFO] WSO2 Carbon - Global Caching Invalidator Server Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Cache Features Feature ...... SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Community Features Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Security Features Server Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Security Features UI Feature  SKIPPED
[INFO] [INFO] WSO2 Carbon - Registry Security Feature 4.7.40 ..... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 06:00 min
[INFO] [INFO] Finished at: 2021-07-07T04:07:56Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project org.wso2.carbon.registry.resource: There are test failures.
[INFO] [ERROR] 
[INFO] [ERROR] Please refer to <https://wso2.org/jenkins/job/platform-builds/job/carbon-registry/org.wso2.carbon.registry$carbon-registry/ws/components/registry/org.wso2.carbon.registry.resource/target/surefire-reports> for the individual test results.
[INFO] [ERROR] -> [Help 1]
[INFO] [ERROR] 
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR] 
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] [ERROR] 
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR]   mvn <goals> -rf :org.wso2.carbon.registry.resource


More information about the Builder mailing list