You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/06/15 11:39:16 UTC

[Jenkins] Sling » Modules » sling-org-apache-sling-starter » master #303 is BROKEN

Please see https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter/job/master/303/ for details.

No further emails will be sent until the status of the build is changed.
Build log follows below:

[...truncated 2394 lines...]
</html>
]
	at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.createNode(SlingIntegrationTestClient.java:201)
	at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.createNode(SlingIntegrationTestClient.java:132)
	at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.createNode(SlingIntegrationTestClient.java:122)
	at org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.createNode(SlingIntegrationTestClient.java:112)
	at org.apache.sling.commons.testing.integration.HttpTestNode.<init>(HttpTestNode.java:38)
	at org.apache.sling.commons.testing.integration.HttpTestBase$TestNode.<init>(HttpTestBase.java:130)
	at org.apache.sling.launchpad.webapp.integrationtest.servlets.post.CustomPostOperationTest.setUp(CustomPostOperationTest.java:34)
	at junit.framework.TestCase.runBare(TestCase.java:140)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.BasicTeleporterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.BasicTeleporterTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.StreamServletTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.apache.sling.launchpad.webapp.integrationtest.StreamServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCreateTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCreateTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.VersionInfoServletTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.194 s - in org.apache.sling.launchpad.webapp.integrationtest.VersionInfoServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.UploadFileTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.apache.sling.launchpad.webapp.integrationtest.UploadFileTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.GeneratedNodeNameTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.apache.sling.launchpad.webapp.integrationtest.GeneratedNodeNameTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.indexing.FullTextIndexingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.726 s - in org.apache.sling.launchpad.webapp.integrationtest.indexing.FullTextIndexingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PathsServletTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PathsServletTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletPrivilegesUpdateTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletPrivilegesUpdateTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest
[ERROR] org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest.testForcedLogin  Time elapsed: 0 s  <<< FAILURE!
junit.framework.AssertionFailedError: Expected status 200 for http://localhost:38405/system/sling/info.sessionInfo.json (content=) expected:<200> but was:<401>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:234)
	at junit.framework.TestCase.assertEquals(TestCase.java:377)
	at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:457)
	at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:432)
	at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:424)
	at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:419)
	at org.apache.sling.launchpad.webapp.integrationtest.login.AuthRequestLoginTest.testForcedLogin(AuthRequestLoginTest.java:40)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2085Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2085Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ExportedPackagesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.sling.launchpad.webapp.integrationtest.ExportedPackagesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingDateValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.289 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingDateValuesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.006 s <<< FAILURE! - in org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest
[ERROR] org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest.testRedirectToResourceAfterLogout  Time elapsed: 0 s  <<< FAILURE!
java.lang.AssertionError: Expected redirect expected:<302> but was:<401>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLogoutTest.testRedirectToResourceAfterLogout(RedirectOnLogoutTest.java:70)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.teleporter.ServicesPresentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.apache.sling.launchpad.webapp.integrationtest.teleporter.ServicesPresentTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s - in org.apache.sling.launchpad.webapp.integrationtest.WebdavUploadTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2522Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.sling.launchpad.webapp.integrationtest.issues.SLING2522Test
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ScriptBuiltinObjectsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.apache.sling.launchpad.webapp.integrationtest.ScriptBuiltinObjectsTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.FileUploadTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.apache.sling.launchpad.webapp.integrationtest.FileUploadTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingDefaultValuesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingDefaultValuesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingPostProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingPostProcessorTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.scripting.htl.HtlTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s - in org.apache.sling.launchpad.webapp.integrationtest.scripting.htl.HtlTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.StaticContentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.sling.launchpad.webapp.integrationtest.StaticContentTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.345 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingAutoPropertiesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.2 s - in org.apache.sling.launchpad.webapp.integrationtest.servlets.post.SlingAutoPropertiesTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.GetStarTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.apache.sling.launchpad.webapp.integrationtest.GetStarTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.ExecuteScriptTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 s - in org.apache.sling.launchpad.webapp.integrationtest.ExecuteScriptTest
[INFO] Running org.apache.sling.launchpad.webapp.integrationtest.resourceresolver.ResourceResolverGeneralTest
[INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.002 s - in org.apache.sling.launchpad.webapp.integrationtest.resourceresolver.ResourceResolverGeneralTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   AuthRequestLoginTest.testForcedLogin:40->HttpTestBase.getContent:419->HttpTestBase.getContent:424->HttpTestBase.getContent:432->HttpTestBase.getContent:457 Expected status 200 for http://localhost:38405/system/sling/info.sessionInfo.json (content=) expected:<200> but was:<401>
[ERROR]   RedirectOnLogoutTest.testRedirectToResourceAfterLogout:70 Expected redirect expected:<302> but was:<401>
[ERROR]   CustomPostOperationTest.testOldStyleCustomPostOperation:53->assertCustomPostOperation:45->HttpTestBase.getContent:419->HttpTestBase.getContent:424->HttpTestBase.getContent:432->HttpTestBase.getContent:457 Expected status 200 for http://localhost:38405/CustomPostOperationTest1_1655292956284/this_is_a_test_node_.tidy.json (content=<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 AuthenticationSupport service missing. Cannot authenticate request.</title>
</head>
<body><h2>HTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request.</h2>
<table>
<tr><th>URI:</th><td>/CustomPostOperationTest1_1655292956284/this_is_a_test_node_.tidy.json</td></tr>
<tr><th>STATUS:</th><td>503</td></tr>
<tr><th>MESSAGE:</th><td>AuthenticationSupport service missing. Cannot authenticate request.</td></tr>
<tr><th>SERVLET:</th><td>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5eb7f683</td></tr>
</table>

</body>
</html>
) expected:<200> but was:<503>
[ERROR] Errors: 
[ERROR]   CustomPostOperationTest.setUp:34 » HttpStatusCode Expected status code 302 for...
[INFO] 
[ERROR] Tests run: 572, Failures: 3, Errors: 1, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- feature-launcher-maven-plugin:0.1.2:stop (default) @ org.apache.sling.starter ---
[INFO] Stopping launch with id sling-starter-oak-tar
[DEBUG] [ServiceReference 734 from bundle 113 : org.apache.sling.jcr.davex:1.3.10 ref=[javax.servlet.Servlet] properties={objectClass=[javax.servlet.Servlet], osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=DavExAuthHttpContext), osgi.http.whiteboard.servlet.pattern=/server/*, service.bundleid=113, service.description=Sling JcrRemoting Servlet, service.id=734, service.scope=singleton, service.vendor=The Apache Software Foundation, servlet.init.createAbsoluteURI=true, servlet.init.csrf-protection=disabled, servlet.init.protectedhandlers-config=org.apache.jackrabbit.server.remoting.davex.AclRemoveHandler, servlet.init.resource-path-prefix=/server, sling.auth.requirements=-/server}] Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 459 from bundle 129 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Filter] properties={component.id=162, component.name=org.apache.sling.engine.impl.log.RequestLoggerFilter, objectClass=[javax.servlet.Filter], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.filter.pattern=[/], service.bundleid=129, service.description=Request Logger Filter, service.id=459, service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software Foundation}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 444 from bundle 129 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Servlet] properties={objectClass=[javax.servlet.Servlet], osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.servlet.name=ApacheSling/2.9, osgi.http.whiteboard.servlet.pattern=/, service.bundleid=129, service.description=Apache Sling Engine Main Servlet, service.id=444, service.scope=singleton, service.vendor=The Apache Software Foundation}] Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 460 from bundle 129 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Filter] properties={component.id=163, component.name=org.apache.sling.engine.parameters, file.max=-1, file.threshold=256000, objectClass=[javax.servlet.Filter], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.filter.pattern=[/], request.max=-1, service.bundleid=129, service.description=Filter for request parameter support, service.id=460, service.ranking=2147483647, service.scope=bundle, service.vendor=The Apache Software Foundation, sling.default.max.parameters=10000, sling.default.parameter.checkForAdditionalContainerParameters=false, sling.default.parameter.encoding=ISO-8859-1}] Ignoring unmatching Filter service
[INFO] Apachde Felix Http Whiteboard Service stopped
[INFO] Stopped Jetty.
[INFO] Stopping launch with id sling-starter-oak-mongo
[DEBUG] [ServiceReference 748 from bundle 113 : org.apache.sling.jcr.davex:1.3.10 ref=[javax.servlet.Servlet] properties={objectClass=[javax.servlet.Servlet], osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=DavExAuthHttpContext), osgi.http.whiteboard.servlet.pattern=/server/*, service.bundleid=113, service.description=Sling JcrRemoting Servlet, service.id=748, service.scope=singleton, service.vendor=The Apache Software Foundation, servlet.init.createAbsoluteURI=true, servlet.init.csrf-protection=disabled, servlet.init.protectedhandlers-config=org.apache.jackrabbit.server.remoting.davex.AclRemoveHandler, servlet.init.resource-path-prefix=/server, sling.auth.requirements=-/server}] Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 470 from bundle 130 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Filter] properties={component.id=160, component.name=org.apache.sling.engine.impl.log.RequestLoggerFilter, objectClass=[javax.servlet.Filter], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.filter.pattern=[/], service.bundleid=130, service.description=Request Logger Filter, service.id=470, service.ranking=32768, service.scope=bundle, service.vendor=The Apache Software Foundation}] Ignoring unmatching Filter service
[DEBUG] [ServiceReference 456 from bundle 130 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Servlet] properties={objectClass=[javax.servlet.Servlet], osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.servlet.name=ApacheSling/2.9, osgi.http.whiteboard.servlet.pattern=/, service.bundleid=130, service.description=Apache Sling Engine Main Servlet, service.id=456, service.scope=singleton, service.vendor=The Apache Software Foundation}] Ignoring unmatching Servlet service
[DEBUG] [ServiceReference 472 from bundle 130 : org.apache.sling.engine:2.9.0 ref=[javax.servlet.Filter] properties={component.id=161, component.name=org.apache.sling.engine.parameters, file.max=-1, file.threshold=256000, objectClass=[javax.servlet.Filter], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=org.apache.sling), osgi.http.whiteboard.filter.pattern=[/], request.max=-1, service.bundleid=130, service.description=Filter for request parameter support, service.id=472, service.ranking=2147483647, service.scope=bundle, service.vendor=The Apache Software Foundation, sling.default.max.parameters=10000, sling.default.parameter.checkForAdditionalContainerParameters=false, sling.default.parameter.encoding=ISO-8859-1}] Ignoring unmatching Filter service
[INFO] Apachde Felix Http Whiteboard Service stopped
[INFO] Stopped Jetty.
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ org.apache.sling.starter ---
[INFO] Checking legal files in: org.apache.sling.starter-13-SNAPSHOT.jar
[INFO] Checking legal files in: org.apache.sling.starter-13-SNAPSHOT-oak_tar_far.far
[INFO] Checking legal files in: org.apache.sling.starter-13-SNAPSHOT-oak_mongo_far.far
[INFO] Checking legal files in: org.apache.sling.starter-13-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ org.apache.sling.starter ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/workspace/_org-apache-sling-starter_master/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 79 implicit excludes (use -debug for more details).
[INFO] 15 explicit excludes (use -debug for more details).
[INFO] 21 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 20 licenses.
[INFO] 
[INFO] --- docker-maven-plugin:0.39.0:stop (stop-mongo) @ org.apache.sling.starter ---
[INFO] DOCKER> [apache/sling:snapshot]: Stop and removed container f45ee226b833 after 0 ms
[INFO] DOCKER> [mongo:4.4.6] "mongo": Stop and removed container 44a193ed25ad after 0 ms
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ org.apache.sling.starter ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:51 min
[INFO] Finished at: 2022-06-15T11:37:22Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/workspace/_org-apache-sling-starter_master@tmp/withMaven9b8f933c/maven-spy-20220615-113130-7605718227397244602000.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (default) on project org.apache.sling.starter: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/workspace/_org-apache-sling-starter_master/target/failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[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
[Pipeline] }
[DevOpticsMavenPublisher] dependencies consumed: 0, artifacts produced: 0
[withMaven] Publishers: Pipeline Graph Publisher: 12 ms, CloudBees DevOptics Gate Artifact Publisher: 109198 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Status change is BROKEN, notifications will be sent.
[Pipeline] emailext